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

body
{
	background-image:url(bilder/banner2.png);
	background-repeat:repeat-x;
	text-align:center;
	margin:5px 0 0 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;

}
div#haupt
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

div#header
{
    vertical-align: middle;
	width: 800px;

	
}
div#header *
{
    vertical-align: middle;
	
}

div#navigation
{
	padding:2px 0px 2px 0px;
	margin: 0 0 0 0;
	width: 800px;
	border-bottom:solid 1px;

}

div#bereichlinks
{
	width: 207px;
	float: right;
	border-left:solid #0000CC 1px;
	padding:0px;
}
div#bereichrechts
{
	width: 177px;
	float: right;
	padding:0px;
}

div#inhalt
{
	width: 620px;
	float: left;
	min-height:300px;
	overflow:hidden;
	border-right:solid #0000CC 1px;

}
div#footer
{
	width: 620px;
	float: left;
	border-top:solid #000066 1px;
	border-right:solid #000066 1px;
	min-height:30px;
}
div#footer a
{
	text-decoration:none;
	color:#0000FF;
	margin:auto 7px;
}
div#footer a:visited
{
	color:#0000FF;
}
div#footer a:hover
{
	color:#000099;;
}
.clear
{
	clear: both;
}
#seitentitel
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
div#links
{
	padding:5px;
	text-align:center;
}
ul#navigation_oben
{
    margin: 0; padding: 5px;

}
ul#navigation_oben li 
{
list-style: none;
display: inline;
margin: 3px; padding: 0;
}

ul#navigation_oben a, ul#navigation_oben span 
{

	padding: 2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none; font-weight: bold;
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	color: #FFFFFF;
	background-color:#000066;

}
* html ul#navigation_oben a, * html ul#navigation_oben span 
{
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#navigation_oben a:hover, ul#navigation_oben span 
{
	border-color: white;
	border-left-color: black; border-top-color: black;
	color: white;
	background-color:#FF0000;
}

