a {
	text-decoration: none;
	color: #00378b;
}

a:hover {
	color: #b4bee0;
}

a#Impressum {
	position: absolute;
	left: 40px;
	top: 740px;
	text-transform: uppercase;
}
a#Datenschutz {
	position: absolute;
	left: 40px;
	top: 760px;
	text-transform: uppercase;
}

body, td {
	font-family: 'Trebuchet MS', Sans-Serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}

body {
	background: #00378b;
}

body, html {
	margin: 0;
	padding: 0;

	width: 100%;
	height: 100%;
}

div#Container {
	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
	height: 793px;
	
	min-width: 980px;
	
	background: url('../medien/grafiken/hg.jpg') no-repeat #fff;
	background-position: 570px 290px;
}

div#Inhalt {
	margin: 185px 0 0 300px;
	
	width: 500px;
}

div#Boxen {
	position: absolute;
	left: 45px;
	top: 0;
	
	width: 225px;
	height: 800px;
	
	background: url('../medien/grafiken/boxen.jpg') no-repeat #fff;
	
	z-index: 2;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	
	color: #ee7f00;
	
	text-transform: uppercase;
	
	margin: 0 0 12px 0;
	padding: 0;
}

h1 {
	position: absolute;
	left: 35px;
	top: 180px;

	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	
	color: #00378b;
	
	text-transform: none;
}	

hr {
	width: 100%;
	height: 1px;
	
	border: 0;
	
	margin: 20px 0;
	
	color: #000;
	background-color: #000;
}

img {
	border: 0;
	display: inline-block;
	vertical-align: bottom;
	
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

ul#Navigation {
	position: absolute;
	left: 0;
	top: 63px;

	width: 100%;
	height: 51px;
	
	background: url('../medien/grafiken/hg_navi.gif') no-repeat #00378b;
	background-position: 570px 12px;
	
	z-index: 1;
}

ul#Navigation li {
	margin: 14px 0;
}

ul#Navigation li.Anfang {
	margin-left: 300px !important;
}

ul#Navigation a, ul#Navigation li {
	font-size: 18px;
	line-height: 22px;

	color: #fff;
	
	text-transform: uppercase;
}

ul#Navigation a:hover {
	color: #b4bee0;
}

.Absatz {
	margin-top: 24px;
}

.Clear {
	clear: both;
}

.Geist {
	width: 0;
	height: 0;
	
	padding: 0;
	margin: 0;
	
	visibility: hidden;
}

.Spalte {
	display: block;
	float: left;
}

.Tab {
	display: inline-block;
	float: left;
	
	width: 120px;
}