* { margin: 0; padding: 0; }

html { 
	height: 100%; 
	background: #000; }

body { 
	height: 100%; 
    background-color: #000;
	font-family: Arial; 
	font-size: 0.9em; 
	text-align: center; }

h1 { font-size: 140%; margin-top: 25px; }

h2 { font-size: 130%; font-weight: normal; }

h3 { font-size: 120%; font-weight: normal; }

p { }

td {}

a:link, a:visited, a:hover, a:active { color: white; text-decoration: none; font-weight: normal; }

div#container div#container_rechts div#rechts a.text { color: black; font-weight: bold; }

div#container div#container_rechts div#rechts a.anker { color: black; font-weight: normal; }

#container {
	height: 100%; 
	background-color: #000;
	background-image: url(../img/bg_black.jpg);
	background-repeat: repeat-y; }

#container_rechts { 
	background-color: #fff;
	min-height: 60%; 
	width: 84%;  
	float: left; }

* html #container_rechts {
	height: 60%; }

#links 	{ 
	height: auto;
	list-style-type: none;
	float: left; 
	color: white; 
	width: 11%; 
	text-align: left; 
	margin: 25px 15px 0 0; 
	padding: 0 10px; }
	
#links li {
	margin-bottom: 25px; }

#rechts { 
	color: black;
	background-color: #fff; 
	text-align: left; 
	padding: 0 10px; }
	
#foot { background-color: #fff; clear: both; }

#menu {
	list-style-type: none;
	height: 25px;
	width: 98%;
	background-color: #000;
	margin: 5px 0 10px 10px;
}

* html #menu { margin-top: 0; }

#menu li {
	text-align: left;
	font-size: 120%;
	color: #fff;
	display: inline;
	float: left;
	margin: 0 30px 0px 0px; }
	
* html #menu {
	padding-left: 1px;
}

* html #menu li {
	font-size: 95%;
	margin: 0 30px -5px 0px;
}

#spacer {
	height: 2em;
}

.img_abstand_links {
	margin-left: 10px;
}
