/************************** *  FARBSCHEMA**  AUSSEN**  Menue off:	#B8C7CD*  Menue on:   	#718C8D**  MEDIATION**  Menue off:	#8AB3A9*  Menue on:	#00D5BF*  Text:		#7C8383*  Hintergrund:	#F0F9F4**  LINKS ETC.**  Link:		#E60005**************************/

/** STANDARDS **/

body {
	color: #7C8383;
}

a {
	color: #E60005;
}

a:visited {
	color: #E60005;
}

h1, h2, h3, h4, h5, h6 {
	color: #7C8383;
}

/** LAYOUT **/
#hintergrund {
	/*background: #f0fff2; *****************/
	/*background: #ddffde;
	background-color: #d3ffc9;*/
	background-color: #dfffb9;
	
}

/* this styling is for the MAIN items in the menu */
#active_menu-nav {
	color: #BB9005;
}

/* Navi mediation */
span.mainlevel-mediation,a.mainlevel-mediation {
	display: block;
	color: #B8C7CD;
	font: normal bold 11px/13px Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	text-align: right;
	margin-bottom: 16px;
}

a.mainlevel-mediation:visited {
	color: #B8C7CD;
}

a.mainlevel-mediation:hover {
	color: #718c8d;
}

a.mainlevel-mediation:active, a.mainlevel-mediation:focus {
	color: #E60005;
}

span.mainlevel-mediation {
	color: #00D5BF;
}

/* NAVIGATION/MENU SETTINGS */

a.mainlevel {
	color: #8AB3A9;
}

/* this styling is for the MAIN items in the menu */

a.mainlevel:visited {
	color: #8AB3A9;
}

a.mainlevel:hover {
	color: #718C8D;
}

a.mainlevel:active {
	color: #00D5BF;
}

#active_menu {
	color: #00D5BF;
}