a {
	text-decoration: underline;
	color: #a50f38;
}

a:hover {
	color: #602;
}

a.Anker {
	position: relative;
	top: -20px;
	
	width: 0;
	height: 0;
	
	visibility: hidden;
}

a.Button {
	display: inline-block;

	padding: 3px 24px 2px 6px;
	margin: 6px 0 6px -4px;
	
	background: #a50f38;
	
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

a.Button:hover {
	background: #602;
}

a.Button, ul#Navigation a, ul#Links a, h1 a, h2 a, h3 a, h4 a {
	font-family: 'Trebuchet MS', Sans-Serif;
	text-decoration: none;
}

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

body {
	background: url('../medien/grafiken/hintergrund.jpg') no-repeat #f6d817;
}

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

	width: 100%;
	height: 100%;
}

div#Container {
	position: absolute;
	left: 35px;
	top: 35px;
	
	min-width: 970px;
}

div#Banner {
	font-family: 'Trebuchet MS', Sans-Serif;
	font-size: 36px;
	line-height: 40px;
	
	color: #a50f38;
	
	border: 2px solid #fff;
	
	width: 480px;
	
	margin: 29px 0 10px 0;
	padding: 16px 38px;
	
	height: 44px;
}

div#Fusszeile {
	width: 650px;
	height: 40px;
	
	padding: 10px 150px;
	margin: 7px 0;
	
	font-size: 11px;
	line-height: 16px;
	color: #a50f38;
}

div#SpalteA {
	width: 150px;
	height: 100%;
}

div#SpalteB {
	width: 570px;
	
	overflow: hidden;
}

div#SpalteC {
	width: 220px;
	
	padding-top: 119px;
}

div.Ampel {
	width: 10px;
	height: 10px;
	
	margin-left: 10px;

	background: url('../medien/grafiken/ampel.gif') no-repeat #eee;
}

div.Ampel.Rot {
	background-position: 0 0;
}

div.Ampel.Gelb {
	background-position: -10px 0;
}

div.Ampel.Gruen {
	background-position: -20px 0;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Trebuchet MS', Sans-Serif;
	font-size: 34px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: -0.05em;
	
	text-transform: uppercase;
	
	color: #a50f38;
	
	margin: 0;
	padding: 0;
}

h3, h4 {
	font-size: 13px;
	line-height: 18px;
}

h4 {
	margin: 10px 0;
}

h3.Absatz, h4.Absatz {
	margin-top: 30px;
}

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

hr.Absatz {
	visibility: hidden;
	margin: 10px 0px 10px 0px;
}

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

img#Logo {
	position: relative;
	top: 10px;
}

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

li {
	margin-bottom: 6px;
}

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

p.Index {
	font-size: 11px;
	line-height: 16px;
}

table {
	border: 0px;
	width: 485px;
	margin: 0 0 12px 0;
}

td, th {
	padding: 3px 6px;
	background: #eee;
	
	text-align: left;
	vertical-align: middle;
}

th {
	background: #ddd;
	vertical-align: top !important;
}

textarea {
	width: 100%;
	height: 80px;
}

ul {
	list-style: bullet outside;

	margin: 0;
	padding: 0;
}

ul#Navigation, ul#Links {
	list-style: none outside;
	
	font-size: 17px;
	line-height: 20px;
	
	cursor: pointer;
}

ul#Navigation li, ul#Links li {
	display: block;
	width: 100%;
	
	margin: 0;
	padding: 0;
}

ul#Navigation {
	margin-top: 30px;
}

ul#Links {
	margin-top: 35px;
}

ul#Navigation *, ul#Links * {
	display: block;
	margin: 0;
}

.Absatz {
	margin-top: 12px;
}

.Abstand {
	margin-right: 15px;
}

.Alternative {
	display: none;
}

.Clear {
	clear: both;
}

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

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

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

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

.Tabbb {
	width: 180px;
	display: inline-block;
	float: left;
}