body {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	/*	text-align: justify;*/
}

a {
	color: #254F1D;
}

a:hover {
	text-decoration: none;
}

.bannerback {
	text-align: center;
}

.header h1 {
	font-size: 36pt;
	margin: 20pt;
}

.header h3 {
	font-size: 20pt;
	margin-bottom: 20pt;
}

ul.mainmenu {
	display: none;
}

.content {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.importantNews {
	color: #254F1D;
	font-weight: bold;
	font-size: 15pt;
	text-align: center;
	margin-bottom: 20pt;
}

div.leftcolumn {
	width: 49%;
	float: left;
	height: 100%;
}

div.rightcolumn {
	width: 49%;
	float: right;
	height: 100%;
}

.maincontent {
	
}

.maincontent p+h4 {
	margin-top: 15px;
	padding-top: 15px;
	/*border-top: 1px #254F1D dashed;*/
}

.maincontent ul+h4 {
	margin-top: 15px;
	padding-top: 15px;
	/*border-top: 1px #254F1D dashed;*/
}

.maincontent ol+h4 {
	margin-top: 15px;
	padding-top: 15px;
	/*border-top: 1px #254F1D dashed;*/
}

.maincontent p+p {
	margin-top: 40px;
}

.wichtig {
	font-weight: bold;
}

.maincontent p+p.nomargin {
	margin-top: 0px;
}

.footer {
	margin-top: 40px;
	text-align: center;
	font-size: 11px;
	clear: both;
}

.serial {
	font-family: Consolas, Fixedsys, monospace, 'Courier New', Courier
		!important;
}

span.bottomlinks {
	display: none;
}