<!--
body {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #000000;
	background:#f3f3f3;
}

#whitebox {
	background: #ffffff;
	width: 900px;
	padding: 20px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contentbox {
	width: 650px;
	float: left;
	font-size: 12pt;
	margin-bottom: 25px;
	color: #3B3B3B;
}
#navi {
	width: 200px;
	float: left;
}

#navi li {
	list-style-type: square;
	font-size: 12pt;
	margin-left: 0px;
	padding: 0px;
}

#navi ul {
	padding-left: 20px;
}

#navi h2 {
	font-weight: bold;
	font-size: 12pt;
}

#footer {
	clear: both;
	font-size: 10pt;
	border-top: 3px solid #000000;
	padding-top: 15px;
}

a, a:hover {
	color: #1874CD;
}

form {
	margin: auto;
	float: left;
	margin-right: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
}

form input, form select {
	font-size:12pt;
	padding: 5px;
	margin-top: 5px;
	border: none;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	width: 200px;
}

textarea {
	font-size:12pt;
	padding: 5px;
	margin-top: 5px;
	border: none;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	width: 200px;
	height: 100px;
}

form button {
	font-size:12pt;
	padding: 5px;
	border: none;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	width: 210px;
	margin-top: 5px;
}

form fieldset {
	background: #1874CD;
	border: none;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #ffffff;
	width: 210px;
	padding: 10px;
}

#ergebnis {
	background: #38cd5b;
	border: none;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #ffffff;
	width: 210px;
	padding: 10px;
	float: left;
}

#fehler {
	background: #d94d4d;
	border: none;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #ffffff;
	width: 210px;
	padding: 10px;
	float: left;
}

.clear {
	clear: both;
}

form label {
	font-size: 12pt;
	font-weight: bold;
}

#smallnavi {
	font-size: 8pt;
}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover {
	color: #000000;
	text-decoration: none;
}

