/* CSS Document */

/************************* Seitenkopf ************************/

#head {
	position:absolute;
	top:26px;
	left:10%;
	border:0;
	width: 850px;
	height:119px;
	}

#picStadtwappen {
	azimuth:center;
	height:80px;
	width:67px;
	}
	
#picFFW_Schrift {
	
	height:30px;
	width:459px;
	}
	
#picRLBS {
	azimuth:center;
	height:80px;
	width:83px;
	}
	

/************************* Seiteninhalt *************************/

#container {
	position:absolute;
	top:145px;
	left:10%;
	border:0;
	width:850px;
	height:600px;
	border-top:3px;
	border-top-width: 800px;
	border-top-color:#000000;
	}
/** mit fixed-element, funktioniert nicht im IE 6 **/
#nav {
	position:fixed;
	top:145px;
	left:40px;
	border:0;
	width:120px;
	height:600px;		
	background-color:#E60000;
	color:#FFFF00;
	}
	
/** ganz normal, funktioniert überall **/

#nav {
	position:absolute;
	top:0px;
	left:0px;
	border:0;
	width:120px;
	height:580px;		
	background-color:#E60000;
	color:#FFFF00;
	}
	
#luecke {
	position:fixed;
	top:145px;
	left:10%;
	border:0;
	width:120px;
	height:1px;
	background-color:#E60000;
	}
	
#kompatibilität {
	position:absolute;
	top:286px;
	left:0px;
	border:0;
	width:120px;
	height:114px;
	background-image:url(kompatibilität.jpg);
	}
	
/**	test test  **/

#test {
	position:absolute;
	left:200px;
	top:200px;
	height:100px;
	width:150px;
	color:#0000CC;
}

	
/********* siehe sectionLinks **********/

#inhalt {
	position:absolute;
	top:0px;
	left:120px;
	width:730px;
	height: 500px;		
	background-color:#FFFFFF;
	}

#pagecell {
	position:absolute;
	top:0px;
	left:20px;
	width:710px;
	height:500px;		
	background-color:#FFFFFF;
	}

#iframe {
	overflow-x: Hidden;
	}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size:12px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-family:Arial;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CC0000;
	/** background-image:  url("bg_nav4.3.png"); **/
	font-style:oblique;
	text-decoration:none;
	padding: 3px 0px 3px 10px;
	color: #FFFF00;
	font-size:12px;
}

#sectionLinks a:hover{
	border-top: 1px solid #CC0000;
	border-bottom:1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

