#wrapper {
	position: relative;
	margin: 0 auto;
	width: 990px;
	min-height: 338px;
	background-color: #FFF;
	padding: 161px 0 10px 0;
}

#contentwrapper {
	min-height: 348px;
	width: 990px;
}

#content {
   position: relative;
   padding: 20px 25px 50px;
   margin: 0 180px 0 180px;
   min-width: 580px;
   min-height: 308px;
   background-color: #FFF;
}

#menu {
   float: left;
   min-width: 180px;
   background-color: #FFF;
   z-index: 2;
   padding-bottom: 190px;
   
}
#bannerbk {
   float: right;
   width: 170px;
   line-height: 130%;
   font-size: 92%;
   background-color: #FFF;
   padding: 0 0 45px 0;
}

#head {
   position: absolute;
   top: 0;
   min-height: 161px;
   width: 990px;
   background-color: #FFF;
   background-image: url(../images/bg_head.jpg);
   background-position: top left;
   background-repeat: no-repeat;
}

#footer {
   clear: both;
   position: fixed;
   width: 990px;
   bottom: 0;
   diplay: block;
   margin: 0;
   padding: 3px 0 0 0;
   min-height: 37px;
   background-color: #FFF;
   background-image: url(../images/bg_footer.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}

#footer_weiss {
	position: absolute;
	left: 204px; 
   min-width: 581px;
   min-height: 37px;
   margin: 0;
   background-color: #FFF;
}

#logo {
   position: absolute;
   top: 30px;
   left: 20px;
   display: block;
   min-width: 185px;
   min-height: 130px;
   margin: 0;
   padding: 0;
}
#logo a {
   margin: 0;
   padding: 0;
   display: block;
   width: 140px;
   height: 35px;
}
#logo img {
	padding: 0;
	margin: 0;
	border: 0 none;
}

#box_menutop {
	position: absolute;
   right: 0;
   top: 20px;
   min-height: 20px;
   background-image: url(../images/menu_top_linie.png);
   background-position: bottom left;
   background-repeat: no-repeat;
}

.clear {
   clear: both;
}


/**************** Suche ********************/
#bannerbk #suche {
	position: relative;
   display: block;
   margin:  20px 0 0 0;
   padding: 0;
}
#bannerbk #suche a {
	display: inline;
   margin:  0;
   padding: 0;
   vertical-align: baseline;
}
#bannerbk #suche a img {
   border: 0 none;
   margin: 0;
}
#bannerbk .vt {
	float: left;
   width: 110px;
   height: 18px;
   border: 1px solid #959ca1;
   margin: 0 10px 0 0;
   padding: 0;
}

/**************** Initiative BSM ********************/
#initiative {
   position: fixed;
   bottom: 41px;
   padding: 60px 0 0 10px;
   width: 170px;
   min-height: 70px; 
   text-align: right;
   color: #032a55;
   font-size: 86%;
   background-color: #FFF;
   z-index: 1;
}
#initiative img {
	position: absolute;
	top: 0;
	right: 0;
   display: block;
   margin: 0 0 10px 0;
}

/**************** Print ********************/
#print_adresse {
	display: none;
}
#print_logo {
	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;	
}