body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(bilder/hintergrund.gif);
	background-repeat: repeat-x;
}

.content {
	height: 450px;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
.content a {
	color: #0B205B;
	text-decoration: underline;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #00CC00;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.textnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}