/**************************** 
Ebene 1 
*****************************/ 


/* <ul> Element "navroot" umfasst die gesamte Navi */ 

.navroot { 
font-family: verdana, arial, helvetica, sans-serif; 
font-size:11px; 
font-weight: bold; 
list-style: none; 
background: #FFF; 
} 
               /* Hauptnavie */
.navroot a { 
display: block; 
width: 192px !important; /* Breite für netscape, Firefox, Opera usw. */ 
width: 187px; /* Breite für IE */ 
font-weight: bold; 
text-decoration: none; 
border-top: 0px solid #5C5C5C; 
border-right: 0px solid #FFF; 
border-bottom: 1px solid #E1CF9F; 
border-left: 0px solid #FF9BAF; 
color: #2E2E2E; 
padding: 3px 3px 3px 7px; 
background: #FBF8EF; 
} 
.navroot a.active{ 
border-left: 0px solid #FFFFFF; 
border-bottom: 1px solid #E1CF9F; 
color: #2E2E2E; 
background: #FAF1E0; 
} 

.navroot a:hover{ 
border-left: 3px solid #FFFFF; 
color: #000; 
background: #FAF1E0;
text-decoration: none;  
} 

/**************************** 
1. Unterebene (subnav1) 
*****************************/ 
.subnav1 { 
list-style: none; 
margin-left: 0px; 
text-indent: 25px;
} 

.subnav1 a { 
display: block; 
width: 192px !important; /* Breite für netscape, Firefox, Opera usw. */ 
width: 187px; /* Breite für IE */ 
font-weight: normal; 
text-decoration: none; 
border-top: 0px; 
border-top: 0px solid #5C5C5C; 
border-right: 0px solid #FFF; 
border-bottom: 1px solid #E1CF9F; 
border-left: 0px solid #FF9BAF; 
color: #000; 
padding: 3px 3px 3px 7px; 
margin-top: 0px; 
background: #FBF8EF; 
} 

.subnav1 a.active{ 
border-left: 0px solid #FF0000; 
color: #000; 
background: #FAF1E0; 
} 

.subnav1 a:hover{ 
border-left: 0px solid #FF0000; 
color: #000; 
text-decoration: none;
background: #FAF1E0; 
} 

/**************************** 
1. Unterebene (subnav2) 
*****************************/ 
.subnav2 { 
list-style: none; 
margin-left: 0px; 
} 

.subnav2 a { 
display: block; 
width: 192px !important; /* Breite für netscape, Firefox, Opera usw. */ 
width: 187px; /* Breite für IE */ 
font-weight: normal; 
text-decoration: none; 
border-top: 0px; 
border-right: 1px solid #FFF; 
border-bottom: 1px solid #FFF; 
border-left: 0px solid #FFF; 
color: #000; 
padding: 3px 3px 7px 17px; 
margin-top: 1px; 
background: #FBF8EF; 
} 

.subnav2 a.active{ 
border-left: 0px solid #FF0000; 
color: #000; 
background: #FAF1E0; 
} 

.subnav2 a:hover{ 
border-left: 0px solid #FF0000; 
color: #000; 
background: #FAF1E0; 
}
