#wrapper{
	position: relative;
	margin:0 auto;
	width: 997px;
	min-height: 650px;
	background-color: #f0e7d8;
}

#header{
	height:229px;
   background-image:url(../images/img_header.jpg);
	background-color: #7eaecc;
}
#header a img{
   padding:50px 40px 42px 13px;	
}
#header h1{
   padding:0;
   margin:0;	
}

#content{
	min-height:400px;
	padding:0 0 40px 0 ;
	margin:0 250px 0 250px;
}

#bannerbk{
   float: right;
   width: 205px;
   margin-right:15px;
}

#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;
	padding:5px;
	font-weight : normal;
	text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
	background-color: #369;
	
}