body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f5540;
	background-color: #b2d0b8;
	text-align: justify;
	margin-top: 40px;
}
#haupt {
	background-image: url(bilder/indexscreen.jpg);
	border: 1px solid #6a8a6c;
	position: absolute;
	height: 600px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
}
#haupt .menu {
	position: absolute;
	left: -30px;
	top: 89px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 780px;
	z-index: 100;
}



ul.menu, ul.menu ul {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.menu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3f5540;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#haupt .menu li a:hover {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


ul.menu ul a {
	font-size: 13px;
	color: #3f5540;
	padding-top: 5;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#haupt .menu ul a:hover {
	color: #9f684b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


ul.menu li {
	padding:0;
	margin:0;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.menu ul {
	margin-left:0;
	padding: 0 0 5px 0;
	position: absolute;
	display:none;
	min-width:180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
	width:180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
	display:block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.menu ul li {
	float:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#haupt #slideshowdiv{
	height: 330px;
	width: 253px;
	position: absolute;
}
#haupt #text {
	width: 470px;
	position: absolute;
	left: 300px;
	top: 188px;
}
#haupt #text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
}

.formularbutton {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #6a8a6c;
	border: 1px solid #6a8a6c;
}
#haupt #text .formularbutton:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #6a8a6c;
	border: 1px solid #FFF;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #6a8a6c;
	background-color: transparent;
	border: 1px solid #6a8a6c;
	overflow: auto;
}
input {
	font-family: "Courier New", Courier, monospace;
	color: #6a8a6c;
	background-color: transparent;
	border: 1px solid #6a8a6c;
}


.ueberleger {
	height: 335px;
	width: 252px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	z-index: 1000;
	left: 26px;
	top: 195px;
	background-image: url(bilder/ueberleger.png);
}
#haupt #text ul {
	margin-left: -22px;
}
#haupt #text ol {
	margin-left: -22px;
}
.unterstrichen {
	text-decoration: underline;
}
.e-maillink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.e-maillink a{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.e-maillink:hover {
	color: #3f5741;
}
