.bg-dunkelgruen {
	background-color: rgb(163,163,69);
	}
.bg-beige {
	background-color: rgb(247,247,220);
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(247,247,220);
}
.text-blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(33,66,78);

}
.text-blau-fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(33,66,78);
	font-weight: bold;
	line-height: 27px;


}
.text-gruen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(163,163,69);
	line-height: 22px;
	text-decoration: none;
}
.text-gruen-klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(163,163,69);
	line-height: 22px;
	text-decoration: none;



}
