#wrapper {
	position: relative;	
	margin: 0 auto 30px auto;
	width: 950px;
	padding-top: 180px;
	background-color: #fff;
	border: 1px solid #919191;
}
#head{
   position: absolute;
   top: 0;
   left: 0;
   width: 950px;
   height: 130px;
   background-position: right top;
   background-repeat: no-repeat;
}
.HPLogo{
   position: absolute;
   top: 0;
   height: 130px;
   left: 0;
   background-color: #fff;
}
.HPLogo img{
   padding-top: 30px;
}

#contentwrapper{
   position: relative;
   float: right;
   width: 730px;
}

#content{
   position: relative;
   float: left;
   width: 520px;
   min-height: 300px;
}

#MenuMainContainer{
   position: relative;
   width: 200px;
}

#bannerbk{margin: 0 15px 0 550px;}

#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;
}
