html, body
{
         height:100%;
         margin:0;
         padding:0;
}

body
{
    background-color:rgb(41,85,116);
}


#wrapperContainer
{
         height:50%;
         width:1px;
         margin-bottom:-300px;
         float:left;
		 text-align:center;
}

#pageContainer
{
	width: 850px;
         height: 600px;
         background-color: white;
         margin-left: auto;
         margin-right: auto;
	clear:left;
		position:relative;
         text-align:left;
}

#header
{
    	height: 142px;
         background-color:rgb(212,221,227);
         width: 100%;
         position:relative;
}

#menuContentContainer
{
 	width: 850px;
         height: 30px;
         background-color: white;
         position:absolute;
         top:142px;
         z-index:30;

}

#menuContainer
{
 	height: 30px;
         width: 850px;
         background-color: white;
}

#contentContainer
{
         width: 850px;
         position:absolute;
         top: 172px;
		 background-color: white;
}

#infoContainer
{
	width:600px;
         height:388px;
         background-color: white;
         float:left;
         overflow:auto;
		 	scrollbar-base-color:rgb(212,221,227);
			scrollbar-3dlight-color:rgb(212,221,227);
			scrollbar-arrow-color:rgb(41,85,116);
			scrollbar-darkshadow-color:rgb(41,85,116);
			scrollbar-face-color:rgb(212,221,227);
			scrollbar-highlight-color:rgb(212,221,227);
			scrollbar-shadow-color:rgb(212,221,227);
			scrollbar-track-color:white;
		 padding-right:30px;
		 padding-left:20px;
		 padding-bottom:10px;
		 margin-bottom:20px;
		 padding-top:10px;
		 /*border-bottom:20px solid white;*/
		 
}

* html #infoContainer
{
	width:600px;
         height:388px;
         background-color: white;
         float:left;
         overflow:auto;
		 	scrollbar-base-color:rgb(212,221,227);
			scrollbar-3dlight-color:rgb(212,221,227);
			scrollbar-arrow-color:rgb(41,85,116);
			scrollbar-darkshadow-color:rgb(41,85,116);
			scrollbar-face-color:rgb(212,221,227);
			scrollbar-highlight-color:rgb(212,221,227);
			scrollbar-shadow-color:rgb(212,221,227);
			scrollbar-track-color:white;
		 padding-right:30px;
		 padding-left:20px;
		 padding-top:20px;
		 padding-bottom:0px;
		 margin-bottom:20px;
		 
}

#newsContainer
{
	float:right;
	width:178px;
	height:284px;
	background-color:rgb(212,221,227);
    overflow:hidden;
	padding:10px;
	border-left:2px solid rgb(41,85,116);
	border-top:2px solid rgb(41,85,116);
	border-bottom:2px solid rgb(41,85,116);
}

#werbungContainer
{
	float:right;
	width:198px;
	height:100px;
	background-color:white;
	border-left:2px solid rgb(41,85,116);
}

#werbungContainer a img
{
    width:198px;
         height:100px;
         border: 0;
}

#middle
{
	width:850px;
         height:426px;
         background-color:rgb(41,85,116);
		 /*margin:0px;
		 padding:0px;*/
}

#menu2Container
{
 	height: 30px;
         width: 850px;
         background-color: rgb(202,36,42);
		 border-bottom:1px solid #fff;
		 border-top:1px solid #fff;
}

#AGBContainer
{
height:20px;
width:188px;
float:right;
background-color:rgb(212,221,227);
text-align:right;
padding-right:10px;
border-left:2px solid rgb(41,85,116);
}
