
html, body{
  height:99.9%;
  width:99.9%;
  margin:0;
  padding:0;
  font-size:16px;
  line-height:22px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#5c3e36;
  font-weight:normal;
  background-color: #ffffff;
  background-image:url(images/back.jpg);
  background-position:top;
  background-repeat:repeat-x;
  scrollbar-face-color:#f0e5e3;
  scrollbar-highlight-color:#f0e5e3;
  scrollbar-3dlight-color:#f0e5e3;
  scrollbar-darkshadow-color:f0e5e3;
  scrollbar-shadow-color:#f0e5e3;
  scrollbar-arrow-color:#f0e5e3;
  scrollbar-track-color:#f0e5e3;
 /* overflow:hidden;*/
  
 }
 
p {
	margin:15px 0 20px 0;
	padding:0;
}

h1 {
	margin:10px 0 0 0;
	padding:0;
} 

h2 {
	margin:0;
	padding:0;
} 

h3 {
	margin:0 0 0px 0;
	padding:0;
} 


a {
color:#5c3e36;
text-decoration:none;
border-bottom: 1px dotted;
}

#spacer{
  width:100%;       				/* genauso breit, wie der Anzeigebereich */
  height:100%;       				/* genauso hoch, wie der Anzeigebereich */   				
  text-align:center;
  padding:0;
  margin:0;
  border:0px solid blue; 
}

#center {											/* ist das Element, welches zentriert werden soll */
  position:absolute;
  border:0px solid red;       						/* für die Zentrierung selbst nicht nötig */ 
  height:680px;
  width:1088px;
  top:50%;
  left:50%;
  margin:-360px 0 0 -510px;
/* background:url(images/stage.png);*/
  border:0px solid green;
  
  }
  
#content {
height:500px;
margin:90px 350px 0px 60px;
text-align:left; 
border:0px solid red;
}

#menu {
	margin: 0 0 0 0px;
	font-size:18px;
	
	
}
#menu ul{
padding: 0;
margin: 0;
}
#menu ul li {
	float: left;
	list-style: none;	
	border: 0px solid #b01611;
	
}


#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0 10px 0 0;
	
}
#menu ul li a:hover {  
}

#menu ul li#menu_item_7 a {
background-image:url(images/button_impressum.jpg);
background-position: top;
background-repeat:no-repeat;
border-bottom:none;
}

#menu ul li#menu_item_7 a:hover {
background-image:url(images/button_impressum_over.jpg);
background-position: top;
background-repeat:no-repeat;
border-bottom:none;
}


/*INHALT VON CONTENT*/

 #oben {
 	height: 85px;
 	width: 1088px;
    text-align: center;
	background:url(images/stage_oben.png);
  }

 #links {
    float: left; 
	width: 60px;
	height: 545px;
    margin: 0; 
	padding: 0;
	background:url(images/stage_links.png);
	clear:both;
  }

#rechts {
    float: right; 
	width: 410px;
	height: 545px;
    margin: 0; 
	padding: 0;
background:url(images/stage_rechts.png);
  }

#mitte {
	float: right;
	width: 618px;
	height: 525px;
    margin: 0;
    padding: 0;
background:url(images/stage_mitte.png);
text-align:left;
  }
  * html #mitte {
    height: 525px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  
   #links_home {
    float: left; 
	width: 60px;
	height: 630px;
    margin: 0; 
	padding: 0;
	background:url(images/links_home.png);
	clear:both;
	border: 0px solid black;
	
  }
  

#mitte_home {
	float: right;
	width: 1028px;
	height: 610px;
    margin: 0;
    padding: 0;
	text-align:left;
	border: 0px solid blue;
	background:url(images/Platzhalter.png);
	text-align:right;
  }
  * html #mitte_home {
    height: 610px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  #mitte_home div {
	float: left;
	width: 500px;
	height: 200px;
    margin: 350px 0 0 0;
    padding: 0;
	text-align:left;
	border: 0px solid #f4f4f4;
	text-align:left;
  }

#unten_home {
	width: 410px;
    height: 20px;
	background-color:#456782;
	float:right;
	background:url(images/unten_home.png);
	border: 0px solid black;
  }

#unten {
	width: 618px;
    height: 20px;
	background-color:#FFFFFF;
	float:left;
	border: 0px solid black;
  }
  
  #fuss {
    clear: both;
    height: 50px;
	background-color:#FFFF00;
	background:url(images/stage_fuss.png);
  }

#liste_links
{
width: 300px;
float:left;
line-height: 26px;

}

#liste_links ul
{
margin-top:0;

}

#liste_rechts
{
margin-bottom: 30px;
line-height: 26px;
}

#block_links
{
width: 270px;
float:left;
font-size: 12px;
margin-right: 30px;
line-height: 18px;

}

#block_links p

{
padding: 0;
margin: 0;

}

#block_rechts
{
width: 230px;
float:left;
font-size: 12px;
line-height: 18px;
}

#block_rechts p

{
padding: 0;
margin: 0;

}
