/*-- Styles----------------------------------------------------*/
html, body{ 
	margin: 0;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background:  #fff; 
	text-align: center;
} 


/***************************************** rahmen */
#rahmen {
  	margin: 0 auto;
	width: 750px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background-image:url(/images/hintergrund.jpg); 
	height: 550px;	
}
/***************************************** footer */

#footer {
  	margin: 0 auto;	
	width: 750px;
	text-align: right;
	background-image:url(/images/footer.jpg); 
	height: 45px;
	font-size: 9px;	
}

#footer a:visited {
	color: #6B6B6B;
	text-decoration: none;	
}

#footer a:link {
	color: #6B6B6B;
	text-decoration: none;	
}

#footer a:hover {
		color: #000;
		text-decoration: underline;
}

.headline {
	color: #6B6B6B;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	}
	
.fliesstext {
	color: #6B6B6B;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	}
.fliesstextfett {
	color: #6B6B6B;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	}		