/* CSS Document */


body {
	background-color: #7f8d38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4e762f;
	padding: 0;
	margin: 0;
	
	}
	
	a:link { text-decoration: underline; color: #4e762f; }
	a:visited { text-decoration: underline; color: #4e762f;}
	a:hover { text-decoration: underline; color: #4e762f; }
	a:active { text-decoration: underline; color: #4e762f; }
	
	a.ref:link { text-decoration: none; color: #ffffff; }
	a.ref:visited { text-decoration: none; color: #ffffff;}
	a.ref:hover { text-decoration: underline; color: #ffffff; }
	a.ref:active { text-decoration: underline; color: #c8e47d; }
	
	

.centerlayout {
	width:950px;
	margin: auto;
	
	}
 

.kopf {
	/*background-image: url(bilder/logo.jpg);*/
	width: 950px; 
	height: 238px; 
	margin: 0px;
	background-repeat: no-repeat;
	}
	
.kasten {
	background-image: url(bilder/kasten4.jpg);
	width: 200px; 
	height: 400px; 
	margin: 0px;
	background-repeat: no-repeat;
	}
	
	
.inhalt {
	background-color: #c8e47d;
	width: 750px;
	}
	
.textinhalt {
	padding: 30px 30px 30px 30px;
	/*height: 400px;*/
	/*overflow: auto;*/
	margin: 0px;
	}


