a {
	text-decoration: none;
	color: #f8b801;
}

a:hover {
	color: #f8b801;
}

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

body {
	background: #fff;
}

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

	width: 100%;
	height: 100%;
}

div#Container {
	position: absolute;
	left: 50%;
	top: 0;
	
	width: 1000px;
	min-height: 100%;
	
	margin-left: -500px;

	background: url('../medien/grafiken/schatten.jpg') repeat-y #fff;
}

div#Inhalt {
	position: relative;
	left: 0;
	top: 0;

	margin: 250px 0 0 310px;
	width: 500px;
	
	z-index: 2;
}

form {
	margin: 0;
	padding: 0;
}

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

h2 {
	font-size: 16px;
	line-height: 20px;
	
	text-transform: none;
}

hr {
	width: 100%;
	height: 1px;
	
	border: 0px;
	
	margin: 5px 0px 15px 0px;
	
	color: #ccc;
	background-color: #ccc;
}

input[type=text], select {
	width: 200px;
}

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

img#Logo {
	position: absolute;
	left: 65px;
	top: 30px;
	
	z-index: 1;
}

img#Kopf {
	position: absolute;
	left: 577px;
	top: 30px;
	
	z-index: 1;
}

img#Wellen {
	position: absolute;
	left: 420px;
	bottom: 50px;
	
	z-index: 1;
}

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

textarea {
	width: 400px;
	height: 140px;
}

textarea, select {
	margin: 6px 0 0 0;
}

ul {
	list-style: none inside;

	margin: 0;
	padding: 0;
}

ul#Navigation {
	display: block;
	
	position: absolute;
	left: 27px;
	top: 165px;
	
	width: 666px;
	
	padding: 8px 0 8px 280px;
	
	background: #028bc1;
}

ul#Navigation li {
	float: left;
}

ul#Navigation a {
	font-size: 15px;
	line-height: 18px;

	color: #fff;

	margin-right: 40px;
}

ul#Navigation a.Aktiv {
	font-weight: bold;
}

ul#Leistungen {
	position: absolute;
	left: 27px;
	top: 240px;
}

ul#Leistungen li {
	width: 173px;
	padding: 8px 0 8px 27px;
	border-bottom: 2px solid #f8b801;
}

ul#Leistungen a {
	font-size: 15px;
	line-height: 18px;
	
	color: #028bc1;
}

.Absatz {
	margin-top: 30px;
}

.Clear {
	clear: both;
}

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

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

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