@charset "UTF-8";
/* CSS Document */

a:link {  color: #151515; text-decoration:none; }
a:visited {  color: #151515; text-decoration:none; }
a:focus {  color:#151515; text-decoration:none; }
a:hover {  color:#151515; text-decoration:none; }
a:active { color:#151515; text-decoration:none; }

.ueberschrift {
	font-family:	Verdana, Geneva, sans-serif;
	font-weight:	400;
	font-size: 		24px;
	color: 			#151515;
	letter-spacing:	5px;
}

.text {
	font-family:	Verdana, Geneva, sans-serif;
	font-size: 		12px;
	color: 			#151515;
	line-height: 1.5;
	text-align:justify;	
}


.textCentered {
	font-family:	Verdana, Geneva, sans-serif;
	font-size: 		12px;
	color: 			#151515;
	line-height: 1.5;
	text-align:center;	
}

p { margin-top: 10px;
	margin-bottom: 10px;
} 


.menu {
	font-family:	Verdana, Geneva, sans-serif;
	font-size: 		9px;
	color: 			#151515;	
}

.menuPunktd {
	font-family:	Verdana, Geneva, sans-serif;
	font-size: 		12px;
	text-align: 	center;
	vertical-align:	middle;
	font-weight:	bold;
	background-color: #e3ae1d;
	color: 			#151515;		
}

.menuPunkth {
	font-family:	Verdana, Geneva, sans-serif;
	font-size: 		12px;
	text-align: 	center;
	vertical-align:	middle;
	font-weight:	bold;
	color: 			#151515;	
}

.absatz {
	font-family:	Verdana, Geneva, sans-serif;
	font-size: 		12px;
	font-weight:	bold;
	color: 			#151515;	
}

.bild{
	border: 1px;
	border-color:#50108E;
}

body {
	background-color: #FFFFF0;
}

