#wrapper{
	position: relative;
	margin: 0 auto 50px;
	width: 982px;
	min-height: 300px;
	background-color: #FFF;
	padding: 256px 0 0 0;
   background-image: url("../images/bg_contentwrapper.gif");
   background-position: top left;
   background-repeat: repeat-y;
}

#contentwrapper {
	min-height: 300px;
	width: 982px;
	background-color: #F5F182;
	background-image: url("../images/bg_contentwrapper.gif");
   background-position: top left;
   background-repeat: repeat-y;
}

#content{
   position: relative;
   padding: 20px 15px;
   margin: 0 187px;
   min-width: 578px;
   min-height: 260px;
   background-color: #FEFBE5;
   background-image: url("../images/bg_content.jpg");
   background-position: top left;
   background-repeat: repeat-x;
}

#menu {
   float: left;
   width: 185px;
   border-right: 2px solid #FFF;
   background-color: #F5F182;
}
#bannerbk {
   float: right;
   min-width: 175px;
   padding: 20px 5px;
   line-height: 130%;
   color: #000;
   font-size: 92%;
   border-left: 2px solid #FFF;;
}

#head {
   position: absolute;
   top: 0;
   min-height: 255px;
   width: 982px;
   background-color: #CDDCED;
   border-bottom: 1px solid #FFF;
}

#head_oben {
	position: relative;
	display: block;
	width: 980px;
	min-height:124px;
	border-top: 1px solid #818A51;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CDDCED;
	border-right: 1px solid #CDDCED;
}

#footer {
   clear: both;
   position: relative;
   display: block;
   min-height: 24px;
   width: 982px;
   background-color: #F5F286;
}

#farbflaeche { 
   position: absolute;
   bottom: 0;
   min-height: 26px;
   width: 980px;
	background-color: #0451A3;
}

#logo{
   position: absolute;
   top: 126px;
   left: 0;
   display: block;
   min-width: 185px;
   min-height: 130px;
   background-color: #F0EB32;
   margin: 0;
   padding: 0;
   border-right: 2px solid #FFF;
}
#logo a {
   margin: 0;
   padding-left: 35px;
   display: block;
   width: 150px;
   height: 130px;
}

#logo img {
	padding: 0;
	margin: 0;
	border: 0 none;
}

#themenbild {
   position: absolute;
   left: 187px;
   top: 126px;
   display: block;
   min-height: 129px;
   min-width: 238px;
   background-position: top left;
   background-repeat: no-repeat;
}

#copyright {
   position: absolute;
   left: 350px;
   top: 0;
   font-size: 86%;
   color: #7e7c72;
   padding: 4px 0 3px 0;
}

#email {
   position: absolute;
   right: 20px;
   top: 0;
   font-size: 86%;
   color: #18140c;
   padding: 4px 0 3px 0;
}

#email a,
#email a:link,
#email a:visited {
   color: #18140c;
   padding: 4px 0 3px 0;
   text-decoration: none;
}

#email a:focus,
#email a:hover,
#email a:active {
   color: #18140c;
   padding: 4px 0 3px 0;
   text-decoration: underline;
}

.ueberschrift {
   position: absolute;
   bottom: 10px;
   left: 437px;
   color: #577fd1;
   font-size: 150%;
   font-weight: bold;
   margin : 0;
   padding: 0;
   letter-spacing: 0.1em;
}

/**************** 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;	
}
