body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFCF9F;
	background-image: url(image/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 1.45em;
	}
	
	
#website {
	width: 720px;
	padding: 0;
	margin: 0;
	}

#navigation {
	padding: 0;
	margin: 0;
	
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #D2C4BD;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

#nav a:hover {
	color: #000000;
	}

#nav a.active {
	color: #000000;
	}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
	padding: 7px 0 10px 0px;
	/*padding: 5px 0 10px 0px;  NICHT IE */
	margin-left: 10px;
	
}

#nav li a {  /*Hauptnavigation */
	font-size: 14px;
	margin-left: 0px;
	padding-bottom: 10px;  /* PC IE 9px  */
	
	}
	
.trenner {
padding-left: 10px;
background: url(image/trenner.gif) no-repeat;
background-position: left top;
}

.trennerDB {
padding-left: 38px;
background: url(image/trennerDB.gif) no-repeat;
background-position: left top;
}

.auswahl {
	color: #000000;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #93938B;
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {  /* Second Level Eintraege*/
				width: 160px;
				height: 20px;
				border-top: 1px solid #D2C4BD;
				padding-top: 5px;
				padding-left: 10px;
				padding-bottom: 0px;
				margin: 0px;
				}
		#nav li ul li a {
			padding: 0;
			margin: 0;
			font-size: 12px;
			}


#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 160px;
	background: #A5A59F;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

	
/* CONTENT */
#content {
	clear: left;
	padding: 25px 10px 30px 20px;  /*NN 35 30 30 10 */
	margin: 0;
	}
	.titel {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
	}
	
	.fett {
	font-weight: bold;
	}
	
	a {
	text-decoration: none;
	color: #666666;
	}
	
	a:hover {
	color: #86867D;
	}
	
	.bilder {
	margin: 10px;
	border: 1px solid #817F6E;
		}


/*FOOTER */

#footer {
	padding: 0;
	margin: 0 10px 0 10px;
	border-top: 1px solid #86867D;
	}
	
	.footertext {
		padding: 5px 10px 0 10px;
		font-size: 0.85em;
		}
		
	#footer a:link
	{
	color: #333333;
	text-decoration: underline; 
	}
#footer a:hover
	{
	color: #000000;
	}
