/* für aktuelle browser */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.hell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C7DC8E;
	text-decoration: underline;
}
a.hell:hover {
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #0F5E11;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
.header {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.colorContent {
	background-color: #E9EED7;
}
.colorBody {
	background-color: #0F5E11;
}
.colorImage {
	background-color: #82B25C;
}
.normalText {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.headlineText {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	line-height: 15px;
}
.footerText {
	font-size: 10px;
	color: #333333;
}
.imageRand {
	border: solid 1px #E9EED7;
}