/****************************  Barbara Zimmerli*  RECHT**  Version: 1.0**  Datum: 31. August 07**  � Guido Frefel*    frefelDIGITAL & Co*    www.frefeldigital.com***************************/

/************************** *  FARBSCHEMA**  AUSSEN**  Menue off:	#B8C7CD*  Menue on:   	#718C8D***  RECHT**  Menue off:	#98CFE6*  Menue on:	#0084B6*  Text:		#7C8383*  Hintergrund:	#F4F9F9**  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: #F4F9F9;
}

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

#active_menu-nav {
	color: #BB9005;
}

/* Navi Recht */

span.mainlevel-recht,a.mainlevel-recht {
	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-recht:visited {
	color: #B8C7CD;
}

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

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

span.mainlevel-recht {
	color: #0084B6;
}

/* NAVIGATION/MENU SETTINGS */

a.mainlevel {
	color: #98CFE6;
}

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

a.mainlevel:visited {
	color: #98CFE6;
}

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

a.mainlevel:active {
	color: #0084B6;
}

#active_menu {
	color: #0084B6;
}