body
{
	color: #FFFFFF;
	margin: 0px;
	background-color: black;
	background-image: url(bg-sterne.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #DC1203;
  text-decoration: underline;
}

h1
{
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	background-color: black;
}

header { height: auto; max-height: 106px; line-height: 0; }

@media (max-width: 1070px) {
	header img { width: 100%; }
}

.headerNavigation
{
	background-image: url(bg_header_stripe.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #494977;
	font-weight: bold;
	border-color: black;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	overflow: auto;
	min-height: 20px;
	padding: 2px 20px 2px 0;
	box-sizing: border-box;
}

.headerNavigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.headerNavigation ul li 
{	float: right; margin-left: 20px; }

.headerNavigation a { 
  color: #990B00; 
}

.headerNavigation a:hover { color: #DC1203; }

#main { text-align: center; }

.homeText, .homeText a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.homeText a
{
	text-decoration: underline;
}

.homeText a:hover
{
	color: #DC1203;
	text-decoration: none;
}

