body {
	background-color: #369; /* Dunkel */
}

/* Klassen für verschiedene Kleinigkeiten */
	
.contentside {
	background-color: #369; /* Dunkel */
	}

/* Die Box, die alle anderen Boxen enthält */

#all {
	background-color: #58B; /* Hell */
}

/* Die drei Grundboxen für oben, mitte und unten */

#boxbottom {
	background-color: #369; /* Dunkel */
}

/* Die drei Inhalte in der oberen Box. */

#head {
	background-color: #369; /* Dunkel */
	}

#menu-horizontal {
	background-color: #888;
	}

#box01 {
	background-color: #369; /* Dunkel */
	}

/* Die Inhalte des horizontalen Menüs */

#menu-1 a:hover {
	background-color: #369; /* Dunkel */
	}

#menu-1 .act a {
	background-color: #369; /* Dunkel */
	}

/* Die Inhalte in der linken Box */

#menu-2 a,  #menu-2basic a  {
	background-color: #369; /* Dunkel */
	border-bottom: 1px solid #58B; /* Hell */
	color: #FFF;
}

#menu-2 a:hover,  #menu-2basic a:hover {
	background-color: #258; /* Dunkel 2 */
}

#menu-2 .no2 a {
	background-color: #369; /* Dunkel */	
	}

#menu-2 .act2 a {
	background-color: #258; /* Dunkel 2 */
	}

#menu-2 .no2 a:hover {
	background-color: #258; /* Dunkel 2 */
	}

div a.no2
{
	background-color: #369; /* Dunkel */	
	border-bottom: 1px solid #58B; /* Hell */
	color: #FFF;
}

/* Die Inhalte in der mittleren Inhaltsbox. Pfad und Inhalt */

#content {
	background-color: #369; /* Dunkel */	
	}

