body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D1CDCC;
}
.top {
	background-image: url(../img/top.jpg);
	width: 1000px;
	height: 194px;
	position: absolute;
	z-index: 2;
}
.links {
	background-image: url(../img/links_bg.jpg);
	width: 273px;
	height: 538px;
	position: absolute;
	z-index: 1;
	top: 189px;
}
.inhalt {
	width: 710px;
	height: 534px;
	position: absolute;
	z-index: 3;
	top: 193px;
	background-color: #FFFFFF;
	left: 272px;
	background-repeat: no-repeat;
}
.text {
	position: absolute;
	z-index: 4;
	font-size: 12px;
	overflow: auto;
	padding-right: 4px;
}
.text_firma {
	position: absolute;
	z-index: 4;
	font-size: 12px;
	overflow: auto;
	padding-right: 4px;
}
.text_firma .headline{
	font-size: 14px;
	font-weight: bold;
}
.text .headline{
	font-size: 14px;
	font-weight: bold;
}
.nav {
	width: 650px;
	height: 20px;
	position: absolute;
	z-index: 4;
	top: 166px;
	left: 350px;
	font-size: 13px;
}
.nav a{
	color: #000000;
	text-decoration: none;
	padding-left: 19px;
}
.nav a:hover{
	color: #FE183F;
	text-decoration: none;
}
.nav .active{
	color: #FE183F;
	text-decoration: none;
}
.secnav {
	width: 214px;
	position: absolute;
	z-index: 4;
	top: 374px;
	left: 60px;
	font-size: 12px;
}
.secnav a{
	text-decoration: none;
	color: #000000;
	display: block;
	height: 20px;
	padding-top: 4px;
	margin-bottom: 2px;
	text-align: right;
	padding-right: 20px;

}
.secnav a:hover{
	background-color: #FFFFFF;
}
.secnav .active{
	background-color: #FFFFFF;
}
.text11 {
	font-size: 11px;
}
.fuss {
	width: 660px;
	height: 15px;
	position: absolute;
	z-index: 6;
	top: 679px;
	left: 294px;
	font-size: 11px;
	color: #333333;
}

