/* ====== Letzte Aenderung 13.03.2007 ====== */
/* ====== Basis ====== */
	
body {  
	font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 62.5%;
    background-color: #fff; 
    color: #9e6a48; 
	text-align: center;			
   }

* {
	padding: 0;
	margin: 0;
}

html { 
	overflow: -moz-scrollbars-vertical; 
} 

html>body a:focus { 
	-moz-outline-style: none; 
}

img, a img { 
  	border: none;
}

a {
	text-decoration: none;
}

.klar {  
	clear: both;  
	line-height: 0px;  
	font-size: 1px;  
	height: 0px;
}		

h1 {
	font-size: 22px;
	font-weight: normal;
}		

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px 7px;
}

table,p {	
	font-size: 11px;
	line-height: 150%;
}	

ul {
	font-size: 11px;
	margin-left: 20px;
	line-height: 150%;	
}

ul li {
	list-style-type: disc;
}

a.mail {
	color: #9e6a48;
	font-size: 11px;
	text-decoration: underline;
}

a.mail:hover {
	color: #5d0d10;
}

/* ====== Hauptlayer fuer Breite ====== */
	
#mainDivBreite {
	margin: 0 auto;
	width: 920px;
	height: 870px;
	position: relative;
	border-left: 1px solid #9e6a48;
}

#visual {
	float: right;
	background: url(../img/innen_ansicht.jpg) left top no-repeat;
	width: 675px;	
	height: 870px;		
}

#logo {
	position: absolute;
	top: 50px;
	left: 25px;
}

#adresse {
	position: absolute;
	top: 85px;
	left: 17px;
	text-align: left;
	margin: 10px 10px;
}

#liste {
	position: absolute;
	top: 330px;
	left: 20px;
	text-align: left;
	margin: 10px 0;
}



	