/**
 *CSS for Colordefinations
 */

/**
 *Hintergrundfarbe der ganzen Seite
 *und Textfarbe
 */
body,html {
	background-color:#e0cf9c;
/*	background:url(../assets/images/background.jpg) repeat 0 0;*/
	color:#000;
}

/**
 *Schriftfarbe und -Groesse die ueberall gelten
 */
body { /*Allgemein*/
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

strong, b { /*Fett*/
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
input, select { /*Eingabefelder*/
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
table { /*Tabellen*/
	font-size:11px;
}

#contentText h1 { /*Ueberschrift/Titel fuer Haupttext*/
	color:#008080;
	font-weight:normal;
	font-size: 24px;
	line-height: 28px;
	font-family: times new roman;
	margin:0 0 10px 0;
}

.formerror { /*Farbe der Errorfelder bei Formularen*/
	color:#F00;
}

/**
 *Allgemeine Farbe der Links (nicht fuer Navigation)
 */
a {
	color:#000;
	text-decoration:none;
	}
	a:hover {
		color:#008080;
	}

/**
 *Livesearch
 */
#livesearch {
	background:#ffedc3;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
	#livesearch a {
		color:#033;
		}
		#livesearch a:hover {
			color:#02f;
		}

/**
 *Linienfarbe bei Auflistungen im Downloadtemplate
*/
tr.fd-file {
	border-bottom:1px solid #fff;
}

/**
 *Hintergrundfarben der verschiedenen Headerteilen
*/
	
#header {
	background:#ffffff;
}
#headerLeft {
	background-color:#ffffff;
}
#headerRight {
	background-color:#ffffff;
}
#tools {
	background-color:#003140;
}
/**
 *NAVIGATION
 *----------------------------------------------
*/


#navigation {
	font-size: 11px;
	line-height: 23px;
	font-family:arial;
	}
	/* 1. Stufe */
	#navigation ul a {
		color: #fff;
		line-height:20px;
		border-top:1px solid #fff;
	}
	#navigation ul li.last a {border-bottom:1px solid #fff;}
	/* Hover */
	#navigation ul a:hover {
		background:url(../img_modx/navi_white.png) no-repeat 0 6px;
	}
	/* Aktiv */
	#navigation ul li.current a {
		background:url(../img_modx/navi_white.png) no-repeat 0 6px;
		}
		/* 2. Stufe */
		#navigation li.current li a,
		#navigation li li a,
		#navigation li li {
			background: #003140;
			color: #fff;
			line-height:16px;
			border:none;
		}
		/*#navigation li li.last a {border:none;}*/
		#navigation li li.first a {border-top:1px solid #fff;}
		/* Hover */
		#navigation li li a:hover {
			background:url(../img_modx/navi_white.png) no-repeat 0 4px #008080;
			color:#333;
		}
		/* Aktiv */
		#navigation li.current li.current a {
			background:url(../img_modx/navi_white.png) no-repeat 0 4px #11B7B7;
			color: #333;
			}
			/* 3. Stufe */
			#navigation li.current li.current li a {
				color: #fff;
				background:#fff;
				border:none;
				color:#333;
			}
			/* Aktiv */
			#navigation li.current li.current li.current a {
				color: #333;
			}