@charset "UTF-8";
/* CSS Document */

body,html{
	height:768px;
	width:600px;
	background-color:#000000;
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	}
	
#all{
	background-image:url(images/abend_hg.jpg);
	position:relative;
	background-repeat:no-repeat;
	height:620px;
	width:900px;
	margin-left:175px;
	margin-top:20px;
	}
	
	
#navi{
	z-index:100;
	background-image:url(images/Navi_Hintergrund.jpg);
	position:relative;
	background-repeat:no-repeat;
	filter: Alpha (opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	position:relative;
	height:620px; /* Internet Explorer */
	width:200px;
	left:-100px;
	float:left;
	}
	
#dl, dt, dd, ul, li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	
#menu{
	position:absolute;
	top: 150px;
	left:0px;
	right:10px;
	width:170px;
	}
	
#menu dt{
	cursor:pointer;
	margin: 6px 6px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	border-left:none;
	border-right:none;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background:#0B0B0B;
	}
	
#menu dd{
	color:#4B4B4B;
	position:absolute;
	z-index:100;
	left:60px;
	margin-top:-20px;
	width:140px;
	background:#333333;
	border:none;
	}
	
#menu li{
	text-align:center;
	font-size:85%;
	height:25px;
	line-height:25px;
	background-color:#333333;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: none;
	border-bottom: none;
	}
	
#menu ul{
	padding:4px;
	}
	
#menu li a, #menu dt a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	border: 0px none;
	height:auto;
	}
	
#menu li a:hover{
	background-color:#4B4B4B;
	text-decoration:underline;
	color:#0B0B0B;
	}
	
#mentions{
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	bottom:100px;
	left:10px;
	color:#4B4B4B;
	background:#0B0B0B;
	}

#text{
	height:500px;
	width:500px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin:25px;
	}	

	
	
		
	#info{
	z-index:100;
	float:left;
	background-repeat:no-repeat;
	filter: alpha (opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	height:533px; /* Internet Explorer */
	width:300px;
	position:absolute;
	margin-left:50px;
	margin-top:75px;
	top: -40px;
	left: 110px;
	}
	
	
#anzeige{
	float:right;
	background-repeat:no-repeat;
	filter:alpha (opacity=100); 
	-moz-opacity:1.0; 
	opacity:1.0; 
	height:600px; /* Internet Explorer */
	width:550px;
	position:relative; 
	top:35px; 
	right:210px;
	}
	
#footer{
	background-color:#000000;
	position:relative;
	height:50px;
	width:900px;
	margin-top:5px;
	margin-left:260px;
	padding-top:10px;
	padding-left:550px;
	}
	
