/* CSS Document */

* { margin:0; padding:0; border:0; } 

body {
	background-color: #EBEDDB;
	background-image: url(../images/bg-kachel.gif);
	background-repeat: repeat;
	text-align:center;
}

a:link {
	color: #6C7F31;
	text-decoration: none;
}
a:visited {
	color: #6C7F31;
	text-decoration: none;
}
a:hover {
	color: #EB9D2E;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}


/* Rahmen
-------------------------------------------------------------------*/

#container {
	width:1091px;
	text-align:left;
	height: 600px;
	margin-top: 95px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
}

.abstand2 {
	margin-top:-20px;
	padding-top: 20px;
}
.abstand3 {
	margin-top:-38px;
	padding-top: 38px;
}
.abstand35 {
	margin-top:-60px;
	padding-top: 60px;
}
.abstand4 {
	margin-top:-75px;
	padding-top:75px;
}
.abstand5 {
	margin-top:-90px;
	padding-top: 90px;
}

.abstand4u {
	margin-bottom:220px;
}
.abstand3u {
	margin-bottom:155px;
}
.abstand2u {
	margin-bottom:100px;
}
.abstand1u {
	margin-bottom:95px;
}
.abstandu {
	margin-bottom:75px;
}


#logo {
	position:relative;
	width:143px;
	height:86px;
	margin-top:81px; /*IEfixwert!*/
	z-index: 3;
}
.striche {
	color: #6C7F31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 4px; /*IEfixwert!*/
}
.bilderkontakt { margin-bottom:15px; }


/* Navigation
-------------------------------------------------------------------*/

.open { display: block; z-index: 1; background: none; }
.normal { z-index: 2; }

ul {
	list-style: none;
	width: 140px; /* Width of Menu Items */
}

ul li { position: relative; }

ul li ul {
	position: absolute;
	left: 139px;
	top: 0;
	display: none;
	background: #FFFFFF;	
}

ul li a {
	display: block;
	text-decoration: none;
	padding: 1px;
}

ul li ul li a { background: #FFFFFF; }

li:hover ul, li.over ul { display: block; }

.subsub {
	position: relative;
	margin-left:-80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin-bottom:-2px;
	margin-top:0px;
}

.subsub a {
	color:#97A669;
}

.navifont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.sub {
	width: 180px;
	font-size: 11px;
	margin-left:-30px;
	line-height: 12px;
	white-space: nowrap;
}

.linie {
	width:50px;
	height:1px;
	margin-bottom:3px;
	margin-right:3px;
}


:hover > a { color:#EB9D2E; }  /*gleiche Linkfarbe bei Auswahl auch in Submenüs */



/* Schriften
-------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C7F2E;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	white-space: nowrap;
	text-align: left;
}

h2 {
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	margin-top: 60px;
}

h3 {
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	margin-top: 15px;
	color: #404042;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	white-space: nowrap;
	margin-top: 15px;
	color: #404042;
}
.schwarz { color: #000000; }
.orange { color: #EB9D2E; }
.dklgruen { color: #3F472C; }

.auszeichnung { color:#6C7F2E; }
.kursiv { font-style:italic; }

.impressum p { line-height: 12px; }

/* Allerlei
-------------------------------------------------------------------*/

