﻿@charset "utf-8";
body {
	background: #003366;
	margin: 0;
	padding: 0;
	color: #003366;
	text-align: justify;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

html {
overflow: -moz-scrollbars-vertical;
min-height: 100%;
overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p {
	color: #003366;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h6 {
	font-size: 9px;
}

a img {
	border: none;
	text-align: center;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
}

.container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
}

.header {
	background: #FFFFFF;
}

.navigation {
	padding: 2px;
	background: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	text-align: center;
}

.navigation a{
	text-decoration: none;
}

.navigation_rot {
	color: #993300;
}

.subnavigation {
	padding: 2px;
	background: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.subnavigation a {
	text-decoration: none;	
}

.subnavigation_rot {
	color: #993300;
}

.content {
	padding: 5px 0px 5px 0px;
}

.table {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.bildunterschrift {
	font-size: 10px;
}

.newsticker {
	color: #FFFFFF;
}

.newsticker a {
	color: #FFFFFF;
}

.border {
	border: 1px dotted #CCCCCC;
}

.sponsor {
	border: 1px solid #003366;
	font-size: 12px;
}

.footer {
	padding: 0 0 5px;
	background: #FFFFFF;
	font-size: 11px;
	color: #003366;
	text-align: center;
}

.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
