/* -------------------------------
   =PRIMARY NAVIGATION
   ------------------------------- */

.dropdownv {
    position: relative;
    font-family: Arial, sans-serif;
    text-align: left;
    z-index: 10;
}

* html .dropdownv {
    height: 1%;
}

.dropdownv ul {
    position: absolute;
    left: 0px;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 12;
}

.dropdownv ul li {
    position: relative;
    z-index: 11;
    font-weight: bold;
}

.dropdownv a{
    display: block;
    overflow: hidden;
    background: #4d77af;
    font-size: 12px;
    color: #fff;
    padding-top: 4px;
    padding: 2px 1em;
}

/* Erste Ebene */

.dropdownv ul li a:hover, .dropdownv ul li a.hover {
}

.dropdownv ul ul{
    left: 200px;
    display: none;
    width: 160px;
}

.dropdownv ul ul a{
    border-right: 1px solid #666666;
    width: 160px;
}

.dropdownv ul li {
    position: relative;
    clear:left;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 14;
}

/* subnav arrow images */
/*
.dropdownv a.has-subnav {
  background-image: url(subarrows.gif);
  background-repeat: no-repeat;
  background-position: 98% 0px;
}

.dropdownv a.has-subnav:hover, .dropdownv ul li a.hover{
  background-image: url(subarrows.gif);
  background-position: 98% -60px !important;
  background-color: #003c8c !important;
  color: #fff !important;
}

.dropdownv ul ul a.active-has-subnav,
.dropdownv ul ul a.active-has-subnav:hover{
  color: #000;
  background:  #DBE4EF url(subarrows.gif) no-repeat 98% -120px;
}
*/
/* Hides from IE-mac \*/
* html ul,
* html ul ul li {
    height: 1%;
}
/* End hide from IE-mac */

/* -------------------------------
   =IFRAME HACK for hiding select box in IE
   ------------------------------- */
#navigation iframe {
     display:none;/* hide from IE5*/
     display/**/:block;/* show for other than IE5*/
     position:absolute;
     top:0;
     left:0;
     margin-left: -1px;
     z-index:-1;
     filter:mask();
   }
   
.dropdownv .iframe {
  width: 172px;
}
.clr {
  clear: both;
}
