		
/*****************************************************************************************************/
/***********   CSS für template expose.htm - inkl. Nav Menue - mit secret h tricks			**************/
/*****************************************************************************************************/
		
		
		body	{	background-color:#fff; font-family:Arial, Helvetica, Helv, sans-serif; font-size:11px;	padding: 10px; margin: 0px; }
		

		a:link { color: #6666cc; text-decoration: none; } 
		a:visited { color: #6666cc; text-decoration: none; } 
		a:hover { color:#FA930E; text-decoration: none;	}

		a.picnav:link { font-size:12px; color: black; text-decoration: none; } 
		a.picnav:visited { font-size:12px; color: black; text-decoration: none; } 
		a.picnav:hover { font-size:12px; color: white; text-decoration: none; } 
		
		a.keylink:link { font-size:11px; font-weight: bold; color: #666666; text-decoration: none; padding:0px 20px 0px 0px; } 
		a.keylink:visited { font-size:11px; font-weight: bold; color: #666666; text-decoration: none;  padding:0px 20px 0px 0px; } 
		a.keylink:hover { font-size:11px; font-weight: bold; color: white; text-decoration: none;  padding:0px 20px 0px 0px; } 
		
		a.bottomlink:link { font-size:12px; font-weight: normal; color: #999999; text-decoration: none; } 
		a.bottomlink:visited { font-size:12px; font-weight: normal; color: #999999; text-decoration: none; } 
		a.bottomlink:hover { font-size:12px; font-weight: normal; color: #FA930E; text-decoration: none; 	}
			
		a.bottomBILDlink:link { font-size:11px; font-weight: normal; color: #6666CC; text-decoration: none; } 
		a.bottomBILDlink:visited { font-size:11px; font-weight: normal; color: #6666CC; text-decoration: none; } 
		a.bottomBILDlink:hover { font-size:11px; font-weight: normal; color: #6666CC; text-decoration: none; 	}	
			
			
			
		#rahmen {	width:654px; position: absolute;left: 50%;margin-left: -340px; }
		
		#row1		{ clear:both; width:654px; height:76px; margin:0px; }
			#row1 td	{ background:#333333; }
			img.logo { width:131px; height:47px; border:0px; }
			div.midtext { font-size:20px; font-weight:bold; color:white; margin-bottom:10px; }
		
		#row2 { clear:both; width:654px; height:70px; margin-top:0px; }
			td.bg { background-image: url(http://www.e-rent.de/pics/back-ex.jpg); }
			
		#row4	{ float:left; width:654px; height:21px; margin-bottom:20px; margin-top:0px; }
			#row4 td { background:#cccccc; padding-left:49px; }
		
		
		img.flag	{	width:30px; height:18px; border:0px; margin-right:6px; margin-bottom:10px;	} 
		br.brc	{	clear:both;	}
		
		td.iconlinks { font-size:12px; background-image: url(http://www.e-rent.de/pics/back-ex.jpg); text-align:center;	}
		img.picnav	{	 width:62px; height:40px; border:0px solid #000; margin:3px 2px 7px 2px; text-align:center;	}
		
		div.ezl {	float:left; font-weight:bold; line-height:15px;	}	 /* Width Angabe dynamisch per GEFS in Einzelfiles da unterschiedliche Wortlänge in Sprachen */
		div.ezr	{	float:left; line-height:15px;	}	
		
		div.mzl	{	float:left; font-weight:bold;	}	  /* Width Angabe dynamisch per GEFS in Einzelfiles da unterschiedliche Wortlänge in Sprachen */
		div.mzr	{	float:left; margin-bottom:12px;	}	/* Width Angabe dynamisch per GEFS in Einzelfiles da unterschiedliche Wortlänge in Sprachen */
		
		img.divider	{ width:100%; height:1px;	margin:8px 0px 6px 0px;	}
		h1.objekt	{ font-size:11px; font-weight:normal; margin:0px 0px 0px 0px;	}
	
		div.bottom	{ clear:left; margin:10px 0px 10px 0px;	}
		
		#head	td {	font-family:Arial, Helvetica, Helv, sans-serif; font-size:11px;	}

#container {	
	clear:both;
	height: 22px;
	background: #4d4d4d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left:39px;
}


#nav, #nav ul {
	float: left;
	width:100%;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;

}

#nav	{			
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;

	}
		
#nav ul	{ 	
	background: #4d4d4d;	
	border:1px solid #ffffff;

	}


#nav a {
	display: block;
	color: #fff;
	padding: 3px 10px 3px 10px;
	text-align:right;
	border-left:1px solid #ffffff;
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;

}

#nav li {
	float: left;
	padding: 0px;

}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:190px;
	margin: 0px;
	padding:6px 0px 10px 0px;
}


#nav li li {
	width: 100%;
}


#nav li ul a {
	text-align:left;
	letter-spacing:0px;
	border-left:0px solid #000;
	padding:2px 0px 2px 6px;
	width:100%;
	font-weight:normal;
	font-size:11px;
}
			 		 									html>body #nav li ul a {	
																	width:auto; /* IE Auschlußangabe, wird von Mozilla und Opera gefressen */
																		}	

#nav li ul li a:hover {
	background: #D3D3D3;
	color: #000000;
}

#nav a:hover {
	color: #000000;
}


#nav li:hover ul ul,  #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto; 
}

