
/* 

   ########################

	 by  Marc Haunschild (mh)
	 and Lothar Meier (me) 
	 (c) Bundesanstalt für Landwirtschaft
	 und Ernährung (BLE)
	 
	 
	 --------------------------
	 
	 Inhalt
	 
	 1. NAVIGATION
	 2. CONTEXTUAL INFORMATION
	 3. CONTENT AREA
	 	3.1 Headlines
	 

*/

body {
	color:#333;
}

/* NAVIGATION */

body #whole #breadcrumb,
body #whole #breadcrumb ul,
body #whole #breadcrumb ul li,
body #content #content_left,
body #content #content_left #vnavi,
body #content #content_left #vnavi #menu,
#content #content_left li { /* Navigation and breadcrumb area - must have the same colors! */
	background-color: #145866;
	color:#fff;
}

#content #content_left li a {
	color: #fff;
}

/* CONTEXTUAL INFORMATION */

#content #content_right {
	background-color: #e0e0e0;
	color: #fff;
}


/* CONTENT AREA */

/*	Headlines */

#content #content_middle h2,
#content #content_middle h3 {
	border-bottom-color: #145866; /* Color of border of h2 and h3 and text of h2 must be the same! */
	color: #145866;               /* Color of border of h2 and h3 and text of h2 must be the same! (see below) */
}

#content #content_middle h3 {
	border-bottom-color: #145866; /* Color of border of h2 and h3 and text of h2 must be the same! (see above) */
}
