#wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto 20px;
	padding:  132px 0 0 0;
	background-color: #f8e0be;
}

#head {
   position: absolute;
   top: 0;
   left: 0;
   min-height: 115px;
   width: 990px;
   background-color: #e9a03a;
   border-top: 1px solid #ad0101;
   border-bottom: 16px solid #f1c07d;
   background-image:url(../images/bg_head.jpg);
   background-repeat: no-repeat;
   background-position: right top;
}

#contentwrapper {
	position: relative;
	margin: 0;
	padding: 0;
   background-image:url(../images/bg_left.jpg);
   background-repeat: no-repeat;
   background-position: left bottom;	
}

#content {
	position: relative;
	margin: 0 187px 0 187px;
	padding: 20px;
	width: 576px;
	min-height: 450px;
	line-height: 150%;
	background-color: #f9ebe2;
}

#left {
   position: relative;
   float: left;
   padding: 0;
   margin: 0;
   width: 187px;
}

#bannerbk {
   position: relative;
   float: right;
   padding: 10px 5px 0 5px;
   margin: 0;
   width: 177px;
}

.HPLogo {
   position: absolute;
   top: 10px;
   left: 22px;
}

#footer {
	position: relative;
	width: 990px;
	min-height: 24px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #e9a03a;
	border-top: 5px solid #ac0000; 
}

#adresse {
   position: absolute;
   bottom: 0;
   left: 0;
   margin: 0;
   color: #242021;
   font-size: 92%;
   padding: 2px 0 0 24px;
   width: 966px;
   min-height: 20px;
   border-top: 4px solid #ac0000;
}

#adresse a,
#adresse a:link,
#adresse a:visited {
	color: #242021;
}

#adresse a:focus,
#adresse a:hover,
#adresse a:active {
   color: #ac0000;
}


#copyright {
   position: absolute;
   top: 4px;
   left: 15px;
   color: #231f20;
   font-size: 92%;
   padding: 0;
   margin: 0;
   min-height: 20px;
}

.GoogleMap {
   display: block;
   clear: both;
   margin-bottom: 30px;
}

/* 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;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
   background-color: #369;
}


