body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../img/joechle_bg.gif);
	background-repeat: repeat-y;
}
.kopf {
	z-index: 1;
	background-image: url(../img/top.jpg);
	width: 995px;
	height: 482px;
	position: absolute;
}
.nav {
	z-index: 15;
	width: 549px;
	height: 28px;
	position: absolute;
	left: 443px;
	top: 105px;
}
.nav a{
	color: #225BA8;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
	margin-right: 4px;
	padding: 2px 8px 2px 8px;
}
.nav a:hover{
	background-color: #939393;
	color: #FFFFFF;
}
.nav .active{
	background-color: #939393;
	color: #FFFFFF;
}
.secnav {
	z-index: 16;
	width: 198px;
	height: 28px;
	position: absolute;
	top: 226px;
}
.secnav a{
	display: block;
	background-image: url(../img/but1.jpg);
	width: 169px;
	height: 22px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	padding-right: 30px;
	padding-top: 6px;
}
.secnav a:hover{
	background-image: url(../img/but2.jpg);
}
.secnav .active{
	background-image: url(../img/but2.jpg);
}
.adresse {
	z-index: 13;
	width: 155px;
	position: absolute;
	left: 16px;
	top: 508px;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
}
.inhalt {
	z-index: 10;
	width: 740px;
	position: absolute;
	left: 220px;
	top: 160px;
	background-repeat: no-repeat;
}
.inhalt_text {
	z-index: 20;
	position: absolute;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 10px 0px 10px;
	background-image: url(../img/text_bg.jpg);
	background-repeat: repeat-x;
}
.inhalt_text h1{
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px 10px 2px 0px;
	margin-top: 0px;
}

