/* wert 1: Dunkel genug für weißen Text */
/* wert 2: Menüauswahlen Seite */
/* wert 3: Hintergrund innen und Auswahl */

body {
	background-color: #c95f45; /* wert 1*/
}

/* Klassen für verschiedene Kleinigkeiten */
	
.headside {
	background-color: #C9401F;
	}
	
.contentside {
	background-color: #c95f45; /* wert 1*/
	}

/* Die Box, die alle anderen Boxen enthält */

#all {
	background-color: #B85038; /* wert 2 */
}

/* Die drei Grundboxen für oben, mitte und unten */

#boxbottom {
	background-color: #c95f45; /* wert 1*/
}

/* Die drei Inhalte in der oberen Box. */

#head {
	background-color: #c95f45; /* wert 1*/
	}

#menu-horizontal {
	background-color: #C9401F;
	}

#box01 {
	background-color: #c95f45; /* wert 1*/
	}

/* Die Inhalte des horizontalen Menüs */

#menu-1 {
	background-color: #C9401F;
	}

#menu-1 a 
{ 
	color: #FFF;
}

#menu-1 a:hover {
	background-color: #c95f45; /* wert 1*/
	}

#menu-1 .no a {
	background-color: #C9401F;	
	}

#menu-1 .act a {
	background-color: #c95f45; /* wert 1*/
	}

/* Die Inhalte in der linken Box */

#menu-2 a,  #menu-2basic a {
	background-color: #c95f45; /* wert 1*/
	border-bottom: 1px solid #790000; /* wert 2 */
	color: #FFF;
}

#menu-2 a:hover,  #menu-2basic a:hover {
	background-color: #BF0000; /* wert 3 */
}

#menu-2 .no2 a {
	background-color: #c95f45; /* wert 1*/	
	}

#menu-2 .act2 a {
	background-color: #BF0000; /* wert 3 */
	}

#menu-2 .no2 a:hover {
	background-color: #BF0000; /* wert 3 */
	}

#menu-2 .no3 a {
	background-color: #C9401F;
	font-size: 10px;	
	}

#menu-2 .act3 a {
	background-color: #888;
	}

#menu-2 .no3 a:hover {
	background-color: #BBB;
	}

#menu-2 .act3 a:hover {
	background-color: #888;
	}


div a.no2
{
	background-color: #c95f45; /* wert 1*/	
	border-bottom: 1px solid #790000; /* wert 2 */
	color: #FFF;
}

/* Die Inhalte in der mittleren Inhaltsbox. Pfad und Inhalt */

#content {
	background-color: #c95f45; /* wert 1*/	
	}

