/* -------------------------------
   =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: 34px;
    padding: 0;
    list-style: none;
    z-index: 12;
}

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

.dropdownv ul li a {
    display: block;
    width: 120px;
    height: 17px;
    overflow: hidden;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
    line-height :13px;
    border-bottom: 1px solid #8695AC;
}

#nav_karzinom a {
	width: 170px;
}

.dropdownv ul li a.zweizeilig, .dropdownv ul ul li a.zweizeilig, .dropdownv ul li.active ul li a.zweizeilig {
    padding-top: 7px;
    height: 31px;
}

/* Erste Ebene */

.dropdownv ul li a:hover, .dropdownv ul li a.hover, .dropdownv ul li.active a {
    color: white !important;
    background: url(../bilder/bg_nav_hov.trans.png) repeat-x;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/bg_nav_hov.trans.png', sizingMethod='scale');
    cursor: hand;
}

.dropdownv ul ul{
    left: 130px;
    top: 0px;
    display: none;
}

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

.dropdownv ul ul {
    top: -1px;
    padding-top: 1px;
    background: url(../bilder/bg_nav_top.trans.png) repeat-x;
}

.dropdownv ul ul li a, .dropdownv ul li.active ul li a {
    background: transparent url(../bilder/bg_nav2.trans.png);
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/bg_nav2.trans.png', sizingMethod='scale');
    border: none;
    border-right: 1px solid #dcdfea;
    height: 18px;
    color: #384E8C !important;
    text-align: left;
    padding-right: 0;
    padding-left: 10px;
}

.dropdownv ul ul li a.active, .dropdownv ul li.active ul li a.active {
    color: #384E8C !important;
    background: url(../bilder/bg_nav_hov2.trans.png) repeat-x;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/bg_nav_hov2.trans.png', sizingMethod='scale');
    cursor: hand;
}

.dropdownv ul ul li a:hover , .dropdownv ul ul li a.hover, .dropdownv ul li.active ul li a:hover, .dropdownv ul li.active ul li a.hover {
    color: #384E8C !important;
    background: url(../bilder/bg_nav_hov2.trans.png) repeat-x;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/bg_nav_hov2.trans.png', sizingMethod='scale');
    cursor: hand;
}


/* 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
   ------------------------------- */
/* 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;
}
