@charset "ISO-8859-1";
.content {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 55px;
	padding-bottom: 55px;
	padding-left: 55px;
}
.grundtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #33CC33;
	line-height: 30px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: 33CC33;
	border-right-color: 33CC33;
	border-bottom-color: 33CC33;
	border-left-color: 33CC33;
}

