#navi {
    z-index: 50;
    position: fixed; 
    top: 170px;
    left: 7px;
    height: 500px;
    width: 100px;
}
* html #navi{
    position: absolute;
}
.navcontainer {
    height: auto;
    width: 130px;
    padding-top: 3px; 
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 10px;  
    background-color: #E0E0E0;
    border: 2px solid #FFFFFF;
    margin-bottom: 5px;
    font-weight: bold;
    -moz-border-radius: 4px;
}
* html .navcontainer {
    width: 130px;
    w\idth: 150px;
}
.navcontainer_a {
    height: auto;
    width: 128px;
    padding-top: 3px; 
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 10px;  
    border-left: 3px solid #EB5220;
    border-right: 3px solid #EB5220;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 5px;
    font-weight:bold;
    background-color: #E0E0E0;
    -moz-border-radius: 4px;
}
* html .navcontainer_a {
    width: 128px;
    w\idth: 150px;
}
.navcontainer2 {
    height: auto;
    width: 120px;
    padding-top: 3px; 
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 10px;  
    font-size: 0.8em;
    background-color: #F6F6F7;
    border: 2px solid #FFFFFF;
    margin-bottom: 5px;
    margin-left: 10px;
##    -moz-border-radius: 4px;
}
* html .navcontainer2 {
    width: 120px;
    w\idth: 140px;
}

.navcontainer2_a {
    height: auto;
    width: 110px;
    padding-top: 3px; 
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 20px;  
    font-size: 0.8em;
    background-image: url(images/pfeil.gif);
    background-repeat: no-repeat;
    background-position: left;
    border: 2px solid #FFFFFF;
    background-color: #F6F6F7;
    margin-bottom: 5px;
    margin-left: 10px;
##   -moz-border-radius: 4px;
}
* html .navcontainer2_a{
    width: 110px;
    w\idth: 140px;
} 
#navibackground {
    position: fixed;
    z-index: 45;
    top: 137px;
    left: 0px;
    height: 537px;
    width: 216px;
    background-image: url(images/navibackground.jpg);
    background-repeat: no-repeat;
}
* html #navibackground {
    position: absolute;
}