/* CSS Document */
/* utf-8 */
body {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	font-size: 14px;
}
header {
	width: auto;
	/* background-color: #980267; */
	background-color: #00b4cc;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 8px;
	border-bottom-color: #b61c3e;
	border-bottom-style: solid;
}
footer {
	width: auto;
	background-color: #00b4cc;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 8px;
	border-top-color: #b61c3e;
	border-top-style: solid;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}
h1 {
	font-size:19px;
	color: #000000;
}
p {
	color: #000000;
	font-size: 12pt;
	text-align: justify;
}
.container {
	width: 980px;
	margin-right: 15px;
	margin-left: 15px;
}
.content {
	background-color: #FAFAFA;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 18px;
	padding-left: 18px;
}
.quelleDisclaimer {
	font-size:9px;
	color:#999;
}
.schwarz {
	color:#000000;
}
.test a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
.test a:hover, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}
.punkt {
	font-size: 24px;
	font-weight: bolder;
}
