@charset "utf-8";


/*	Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das        
	Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. */ 
    
   * { margin:0; padding: 0; } 

/* TEMPLATE - designvorlage */

#wrapper {
	height: 673px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #kopf #logo {
	height: 113px;
	width: 275px;
	float: left;
}

#wrapper #kopf #header {
	height: 113px;
	width: 675px;
	background-image: url(bilder/kopf.jpg);
	background-repeat: no-repeat;
	float: right;

}

#wrapper #mitte #hn {
	width: 192px;
	float: left;
	padding-left: 83px;
}

#wrapper #mitte #inhalt {
	width: 675px;
	min-height: 450px;
	float: right;
}


#wrapper #fuss {
	height: 36px;
	width: 950px;
	background-image: url(bilder/fuss.jpg);
	background-repeat: no-repeat;
	float: left;
}

#wrapper #fuss #sn {
	height: 36px;
	width: 950px;
	background-image: url(bilder/fuss.jpg);
	background-repeat: no-repeat;
	float: right;
	padding-top: 25px;
	text-align: right;
}

/* BODY */

body {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFF;
	color: #636a51;
}


/* HAUPTNAVIGATION (HN) - Erste Hierarchie */

#wrapper #mitte #hn ul {
	list-style-type: none;
	list-style-image: none;	
	/* Linken Rand auf 0 setzen für IE */
	margin: 0px;
	/* Linken Rand auf 0 setzen für Mozilla */
	padding: 0px;
	/* line-height: 26px; */
}

#wrapper #mitte #hn ul li {
	list-style-type: none;
	list-style-image: none;	
	padding-bottom: 12px;
	color: #96a17d;
	font-weight: bold;	/* border-top-width: 1px;
	border-top-style: solid; 
	border-top-color: #b0b99e;
	margin-right: 35px; */
}


#wrapper #mitte #hn ul li.current {
	color: #96a17d;	
}

#wrapper #mitte #hn ul li a {
	color: #636a51;
}

#wrapper #mitte #hn ul li a:hover {
	color: #f5a000;
}  



/* HAUPTNAVIGATION (HN) - Zweite Hierarchie */

#wrapper #mitte #hn ul li ul li {
	/* border-top-width: none;
	border-top-style: none;
	border-top-color: none;
	list-style-type: none; */
	font-weight: normal;
	padding-bottom: 0px;
	line-height: 21px;
	font-size: 12px;
}

#wrapper #mitte #hn ul li.current1 {
	color: #f5a000;
}

/* SERVICENAVIGATION (SN) - Erste Hierarchie */
#wrapper #fuss #sn {
	font-size: 10px;
	color: #96a17d;
}
#wrapper #fuss #sn #adresse {
	float: left;
	padding-left: 89px;
}


#wrapper #fuss #sn ul {
	list-style-type: none;
	list-style-image: none;	
	/* Linken Rand auf 0 setzen für IE */
	margin: 0px;
	/* Linken Rand auf 0 setzen für Mozilla */
	padding: 0px;
}
#wrapper #fuss #sn li {
	list-style-type: none;
	list-style-image: none;	
	text-align: right;
	color: #636a51;
	font-size: 10px;
	float: right;
	margin-left: 10px;
}

#wrapper #fuss #sn li a {
	color: #636a51;
}

#wrapper #fuss #sn li a:hover {
	color: #f5a000;
}

#wrapper #fuss #sn li.current {
	color: #f5a000;
}

