body {
         font: 100.01% arial, verdana;
         background: url(images/bg.gif) repeat-x rgb(0,0,102);
  	font-size: 13px;
  	color: #564b47;
         text-align: center;
         margin: 0;
         padding: 0;
}
#headnav{
	margin: 0px auto 20px;
        	width: 828px;
         background: #FFFFFF;
         border: 1px solid #9F9F9F;
         padding-bottom: 5px;
         padding-top: 5px;
         text-align: center;
}
* html #headnav{
	margin: 0px auto 20px;
        	width: 830px;
         background: #FFFFFF;
         border: 1px solid #9F9F9F;
         padding-bottom: 5px;
         padding-top: 5px;
         text-align: center;
}
#container{
         position:absolute;
  	top:50%;
  	left:50%;
         width: 830px;
         height: 400px;
         margin-left:-415px;
  	margin-top:-300px;
         text-align: center;
}
#logo{
         width: 200px;
         height: 133px;
         background: url(images/logo.gif) center #000000;
         border: 1px solid #9F9F9F;
         text-align: center;
}
#branding{
	margin-left: 10px;
	width: 616px;
         height: 133px;
         background: url(images/branding.gif) no-repeat center #FFFFFF;
         border: 1px solid #9F9F9F;
         text-align: center;
}
* html #branding{
	margin-left: 10px;
	width: 620px;
         height: 133px;
         background: url(images/branding.gif) no-repeat center #FFFFFF;
         border: 1px solid #9F9F9F;
         text-align: center;
}
#content{
	margin: 10px 0 20px 10px;
	width: 616px;
         height: 295px;
         background: #EFEFEF;
         border: 1px solid #9F9F9F;
         text-align: left;
}
* html #content{
	margin: 10px 0 20px 10px;
	width: 620px;
         height: 295px;
         background: #EFEFEF;
         border: 1px solid #9F9F9F;
         text-align: left;
}
#nav{
	margin: 10px 0 0 0;
         width: 200px;
         height: 295px;
         background: rgb(220,220,220);
         border: 1px solid #9F9F9F;
         text-align: left;
}
#prim_content{
	margin: 10px 10px 20px 10px;
         width: 300px;
         height: 295px;
         background: #EFEFEF;
         border: 1px solid #9F9F9F;
         text-align: left;
}
#sec_content{
	margin: 10px 0 20px 0;
         width: 303px;
         height: 295px;
         background: #EFEFEF;
         border: 1px solid #9F9F9F;
         text-align: left;
}
* html #sec_content{
	margin: 10px 0 20px 0;
         width: 310px;
         height: 295px;
         background: #EFEFEF;
         border: 1px solid #9F9F9F;
         text-align: left;
}
.inhalt{
	margin: 5px;
}
#footer{
         margin: auto;
        	width: 828px;
         height: 45px;
         background: #FFFFFF;
         border: 1px solid #9F9F9F;
         text-align: center;
}
* html #footer{
         margin: auto;
        	width: 830px;
         height: 45px;
         background: #FFFFFF;
         border: 1px solid #9F9F9F;
         text-align: center;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear: both;
}
.down{
         border: 1px solid #9F9F9F;
         margin-bottom: 5px;
}