#wrapper {
	position: relative;	
	margin: 0 auto 42px;
	width: 990px;
	background-color: #EAEAEA;
	padding: 549px 0 0 0;
	border-bottom: 1px solid #fff;
}
#headwrapper {
   position: absolute;
   left: 0;
   top: 40px;
   width: 990px;
   height: 509px;
   background-color: #fff;
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
}
#purpleline {
   position: absolute;
   left: 0;
   top: 60px;
   height: 2px;
   background-color: #A9398B;
   width: 875px;
}
#header {
   position: relative;
   margin-top: 88px;
   z-index:none;
   height: 399px;
   width: 990px;
}
.HPLogo {
   position: absolute;
   right: 30px;
   top: 22px;
   z-index: 999;
}
#contentwrapper {
   position: relative;
   width: 990px;
   background-color: #fff;
   padding: 0;
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
}   
#contentcontainer {
   width: 820px;
   background-color: #fff;
   min-height: 300px;
}
#slider {
   position: absolute;
   top: 58px;
   height: 10px;
   width: 990px;
   background-color: #A9398B;
}
#bannerbk {
   width: 195px;
   padding: 2px;
}
#pagerouter{
   width: 990px;
   position: relative;
   background-color: #646567;
   height: 20px;
   margin: 0 0 0 0;
   border-top: 1px solid #fff;
}
#pagerouter li {
   list-style-type: none;
   display: block;
   float: left;
   width: 100px;
}
#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited {
   color: #fff;
   font-size: 92%;
   padding: 25px;
   text-decoration: none;
}
#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active,
#pagerouter a.selected {
   color: #fff;
   text-decoration: underline;
}
#goup {
   float: right;
   margin: 0;
   padding: 0;
}
#printpage {
   float: left;
   margin: 0;
   padding: 0;
}

/*
   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;
}


