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

body {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 17px;

	padding: 0px;
	margin: 0px;
	
	background: url('../grafiken/schatten.jpg') no-repeat #EEEEEE;
	background-position: center top;
}

td {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 17px;
}
	

#Container {
	position: absolute;
	top: 50px;
	left: 50%;

	width: 624px;

	padding: 198px 40px 20px 140px;
	margin: 0px 0px 0px -402px;
	
	overflow: hidden;

	background: url('../grafiken/hintergrund.jpg') no-repeat #FFFFFF;
}

#Inhalt {
	min-height: 300px;
}

#Hauptmenu {
	margin-bottom: 50px;
}

#Hauptmenu a {
	color: #FFFFFF;
	margin-right: 25px;
}

.Klein {
	font-size: 11px;
	line-height: 14px;
}

span.Klein a {
	color: #666666;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	
	color: #000000;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	
	color: #999999;
}

.cookies {
	font-size: .8rem;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	box-sizing: border-box;
	width: 100%;
	padding: .5em 1em;
	background-color: rgba(200,200,200,.9);
}

.cookies a {
	color: #CC0033;