a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #0000CC;
}

body {
	font-family: 'Trebuchet MS', Sans-Serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	
	background: url('../medien/grafiken/verlauf.jpg') repeat-x #fefefe;
}

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

	width: 100%;
	height: 100%;
}

div#Container {
	position: absolute;
	left: 50%;
	top: 20px;
	
	width: 686px;
	
	margin-left: -343px;
}

div#Startseite {
	position: absolute;
	left: 50%;
	top: 0px;
	
	width: 686px;
	height: 100%;
	
	margin-left: -343px;
	
	text-align: center;
}

div#Startboxen div {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

div#Fusszeile {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	text-align: center;
	
	padding: 15px 0px;
	width: 100%;
	
	color: #fff;
	font-size: 11px;
	background: url('../medien/grafiken/fusszeile.gif') no-repeat;
}

div#Fusszeile a {
	color: #cde;
}

div#Rechts {
	width: 520px;
	
	float: right;
}

div#Inhalt {
	background: #fff;
	
	padding: 60px 10px 10px 6px;
}

div.Spalte {
	float: left;
}

div.Reiter {
	background: url('../medien/grafiken/reiter_blau.gif') no-repeat;

	width: 170px;

	padding: 3px 0px;

	float: left;
	text-align: center;
	text-transform: uppercase;
	
	color: #fff;
}

div.Rot {
	background: url('../medien/grafiken/reiter_rot.gif') no-repeat;
	
	margin: 0px 5px;
}

div.Reiter a {
	color: #fff;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	
	color: #000000;
	
	margin: 0px 0px 12px 0px;
	padding: 0px;
	
	overflow: hidden;
}

h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	
	color: #ccc;
	
	text-transform: uppercase;
}

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

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

img#Kopf {
	margin-bottom: 20px;
}

img.Galeriebild {
	margin: 0 5px 10px 0;
	
	border: 5px solid #eee;
}

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

ul {
	list-style: none inside;

	margin: 0px;
	padding: 0px;
}

ul#Navigation {
	width: 156px;
	
	margin-bottom: 20px;
}

ul#Navigation a {
	font-size: 14px;
	line-height: 18px;
	
	text-transform: uppercase;
	
	color: #535151;
}

ul#Navigation li {	
	border-bottom: solid #fff 1px;
	border-top: solid #091b6c 1px;
	
	padding: 4px 0px 2px 15px;
}

ul#Navigation:first-child {
	border: 0px !important;
}

.Clear {
	clear: both;
}
