@import "global_style.css";

/* 
 * ###################
 * Kopfzeile 
 * ###################
*/

#breadcrumb_white {
	color: #fff;
}

#breadcrumb_white a {
	color: #fff;
}

#horizontale_navigation {
	background-color: #004e7c;
}

#horizontale_navigation UL {
 	display:inline;
	color:#ffffff;
	font-family: "Trebuchet MS", "Trebuchet", "Arial";
	font-size:12px;
	font-size:0.8em;
	font-weight:bold;
	text-transform: uppercase;
}

#horizontale_navigation LI  {
	color: #fff;
	border-left: 1px solid #333333;	
	border-right: 1px solid #333333;
}

#horizontale_navigation LI A  {
	color: #e1e1e1;
	text-decoration:none;
}


#horizontale_navigation LI A:hover {
	color:#ffffff;
}  

#horizontale_navigation_content {
	font-family: Verdana;
	font-size:10px;
	color: #eeeeee;
}

.horizontal_act {
	background-color:#007799;
}

/* 
 * #####################
 * Spalten-Layout 
 * #####################
*/

#content {
	background-image: url("../bilder/spalten_bg_projekt.gif");
}

#content_breit {
	background-image: url("../bilder/spalten_bg_projekt_breit.gif");
}
	

/* 
 * #####################
 * Navigation
 * #####################
*/

#navigation UL{
	background-color:#f6f7f9;
	color:#111111;
}


#navigation A{
	color: #111111;
}

#navigation LI A:hover {
	background-color: #e3e4e6 !important; 
	color: #111111 ! important;
}

#level1  LI {
	color:#eeeeee;
}

#level1 LI  A {
	border-bottom: solid 1px #bbbbbb;
}

#level1 LI.act {
	background-color: #e3e4e6;
	color: #005b8a;
	border-bottom: solid 1px #bbb;
}


#level2 LI  A {
	border-top: dotted 1px #003655;
	background-image: url("../bilder/pfeil_rechts_dle.gif");
	border-bottom: none;
}

#level2 li.act {
	background-color: #f6f7f9;
}

#level2 LI.act a {
	background-image: url("../bilder/pfeil_unten_dle.gif");
	background-color: #e3e4e6;
}

#level3 li.act a {
	background-color: #e3e4e6 !important;
}

#level3 li a {
	background-color: #f6f7f9 !important;
}




