@charset "utf-8";

body  {

    	text-align: center;
		background-color:#000000;

    }

#container {
width:1000px;
margin: 0 auto;
text-align:left;
background-color:#FFFFFF;
}

#header {
width:1000px;
float:left;
background-color:#9999FF;
}

#navi-oben{
clear:both;
width:100%;
height:30px;
float:left;
background-image:url(../images/navi-verlauf_hell.gif);
}

#navipunkt{
width:150px;
height:35px;
float:left;
background-position:right;
background-image:url(../images/hg-navi-oben_hell.gif);
background-repeat:no-repeat;
text-align:center;
line-height:30px;
}

#navipunkt a{
color:#000000;
text-decoration:none;
}

#navi-oben2{
clear:both;
width:100%;
height:15px;
float:left;
background-image:url(../images/verlauf-blau-weiss.gif);
}

#content{
clear:both;
padding-right:10px;
padding-left:10px;
}

#footer{
clear:both;
width:100%;
height:20px;
background-image:url(../images/verlauf-weiss-blau.gif);
background-repeat:repeat-x;
background-color:#9999FF;
margin-top:10px;
padding-top:15px;

}

#footer a{
color:#000000;
text-decoration:none;
}

#footer-rechts{
margin-right:10px;
float:right;
width:300px;
text-align:right;
}

#reiterleiste{
float:left;
width:100%;
height:20px;
border-bottom:#CCCCCC 1pt solid;
background-image:url(../images/verlauf-weiss-grau.gif);
background-repeat:repeat-x;
}

#reiter-inaktiv{
float:left;
width:150px;
height:19px;
text-align:center;
border:#CCCCCC 1pt solid;
margin-right:3px;
}

#reiter-inaktiv a{
color:#666666;
text-decoration:none;
}

#reiter-aktiv{
float:left;
width:150px;
height:19px;
text-align:center;
border-left:#CCCCCC 1pt solid;
border-top:#CCCCCC 1pt solid;
border-right:#CCCCCC 1pt solid;
border-bottom:#FFFFFF 1pt solid;
background-color:#FFFFFF;
margin-right:3px;
}

#reiter-aktiv a{
color:#000000;
text-decoration:none;
}

#reiter-leer{
float:left;
width:150px;
height:20px;
}

#seitennavi{
clear:both;
float:left;
width:150px;
background-color:#E8E8E8;
padding-bottom:30px;
background-image:url(../images/verlauf-grau-weiss.gif);
background-position:bottom;
background-repeat:repeat-x;
}

#seitennavi a{
color:#000000;
text-decoration:none;
}

#seitentext{
float:left;
padding-top:20px;
min-width:500px;
}

				#navi_links {    
					
					width: 150px; 					
					float: left; 	 
					left: 0;					
					line-height:25px;
					padding:0px;
				}
				#navi_links ul{
					list-style-type:none;
					margin-left:0px;
					padding:0;
					margin:0;
					}
				
				#navi_links a{
					font-weight: bold;
					color:#000;
					text-decoration:none;
					display:block;
					height:25px;
					border-top: solid 1px white;
					padding-left:0px;
					padding-top:0px;	
				}
				#navi_links a:hover{
				background-color:#6666FF;
					color:#FFFFFF;
					text-decoration:none;
					font-weight:bold;
					display: block;
					padding-left:0px;
					padding-top:0px;
					}
