body {
	background-color: #efdfce;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	text-align: center;
}
/* Grundform */
#basis {
	position: relative;
	top: 50px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	width: 92%;
	height: auto;
	border: thin dotted #999999;
	background-color: White;
	z-index: 10;
}
/* LOGO */
.logo {
	position: absolute;
	top: -45px;
	left: -28px;
	margin: auto;
	width: 197px;
	height: 150px;
	text-align: left;
	z-index: 30;
}

/* Hauptnavigation */
.nav {
	margin: 0px;
	width: 100%;
	height: 30px;
	padding: 7px 2px 0px 2px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	background-color: #F7EFE6;
}
.navpas, .navakt {
	text-align: center;
	margin: 0px;
	height: 28px;
	width: 100px;
	border-left: 1px dotted #999999;
	padding: 5px 5px 7px 5px;
	color: #99034A;
}

/* Subnavigation */
.subnav {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 2px;
	background-color: #999999;
	font-size: 12px;
	color: White;
}
.subnavpas, .subnavakt {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: 100px;
	background-color: #999999;
	border: 1px solid white;
	font-size: 12px;
}
.subnavakt {
	background: White;
	color: #99034A;
}
.subnavspacer {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: 100px;
	background-color: #999999;
	border: 1px solid #999999;
	font-size: 12px;
}
/* Bild unter Logo Links */
.hg {
	border-right: 1px dotted #999999;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
/* Inhalt_Mitte */
.content {
	width: 100%;
	height: 490px;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 0px;
	background-color: White;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	overflow: auto;
}
/* Bilder für Aktuell */
.aktuell {
	float: left;
	margin-right: 10px;
}
/* Anzeigebalken_Rechts */
.anzeige {
	float: right;
	clear: right;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
/* Anzeigenkopf */
.head {
	width: 80%;
	height: auto;
	background-color: #efdfce;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: Black;
	margin: 5px 0px 0px 0px;
	padding: 2px;
	text-align: right;
	float: right;
	clear: left;
}
/* Anzeigeninhalt */
.inhalt, .inhaltaktuell {
	width: 80%%;
	height: auto;
	background: White;
	line-height: 15px;
	padding: 2px 2px 0px 2px;
	font-size: 12px;
	font-style: normal;
	color: Black;
	text-align: left;
	border: 1px dotted #efdfce;
}
.inhaltaktuell {
	height: 122px;
}
/* Galerie */
.galerie {
	width: 167px;
	height: 100%;
	padding-top: 60px;
	padding-left: 5px;
	float: left;
	border-right: thin dotted #999999;
}
.galerienavpas, .galerienavakt {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	height: auto;
	width: 100px;
	background-color: #ffffff;
	border: 1px solid white;
	font-size: 12px;
	line-height: 14px;
}
.galerienavakt {
	font-weight: bold;
}
/* Menu Unten */
.footer {
	position: relative;
	top: 500px;
	margin: 3px;
	text-align: right;
	width: 200px;
	height: auto;
}
/* Verlinkungen */
.nav a:link {text-decoration: none; color: Teal;}
.nav a:visited {text-decoration: none; color: Teal;}
.nav a:active {text-decoration: none; color: Teal;}
.nav a:hover {text-decoration: none; color: #99034A;}

.subnav a:link {text-decoration: none; color: #000000;}
.subnav a:visited {text-decoration: none; color: #000000;}
.subnav a:active {text-decoration: none; color: #000000;}
.subnav a:hover {text-decoration: none; color: #99034A;}

.galerie a:link {text-decoration: none; color: Teal;}
.galerie a:visited {text-decoration: none; color: Teal;}
.galerie a:active {text-decoration: none; color: Teal;}
.galerie a:hover {text-decoration: none; color: #99034A;}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: Gray;
	padding: 5px;
}
ul {
	line-height: 16px;
	list-style-position: inside;
}
.kursiv {
	font-style: italic;
	color: Teal;
}



