/*Überschrift*/
.logo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}

/*Überschrift oben breites Feld*/
.welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444444;
}

/*Text oben breites Feld*/
.grean_big_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

/*Überschrift unten schmale Felder, read more, aktualisiert*/
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

/*Text unten schmale Felder*/
.small_grean_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

/*Link*/
a:link {
	/*color: #B56868;*/
	color: #8F4141;
	text-decoration: none;
}

/*Link visited*/
a:visited {
	text-decoration: none;
	/*color: #B56868;*/
	color: #8F4141;
}

/*Link hover*/
a:hover {
	text-decoration: underline;
	/*color: #B56868;*/
	color: #8F4141;
}

/*Link active*/
a:active {
	text-decoration: none;
	/*color: #B56868;*/
	color: #8F4141;
}

/*Hintergrundfarbe außen*/
body {
	background-color: #777777;
}
