body {
	background: url('bilder/hintergrund.jpg') repeat;
	color: #000000;
	font: 14px/16px Verdana, Arial, sans-serif;

}

#header {

	background: #8cabd7 url('bilder/header.png') repeat-x;
         width: 1050px;
         height: 105px;
        color: white;
       	font-size: 10px;
	font: Verdana, Arial, sans-serif;
}

#menubar

{

width: 1051px;
height: 37px;
background-color:#919191;
color:;
}


.tabelle

{

border-right:2px #DFDFDF solid;
border-left:2px #DFDFDF solid;
border-top:1px #DFDFDF solid;
border-bottom:1px #DFDFDF solid;
}

.link
{
color:#11326b;
font-weight:bold;
text-decoration: none;

}

#container

{

width:1051px;
height:550px;


}
#contentlinks
{
color:#000000;

float: left;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
font-size: 16px;
width:829px;
height:540px;
background-color:#DFDFDF;
<!--#BFBFBF-->
a:link { font-weight:bold; color:#ffffff; text-decoration:none; }

}

#contentrechts
{

border-left:1px #919191 solid;
font-color:#000000;
float: left;
padding-right:
font-size: 12px;
	font: Verdana, Arial, sans-serif;
width:200px;
height:550px;
background-color:#DFDFDF;

a:link { font-weight:bold; color:#11326b; text-decoration:none; }



}


#footer

{

width:1050px;
height:30px;
background-image:url('bilder/footer.png'); repeat-x;
font-size: 10px;
	font: Verdana, Arial, sans-serif;
	color: white;
         	text-align: left;
}


select, input, textarea
	{
         height: 25px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 2px;
         border-color: #919191;
         background-color: #DFDFDF;
	}

         .button, reset
	{
         height: 25px;
         border: 1px #000000 solid;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1;
         background-color:#919191;
	}




#menu {
	width: 900px;
	float: left;
	background: #DFDFDF;
	font-size: 9px;
	color: #11326b;
}

.menu_1{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.menu_1 ul{
         margin: 0;
         padding: 5;
	float: left;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

.menu_1 ul li{
display: inline;
}

.menu_1 ul li a{
	float: left;
	color: #11326b;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 0px;
	border-right-style: solid;

}

.menu_1 ul li a:visited{
color: #11326b;
}

.menu_1 ul li a:hover, .menu_1 ul li .selected{
	color: #DFDFDF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #11326b;
