body {
	background-color: #efdfce;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100,1%;
	margin: 0px auto;
	text-align: center;
}
/* RAHMEN */
#basis {
	position: relative;
	top: 45px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	width: 94%;
	height: auto;
	border: 1px dotted #999999;
	background-color: #ffffff;
}
/* LOGO */
.logo {
	position: absolute;
	top: -45px;
	left: -28px;
	margin: auto;
	width: 197px;
	height: 150px;
	text-align: left;
}
/* HAUPTNAVIGATION */
.mainnav {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 33px;
	text-align: right;
	background-color: #F7EFE6;
	overflow: auto;
}
 a.nav:link, a.nav:visited {
 	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	height: 36px;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #333333;
	border-left: 1px dotted #999999;
 }
 a.nav:hover, a.nav:active {
	color: #99034A;
	text-decoration: none;
	background-color: #ffffff;
 }
 /* UNTERNAVIGATION */
 .subnav {
 	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 22px;
	text-align: right;
	background-color: #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
 a.unav:link, a.unav:visited {
 	text-align: center;
	text-decoration: none;
	height: 22px;
	width: auto;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px 4px 0px 0px;
	padding: 0px 3px 0px 3px;
	color: #ffffff;
	border-left: 1px dotted #ffffff;
 }
 a.unav:hover, a.unav:active {
	color: #99034A;
	border-left: 1px dotted #ffffff;
 }
 /* Inhalt */
 .content {
 	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 20px;
	font-size: 0.7em;
	text-align: left;
	height: 470px;
	width: auto;
	overflow: auto;
 }
 /* Bild unter Logo Links */
.hg {
	border-right: 1px dotted #999999;
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	background-attachment: fixed;
	height: 476px;
	width: 165px;
	overflow: hidden;
}
/* Anzeigen Links */
.anzeige {
	background-color: #ffffff;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	height: 460px;
	width: 190px;
}
/*form {
	background-color: #F7EFE6;
	margin: 2px 2px 2px 0px;
	text-align: right;
	border: 1px dotted #999999;
}*/
.form_feld {
	margin:4px;
	border: 1px dotted #999999;
}
.csc-mailform {
	background-color: #F7EFE6;
	margin: 2px 2px 2px 0px;
	text-align: right;
	border: 1px dotted #999999;
}
h1 {
	font-size: 1.4em;
	color: #940040;
}