@charset "UTF-8";
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	background-color: #003366;
	background-image: url(Bilder/bg_hintergrund.jpg);
	background-repeat: repeat;
}
.headerbanner {
	background-attachment: scroll;
	background-image: url(Bilder/header.jpg);
	background-repeat: no-repeat;
}
.main {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #005382;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(Bilder/bg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.footer {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(Bilder/unten.jpg);
	background-repeat: no-repeat;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	text-indent: 2px;
	color: #26354A;
}
button {
	background-color: #C9EEFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #005382;
	border-right-color: #005382;
	border-bottom-color: #005382;
	border-left-color: #005382;
}
h2 {
	font-size: 13px;
	line-height: 18px;
	color: #2B6C94;
	text-decoration: none;
	font-weight: bolder;
}
img {
	border: 1px solid #1E3549;
	left: 20px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #035583;
}
a:link {
	color: #005382;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}
