html, body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../img.layout/bg.body.startseite.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a {  
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #FFFFFF;
   }

a:hover {  
	color: #FFFFFF;
   }
a:active {  
	color: #FFFFFF;
   }

