/*farben
#f5e619 gelb
#4ba514 gruen
#8b827e grau 
#b8cb81 hellgruen*/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
}
	
html, body {
	padding: 0px;
	margin: 20px;
	font-size: 12px;
	background-color: #eeeeee;
	text-align: center;
	background-image: url(Lndscape.jpg);
}
  
/*seite zentriert*/
#page {
	width: 575px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;}

#logo {
   text-align: center;
   width: 533px;
	height: 244px;
	background-color: #ffffff;
	margin: 20px;
	padding: 20px;
	border: 1px solid #b8cb81;}

#daten {
   text-align: center;
   width: 533px;

	background-color: #ffffff;
	margin: 20px;
	padding: 20px;
	border: 1px solid #b8cb81;}
html>body #daten {
	min-height: 244px;
	height: auto;}
	
.ueber1 {
	color: #4ba514;
	font-size: 16px;
	font-weight: bold;}
.ueber2 {
	color: #4ba514;
	font-size: 12px;
	font-weight: normal;}
	
a:link {
	color: #666666;
	text-decoration: none;}
a:visited {
   color:#666666;
	text-decoration: none;}
a:active {
   color:#666666;
   text-decoration:none;}
a:hover {
	color: #666666;
	text-decoration: underline;}
