html,body {
    margin: 0;
    padding: 0;	
	font: 100% Arial, Helvetica, sans-serif;
	color:#231f20;
	text-align:center; /*Für den Internet Explorer*/
	background: #fff; 
}

#siteholder {
	text-align:left;
	margin:0 auto;
	width:400px;
    padding: 85px 0;
}

a, a:focus, a:active, a:visited { 
	color: #54a752;
	text-decoration:underline;
}

a:hover { 
	text-decoration:none;
}



#logo, #logo h1, #logo a {
	margin: 0;
	padding: 0;
  }
  
#logo {
	
    width: 400px;
	float: left;
    background: transparent url('../grafiken/logo.jpg') left top no-repeat;
  }
  
  
span {
    display: none;
}  

#adresse {
    margin-top: 66px;
	margin-left: 182px; 
	width: 215px;
	text-align: left;
	font-size:13px;
	font-weight:normal;
	line-height:150%;
	}


#textbereich {
	margin-top: 20px;
    width: 400px;
	float: left;
    background: transparent url('../grafiken/bgtext.jpg') left top no-repeat;
	}
	
#textbereich ul, li {
	font-size:14px;
	font-weight: bold;
	color: #53a847;
	list-style-type: none;	
	margin: 0;
	}	
	
#textbereich ul {
	padding: 16px 0 25px 60px; 
	}	
	
#textbereich li {
	padding: 0 0 14px 0; 
	}		
