#wrapper {
	position: relative;	
	margin: 0 auto;
	width: 990px;
	background-color: #6d6e70;
	padding-bottom: 30px;
}

#head {
   position: relative;
   height: 240px;
   border-bottom: 20px solid #B634BB;
   z-index: 5;
}
#slideshow {
   position: absolute;
   height: 150px;
   width: 760px;
   margin: 0;
   left: 0;
   top: 60px;
   z-index: 1000;
}

#head a.HPLogo {
	position: absolute;
	top: 83px;
	right: 30px;
	border: 0 none;
	padding: 10px 0 0 0;
	margin: 0;
	z-index: 20;
	width: 930px;
	height: 90px;
	text-align: right;
	background-repeat: no-repeat;
}

#head a.HPLogo img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

#floatwrapper{
   background-color: #fff;
   margin: 0 30px 0 30px;
   background-image:url(../images/bg_floatwrapper.gif);
   background-repeat: repeat-y;
   min-height: 300px;
}
#content {
	width: 690px;
	padding: 20px 17px 20px 20px;
}


#bannerbk {
   width: 180px;
   padding: 20px 10px 10px 10px;
   float: right;
   
}
div.clearRight{
   clear:right;
}
/*
   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;
}

