@charset "UTF-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	padding-left: 25px;
}
body {
	background-image: url(grafiken/bg.jpg);
	background-repeat: repeat-x;
}
.main {
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #8eba33;
	padding-left: 25px;
	padding-top: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.textDatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: underline;
}
