@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; 
}  


html {
	background-color: #000;
}

/* TEMPLATE - designvorlage */

#wrapper {
	width: 932px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#wrapper #kopf #logo {
	height: 123px;
	width: 220px;
	float: left;
}

#wrapper #kopf #head {
	height: 123px;
	width: 712px;
	float: left;
}

#wrapper #mitte #menu {
	width: 201px;
	float: left;
	background-color:#FFF;
	padding-top: 85px;
	padding-left: 19px;
	background-image: url(bilder/zusatz.jpg);
	background-repeat: no-repeat;
}
#wrapper #mitte #inhalt {
	width: 600px;
	padding-right: 43px;
	float: left;
	padding-bottom: 25px;
	padding-left: 29px;
}
#wrapper #fuss #fussl  {
	width: 220px;
	height: 58px;
	float: left;
	background-image: url(bilder/fussl.jpg);
	background-repeat: no-repeat;
}
#wrapper #fuss #fussr  {
	float: left;
	height: 42px;
	padding-top: 16px;
	text-align: right;
	background-image: url(bilder/fussr.jpg);
	background-repeat: no-repeat;
	padding-right: 32px;
	width: 680px;
}
#wrapper #kopf {
	float: left;
	width: 932px;
}

#wrapper #mitte {
	float: left;
	min-height: 370px;
	background-color: #FFF;
	width: 932px;
}

#wrapper #fuss  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1002B;
	height: 73px;
	width: 932px;
	float: left;
	background-color: #000;
}


/* BODY */

body { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px; 
	background-color:#000;
}

/* HAUPTNAVIGATION (HN) - Erste Hierarchie */


#wrapper #mitte #menu ul {
	/* Linken Rand auf 0 setzen für IE */
	margin: 0px;
	/* Linken Rand auf 0 setzen für Mozilla */
	padding: 0px;
}

#wrapper #mitte #menu ul li {
	/* li nebeneinander platzieren (Abstand = margin-right, Breite = width) */
	font-size: 15px;
	height: 35px;
	list-style-type: none;
}

#wrapper #mitte #menu ul li a {
	color: #000000;
	list-style-type: none;
	text-decoration: none;
}

#wrapper #mitte #menu ul li a:hover {
	color: #c1002b;
}

#wrapper #mitte #menu ul li.current {
	color: #c1002b;
}

#wrapper #mitte #menu ul li.current a {
	color: #c1002b;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
}


/* SERVICENAVIGATION (SN/FUSS) - Erste Hierarchie */

#wrapper #fussr ul {
	list-style-type: none;
	/* Linken Rand auf 0 setzen für IE */
	margin: 0px;
	/* Linken Rand auf 0 setzen für Mozilla */
	padding: 0px;
}

#wrapper #fussr ul li {
	margin-right: 15px;
	float: right;
	font-weight: normal;
	list-style-type: none;
}

#wrapper #fussr ul li a {
	color: #000000;
	text-decoration: none;
}

#wrapper #fussr ul li a:hover {
	color: #c1002b;
	text-decoration: none;
}

#wrapper #fussr ul li.current {
	color: #c1002b;
	font-weight: bold;
	text-decoration: none;
}

#wrapper #fussr ul li.current a {
	color: #c1002b;
	font-weight: bold;
	text-decoration: none;
}



/* UNTERNAVIGATION (UN) - Zweite Hierarchie 

#wrapper #mitte #menu ul {
	list-style-type: 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 #menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-type: none;
	margin-right: 27px;
}

#wrapper #mitte #menu .current {
	color: #CCCCCC;
	font-weight: bold;
}

/* UNTERNAVIGATION (UN) - Dritte Hierarchie 

#wrapper #mitte #menu ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	margin-left: 15px;
	list-style-image: url(bilder/un.jpg);
}

#wrapper #mitte #menu .current1 {
	color: #CCCCCC;
	font-weight: normal;
}

*/

