body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	line-height: 17px;
	background-color: #000;
	margin-left: 0px;
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#centerFrame {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 979px;
	background-image: url(../img/bg_center.jpg);
	background-repeat: repeat-y;
	background-color: #F0F;
}
#wrap_left {
	width: 781px;
	float: left;
	background-image: url(../img/bg_center.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#wrap_right {
	width: 198px;
	float: right;
	background-image: url(../img/bg_rechts.jpg);
	background-repeat: no-repeat;
}
.kopf {
	background-image: url(../img/ap_kopf.jpg);
	height: 392px;
}
.inhalt {
	background-image: url(../img/bg_inhalt.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding: 0px 25px 20px 25px;
}
.inhalt a{
	color: #C00;
	text-decoration: underline;
}
.inhalt a:hover{
	text-decoration: none;
}
.inhalt h1{
	font-size: 25px;
	margin-top: 0px;
	padding: 10px 0px 5px 0px;
}
.inhalt h2{
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.inhalt h3{
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.inhalt h4{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.inhalt h2 a{
	text-decoration: none;
	color: #000;
}
.inhalt h2 a:hover{
	text-decoration: underline;
}
.fuss {
	background-image: url(../img/bg_fuss.jpg);
	height: 48px;
	font-size: 12px;
	padding: 37px 0px 0px 20px;
}
.fuss a{
	color: #000;
	text-decoration: underline;
}
.fuss a:hover{
	text-decoration: none;
}
.ap_logo {
	background-image: url(../img/ap_logo.jpg);
	width: 197px;
	height: 125px;
}
.nav {
	margin-top: 150px;
}
.nav a{
	text-decoration: none;
	display: block;
	background-image: url(../img/button1.png);
	height: 21px;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}
.nav a:hover{
	background-image: url(../img/button2.png);
}
.nav .active{
	background-image: url(../img/button2.png);
}
.newsticker {
	/*height: 200px;*/
	background-color: #FEED00;
	margin-top: 17px;
	margin-left: 9px;
}


/*joerg*/
.termine tr td, .gaestebuch tr td {
	vertical-align: top;
	background-color: #FFFFA8;
}
.gaesteinput { width: 300px; }
#sponsoren { background-color: white; padding-top: 10px; }
#newsticker ul li { height: 200px; }
