body {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	margin-top: 10px;
	background: #e7edf1;
	text-align: center;
}
#Header{
	position: absolute;
	top: 0px;
	left: 469px;
	z-index: 2;
}
#Logo{
	position: absolute;
	top: 74px;
	left: 205px;
	z-index: 3;
}
#Aussen{
	position: relative;
	width: 971px;
	height: 580px;
	margin: auto;
	border: 1px solid #7499af;
	text-align: left;
	background: url(../img/back.jpg) #ffffff;
}
#Border{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}
#Menue{
	font-size: 11px;
	width: 160px;
	position: absolute;
	top: 151px;
	left: 0px;
	z-index: 5;
}
#HeadMenu{
	position: absolute;
	top: 0px;
	left: 206px;
	z-index: 5;
	padding: 0px;
}
#HeadMenu table{
	border-collapse: collapse;
	width: 100px;
}
#HeadMenu table td{
	padding: 0px;
}
/* -------------------------------- Inhaltsbereich ---------------------------*/
#Rahmen{
	position: absolute;
	top: 185px;
	left: 205px;
	width: 610px;
	height: 415px;
	overflow: auto;
}
#Inhalt{
	position: relative;
	width: 558px;
	vertical-align: top;
	text-align: left;
	line-height: 16px;
	z-index: 3;
}
#Inhalt .img{
	width: 400px;
	background: #CEE0FF;
	vertical-align: top;
}
#Inhalt h1{
	color: #00a9eb;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #00a9eb;
	margin-top: 5px;
	margin-bottom: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#Inhalt h2{
	color: #7499af;
	font-size: 12px;
	font-weight: bold;
	margin: 16px 0px;
}
#Inhalt p{
	margin-top: 11px;
	margin-bottom: 11px;
	text-align: justify;
}
#Inhalt p.norm{
	text-align: left;
}
#Inhalt p.hinweis{
	background: #e7edf1;
	padding: 10px;
}
#Inhalt a{
	color: #7499af;
}
#Inhalt a:hover{
	color: #00a9eb;
}
#Inhalt a.Zeile{
	color: #7499af;
	display: block;
	padding: 2px 2px 3px 10px;
	margin-bottom: 5px;
	text-decoration: none;
}
#Inhalt a.Zeile img{
	border: none;
	vertical-align: baseline;
}
#Inhalt a.Zeile:hover{
	color: #ffffff;
	background: #7499af;
}
#Inhalt ul{
	list-style-image: url(../img/list_bullet.gif);
}
#Inhalt .rechts{
	float:right;
	margin: 4px 0px 10px 15px;
}
#Inhalt .zurueck{
	float:right;
}
#Inhalt .links{
	float:left;
	margin-top:4px;
	margin-bottom: 10px;
	margin-right: 15px;
}
#Inhalt .fussnote{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
#Inhalt table.Team{
	border-collapse: collapse;
	margin-bottom: 30px;
	border-bottom: 1px solid #7499af;
	width: 100%;
}
#Inhalt table.Team td{
	padding-bottom: 10px;;
}
.tabelle{
	font-size: 11px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.tabelle td{
	margin: 0px;
	padding: 0px;
}
#News{
	position: absolute;
	top: 185px;
	left: 815px;
	width: 156px;
	text-align: left;
	font-size: 11px;
	color: #fff;
	background: #a6bcca;
}
#News h1{
	padding: 5px 10px;
	margin-top: 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-image: url(../img/news_head_back.png);
}
#News div{
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}
#News p{
	padding: 0px 10px;
}
#News img.pfeil{
	border: none;
	vertical-align: middle;
}
#News a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
	text-align: right;
}
#News a:hover{
	background-color: #d6e0e6;
	color: #a6bcca;
}
#Presse .klein
{
	font-size: 10px;
	padding: 3px;
	line-height: 12px;
}
#Formtabelle{
	width: 600px;
	border-collapse: collapse;
	font-size: 11px;
}
#Formtabelle td{
	border: none;
	padding: 5px 5px 5px 0px;
}
#Formtabelle td.Angabe{
	width: 150px;
}
#Formtabelle td.Eingabe{
	width: 450px;
}
input,select,textarea{
	font-family: Arial, Helvetica;
	font-size: 11px;
	border: 1px solid #9f3c40;
	background-color: #efefef;
}
input.ohne{
	border: none;
	background: none;
}
input.c1{
	cursor: pointer;
	color: #9f3c40;
	font-weight: bold;
	font-size: 11px;
	background: url(../img/submit_back.png);
}