body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-image: url(../img/boeck_bg.jpg);
}
.kopf {
	z-index: 2;
	background-image: url(../img/boeck_top.jpg);
	width: 1000px;
	height: 92px;
	position: absolute;
	margin-bottom: 0px;
	top: 0px;
}
.kopf100 {
	z-index: 1;
	width: 100%;
	height: 92px;
	position: absolute;
	background-color: #B9B9B9;
	top: 0px;
}
.left {
	z-index: 2;
	width: 290px;
	height: 54px;
	position: absolute;
	top: 92px;
	background-image: url(../img/boeck_left.jpg);
	background-repeat: no-repeat;
}
.nav {
	z-index: 15;
	width: 500px;
	position: absolute;
	left: 478px;
	top: 69px;
}
.nav a{
	color: #0B2B5A;
	font-size: 14px;
	text-decoration: none;
	margin-right: 4px;
	padding: 2px 8px 2px 8px;
}
.nav a:hover{
	color: #FFFFFF;
}
.nav .active{
	color: #FFFFFF;
}
.secnav {
	z-index: 16;
	width: 265px;
	height: 28px;
	position: relative;
	top: 210px;
}
.secnav a{
	display: block;
	height: 20px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	padding-right: 50px;
	padding-top: 5px;
	margin-top: 9px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
.secnav a:hover{
	background-color: #6184BC;
}
.secnav .active{
	background-color: #6184BC;
}
.adresse {
	z-index: 13;
	width: 196px;
	position: absolute;
	left: 19px;
	top: 547px;
	text-align: right;
	font-size: 13px;
	color: #FFFFFF;
}
.adresse a{
	color: #FFFFFF;
	text-decoration: underline;
}
.adresse a:hover{
	text-decoration: none;
}
.inhalt_wrap {
	z-index: 10;
	width: 689px;
	position: absolute;
	left: 289px;
	top: 92px;
}
.inhalt {
	background-repeat: no-repeat;
}
.fuss {
	margin-right: 10px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 2px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-top: 4px;
}
.fuss a{
	color: #333333;
	text-decoration: underline;
}
.fuss a:hover{
	text-decoration: none;
}
.inhalt_text {
	z-index: 20;
	position: absolute;
	font-size: 12px;
	line-height: 18px;
	left: 502px;
	top: 567px;
	width: 444px;
	color: #333333;
}
.inhalt_text h1{
	font-size: 15px;
	color: #666666;
	padding: 2px 2px 2px 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 30%;
}

