#tabs ul, #navi2 ul, #navi3 ul {
list-style:none;
margin:0;
padding:0;

}

#tabs li, #navi2 li {
float:left;
width:auto;
padding:0 0.5em;
margin:0;
/* font-family: "Trebuchet MS", Verdana, Arial, sans; */
}


/*** Navi1 als Tabs  */

#tabs ul {
height:auto;
margin: 11.3em 0 0 0;
}

#tabs li {
padding:0.9em 1em 0.1em 1em;
height:1.6em;
background-color:#FCF9D6;
font-size:1.4em;
line-height:100%;

border-top:1px solid #336;
border-left:1px solid #336;
border-right:1px solid #336;

-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
-webkit-border-radius-topleft:1em;
-webkit-border-radius-topright:1em;
border-radius-topleft:1em;
border-radius-topright:1em;

-moz-box-shadow: 0.5em -0.5em 1em #666;
-webkit-box-shadow: 0.5em -0.5em 1em #666;
box-shadow: 0.5em -0.5em 1em #666;
}

#tabs li a { font-weight:normal; }

#tabs li.gv_active, #tabs li.shop_active, #tabs li.intern_active {
background-color:#c03;
}

#tabs li.gv_active a, #tabs li.shop_active a, #tabs li.intern_active a {
color:#eee;
}


/** 2. Navi-Ebene  **/

#navi2 ul {
padding:0.4em 4em 0.4em 8em;
width:78em;
height:3.2em;
}

#navi2 li {
border-left: 1px solid #000;
line-height:120%;
font-size:1.4em;
}

#navi2 li.erster {border:0;}

#navi2 li a {
font-weight:normal;
}

#navi2 li a.active, #navi3 li a.active { color:#c03;}


/*  3. Ebene  */

#navi3 li { 
	margin:0; 
	border-bottom:1px solid #d4d4d4;
}

#navi3 a:link, #navi3 a:visited {
	color:#3D4F70;
	
}


.navispacer {
	color: #FCF9D6;
        font-size: 6px;
        border-bottom:0;
}


/*  4. Ebene  */

#navi3 ul ul { 
	padding: 0.5em 0 0.5em 1em; 
}

#navi3 li li { 
	font-size: 0.9em;
	line-height:130%;
	margin-bottom:0.5em;
	padding-bottom:0.1em;
	border-bottom:1px solid #d4d4d4;
}

#navi3 li li a {
	font-weight:normal;
}

#navi3 li li.letzter {
	border-bottom:0px;
}


/* 5. Ebene  */

#navi3 li li li a { 
	border-bottom:0;
	font-weight:normal;
}




