/**************************** 
Ebene 1 
*****************************/ 

/* <ul> Element "navroot" umfasst die gesamte Navi */ 

.navroot { 
font-family: verdana, arial, helvetica, sans-serif; 
font-size:11px; 
font-weight: normal; 
padding-left: 0px;
width: 200px; 
list-style: none; 
background: #FFD403;
} 
               /* Hauptnavie */
                        
.navroot a { 
display: block; 
width: 195px !important; /* Breite für netscape, Firefox, Opera usw. */ 
width: 195px; /* Breite für IE */ 
height: 24px;
font-weight: bold; 
text-decoration: none; 
text-indent: 5px;
border-bottom: 1px solid #2e2e2e; 
color: #000000; 
padding: 6px 0px 0px 5px; 
margin-left: 0px; 
background: url('menu.jpg');
} 

.navroot a.active{ 
border-left: 0px solid #E1CF9F; 
border-bottom: 0px solid #E1CF9F; 
color: #Ed008c; 
background-image: url(menu_ho.png);
border-bottom: 1px solid #2e2e2e; 
} 

.navroot a:hover{ 
border-left: 0px solid #FFFFF; 
color: #ed008c; 
border-bottom: 1px solid #2e2e2e; 
text-decoration: none;  
background-image: url(menu_ho.png);
} 

/**************************** 
1. Unterebene (subnav1) 
*****************************/ 
.subnav1 { 
list-style: none; 
margin-left: 0px; 
text-indent: 40px;
} 

.subnav1 a { 
display: block; 
width: 200px !important; 
width: 200px; 
height: 20px;
font-weight: normal; 
text-decoration: none; 
text-indent: 37px;
border-bottom: 1px solid #2e2e2e; 
color: #000000; 
padding: 5px 0px 3px 0px; 
margin-top: 0px; 
background-image: url(hg_menu.jpg);
} 

.subnav1 a.active{ 
color: #ed008c; 
border-bottom: 1px solid #2e2e2e; 
text-decoration: none;  
background-image: url(hg_menu_ho.jpg);
} 

.subnav1 a:hover{ 
color: #ed008c; 
border-bottom: 1px solid #2e2e2e; 
text-decoration: none;  
background-image: url(hg_menu_ho.jpg);
} 

/**************************** 
1. Unterebene (subnav2) 
*****************************/ 
.subnav2 { 
list-style: none; 
margin-left: 0px; 
} 

.subnav2 a { 
display: block; 
width: 200px !important; 
width: 200px; 
font-weight: normal; 
text-decoration: none; 
text-indent: 55px;
border-top: 0px; 
border-right: 0px solid #FFF; 
border-bottom: 0px solid #FFF; 
border-left: 0px solid #FFF; 
color: #000000; 
padding: 7px 0px 3px 0px; 
margin-top: 1px; 
background-image: url(hg_menu_sub.jpg);
border-bottom: 1px solid #2e2e2e; 

} 

.subnav2 a.active{ 
border-left: 0px solid #FF0000; 
color: #ed008c;; 
background-image: url(hg_menu_sub_ho.jpg);
} 

.subnav2 a:hover{ 
border-left: 0px solid #FF0000; 
color: #ed008c;; 
background-image: url(hg_menu_sub_ho.jpg);
}
/*
/* ### Breadcrump Navigation #################################################### */

#breadcrumb {
	float:left;
	color:#000;
	font-size: bold;
	width: 600px; 

}
#breadcrumb a {
	float:left;
	color:#000;
	text-decoration: underline; 
}
#breadcrumb a:hover {
	float:left;
	color:#000;
	text-decoration: none; 
}
#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}
/* ### Navigation oben #################################################### */
 */
div#subbanner {
  	position: absolute;
  	top: 0px;
  	right: 0px;
  	width: 350px;
	background-image: url(hag_oben_2a.gif);
	text-align: right;
	height: 34px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	z-index:2;
}
div#subbanner a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color:;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;

	vertical-align: bottom;
}
div#subbanner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	background-color:;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	vertical-align: bottom;
	}
