#wrapper {
	position: relative;	
	margin: 0 auto;
	width: 990px;
}

#head {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	width: 990px;
	height: 192px;
}

#head a.HPLogo {
	position: absolute;
	top: 10px;
	right: 20px;
	border: 0 none;
	padding: 0;
	margin: 0;	
}

#head a.HPLogo img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

#content {
	position: absolute;
	left: 195px;
	top: 192px;
	width: 560px;
   background-image:url(../images/schatten_content.gif);
   background-repeat: repeat-x;
   background-position: left top;
	background-color: #fff;
	min-height: 170px;
	padding: 20px 20px 45px 20px;
}
#BoxMainMenu{
   position: absolute;
   left: 0px;
   top: 192px;
   width: 195px;
   min-height:385px;
   background-image:url(../images/schatten_mainmenu.gif);
   background-repeat: no-repeat;
   background-position: left top;
   background-color: #478bcf;
   padding: 15px 0 0 0;
   border-bottom: 20px solid #E2E6E9;
}

#bannerbk {
   position: absolute;
   left: 795px;
   top: 192px;
   width: 192px;
   padding-bottom: 85px;
	min-height: 314px;
   background-color: #9ec1e3;
	border-left: 1px solid #1f66b2;
	border-bottom: 1px solid #1f66b2;
	border-right: 1px solid #1f66b2;
	background-image:url(../images/background_bannerbk.gif);
	background-repeat: repeat-y;
}
#bbkschatten{
   position:absolute;
   top:0px;
   left: 0px;
   width: 193px;
   height: 55px;
   background-image:url(../images/schatten_bbk.jpg);
   background-repeat: no-repeat;
   background-position: left top;
}
#boxSearchBBK{
   position: absolute;
   left: 55px;
   bottom: 0px;
   width: 138px;
   height: 60px;
   margin-top:25px;	
}
/*
   Footer
*/
#content #pagerouter{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 600px;
	background-color: #3373b9;
   padding: 3px 0 3px 0;
   margin: 0;
   text-align: center;
   vertical-align: middle;
   font-size: 90%;
   border-bottom: 20px solid #E2E6E9;
}
#content #pagerouter li{
	display: inline;
	list-style: none;
   padding: 0;
   margin: 0 10px 0 0;
   background-image: none;
}
#content #pagerouter li.PrWeiter{
   margin-left: 110px;	
}

#content #pagerouter li a img{
   padding-right:3px;
   vertical-align: middle;
}

#content #pagerouter a:link,
#content #pagerouter a:visited {
   padding: 5px 5px 5px 5px;
   margin: 0;
   color: #fff;
   font-weight: normal;
   text-decoration: none;
}

#content #pagerouter a:focus,
#content #pagerouter a:hover,
#content #pagerouter a:active,
#content #pagerouter a.selected:link,
#content #pagerouter a.selected:visited,
#content #pagerouter a.selected:focus,
#content #pagerouter a.selected:hover,
#content #pagerouter a.selected:active{
   text-decoration: underline;
}

#adresse{display: none;}

/*
   Verwaltung
*/
#verwaltung{
	background-color: #f2f0e3;
	border-bottom: 1px solid #003467;
	text-align:center;
	padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
	color : #fff;
	background-color: #036;
	border-right:1px solid #f2f0e3;
	margin: 0 5px;
	padding:5px;
	font-weight : normal;
	text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
	background-color: #369;
}


