#wrapper{
	position: relative;
	margin: 0 auto 10px;
	width: 990px;
	min-height: 400px;
	background-color: #FFF;
	padding: 211px 0 20px 0;
}

#contentwrapper {
	position: relative;
	display: block;
	width: 990px;
   min-height: 400px;
}

#head{
   position: absolute;
   top: 0;
   min-height: 211px;
   width: 990px;
   background-image: url(../images/bg_head.jpg);
   background-repeat: no-repeat;
   background-position: top right;
}

#menuleiste{
   position: absolute;
   bottom: 0;
   min-height: 23px;
   width: 990px;
   background-color: #0d8b10;
}

#firmenname {
	float: left;
	display: block;
	min-height: 23px;
	width: 240px;
	border-right: 1px solid #FFF;
   background-color: #0d8b10;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 1px 0;
	font-size: 130%;
	letter-spacing: 0.10em;
	background-image: url("../images/bg_hart_schrift.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#logo{
   position: absolute;
   top: 10px;
   left: 18px;
}
#logo img{
	padding: 0;
	margin: 0;
	border: 0 none;
}

#footer {
   clear: both;
   position: relative;
   diplay: block;
   min-height: 24px;
   width: 990px;
}

#rottenschlager {
	clear: both;
	position: absolute;
	bottom: 0;
	diplay: block;
	width: 990px;
   min-height: 18px;
   background-color: #dddbdc;
   color:#6a6a6a;
   font-size: 86%;
   padding: 2px 0 0 30px;
}

#content{
	position: relative;
	margin: 0 0 0 242px;
	padding: 20px;
	width: 708px;
	min-height: 400px;
}

#menu {
   float: left;
   width: 239px;
   min-height: 200px;
   padding: 0 0 200px 0;
}

#adressbereich {
	position: absolute;
	bottom: 50px;
	left: 20px;
	min-width: 184px;
	min-height: 144px;
   color: #0d890d;
   font-weight: bold;
   font-size: 86%;
   line-height: 150%;
   padding: 30px 0 0 25px;
   margin: 0;
   background-image: url("../images/bg_adresse.gif");
   background-repeat: no-repeat;
   background-position: top left;
}
#adressbereich a,
#adressbereich a:link,
#adressbereich a:visited {
   color: #0d890d;
   font-weight: bold;
   text-decoration: none;
}
#adressbereich a:focus,
#adressbereich a:hover,
#adressbereich a:active{
   color: #000;
}

/************* 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;	
}
