/* CSS Document */
body {
font-size: 100.01%;
font-family: Helvetica,Arial,sans-serif;
margin: 0; 
padding: 1em;
text-align: center;
/* background-image:url(bilder/bg-links.gif); */
background: url(bilder/bg-links.gif) top left repeat-y;
/*background: url(bilder/untereLinie.gif) bottom repeat-x;*/
/*width:810px;*/
}

div#gesamt {
margin: 0 0 0 7em;

/*width:800px;*/
}

div#header {
	/*font-size: 1.5em;*/
	margin: 0 0 0.7em;
	text-align: center;
	/*border:2px;*/
}

div#oben1 {
/*	background-image:url(/bilder/LOGO_FS.jpg); */
	background: #ffffff url(/bilder/logos/Logo_FS.gif);
	width:227px;
	height:200px;
	float:left;
	background-repeat: no-repeat;
	
	
	/*top:16px;
	position:absolute;
	left: 12px; */
 }
div#oben2 {
/* padding:30px;*/
 height:170px;
	/* background-image:url(../bilder/uebergang_mitte.png); */
/*	height:50px;
	width:600px; */
	
	/*top: 16px;
	right:10px;
	position: absolute;
	left: 111px; */
}

/*mittlere Area*/
div#page {
clear:both; /*keinen sichtbaren effekt, sollte aber die ausrichtung des headers nicht übernehmen */
text-align:left;
margin: 0 auto;
/*width: 790px;*/
padding:0.5em;
}

ul#navi {
font:Arial, Helvetica, sans-serif;
font-size: 0.91em;
float:left;
width: 12em;
margin: 0;
padding:0.8em;
/*border: 1px solid #FF0000;*/
/*border-top:15px solid #FF0000;*/

/*background-color:#CCCCCC;*/
}

ul#navi li {
	list-style:none;
	margin:0.4em;
	m/argin:0em;
	padding:0;
}

ul#navi a {
	display:block;
	padding: 0.2em;
	text-decoration: none;
	font-weight:normal;
	font:Arial, Helvetica, sans-serif;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color: #000000;
	background-color:#CCCCCC;
}

* html ul#navi a {
width: 100.01%;
w\idth: 8.8em;
}

ul#navi a:hover {
	border-color:white;
	border-left-color:black;
	border-top-color:black;
	color:white;
	background-color:gray;
}
/*
ul#navi a:active {
	border-color:white;
	border-left-color:black;
	border-top-color:black;
	color:white;
	background-color:gray;
}



ul#navi a:visited {
	color:blue;
}*/

div#mitte {
	margin-left: 13em;
	border-top:20px solid;
	border-left:2px solid;
	border-bottom:2px solid;
	border-right:2px solid;
	/*margin:100px;*/
	padding:0 1em;/*20px;*/
	border-color: #CCCCCC; /*helles grau*/
/*	border-color: #6F6F6F;*/ /*dunkles grau*/
	/* background-repeat: no-repeat;*/
/*	border-left-color: #666666;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-top-color: #999999; */
 }
 
 /* Neu: 22.Mai2006 */
 div#mitte fieldset {
 padding:1em;
 margin:1em;
 }
 
 p#footer {
 
    clear: both;
	height:100px;
    font-size: 0.9em;
    margin: 0;
	/*padding: 10px;*/
    text-align: center;
	background: url(/bilder/bg-unten.gif) bottom repeat-x;
/*    background-color: #FF0000;  */
/*dunkles grau	background-color: #6F6F6F;*/
/*	background-color: #CCCCCC;*/
	/* border: 1px solid silver; */
  }
img#bild {
/*margin:1em 1em 1em 5em;*/

}
  
  



