body, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
}

.bildtext {
	font-size: 9px;
}

.legal {
	font-size: 9px;
	color: #FFFFFF;
}

.legalgruen {
	font-size: 9px;
	color: #004F2C;

}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #669580;
}

.gruen {
	font-size: 11px;
    color: #669580;
}

ul {
	list-style-image: url("../IMG/list_image.gif");
	list-style-position: outside;
}

a:link, a:visited, a:active {
	font: Arial, Helvetica, sans-serif;
	color: #004F2C;
	text-decoration: none;
}

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

