
/* ---------------------------------------------------********* Test Nav Css ************--------------------------------------------------*/

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


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

.navroot { 
font-family: verdana, arial, helvetica, sans-serif; 
font-size:11px; 
font-weight: normal; 
width: 190px; 
list-style: none; 
background: #ffffff; 
} 
               /* Hauptnavie */
.navroot a { 
display: block; 
width: 176px !important; /* Breite für netscape, Firefox, Opera usw. */ 
width: 190px; /* 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: 3px solid #FFF; 
color: #2e2e2e; 
padding: 3px 3px 3px 7px; 
margin-top: 1px; 
background: #CCC891; 
} 
.navroot a.active{ 
border-left: 3px solid #FF0000; 
color: #FF0000; 
} 

.navroot a:hover{ 
border-left: 3px solid #FF0000; 
color: #FF0000; 
} 

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

.subnav1 a { 
display: block; 
width: 170px !important; 
width: 170px; 
font-weight: normal; 
text-decoration: none; 
border-top: 0px; 
border-right: 1px solid #FFF; 
border-bottom: 1px solid #FFF; 
border-left: 3px solid #FFF; 
color: #000033; 
padding: 3px 3px 3px 7px; 
margin-top: 1px; 
background: #F6F6F6; 
background-attachment: scroll;
background-image: url(cms_grafik/pfeilrechtsklein.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
} 

.subnav1 a.active{ 
border-left: 3px solid #FF0000; 
color: #FF0000; 
} 

.subnav1 a:hover{ 
border-left: 3px solid #FF0000; 
color: #FF0000; 
} 

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

.subnav2 a { 
display: block; 
width: 156px !important; 
width: 170px; 
font-weight: bold; 
text-decoration: none; 
border-top: 0px; 
border-right: 1px solid #FFF; 
border-bottom: 1px solid #FFF; 
border-left: 3px solid #FFF; 
color: #000033; 
padding: 3px 3px 3px 7px; 
margin-top: 1px; 
background: #CCFFFF; 
} 

.subnav2 a.active{ 
border-left: 3px solid #FF0000; 
color: #FF0000; 
} 

.subnav2 a:hover{ 
border-left: 3px solid #FF0000; 
color: #FF0000; 
}

/* ---------------------------------------------------*************** Test Nav Css Ende ******************------------------------------------*/

.bcTitle span { 
color: #FF0000; 
}
