/* Navi
================================================*/
#navcontainer {
    margin              : 0;
    padding             : 0;
}

#navcontainer ul {
    border              : 0;
    margin              : 0;
    padding-top         : 0;
    list-style-type     : none;
    text-align          : center; 

}

#navcontainer ul li {
    display             : block;
    float               : left;
    text-align          : center;
    padding             : 0;
    margin              : 0; 
}

#navcontainer ul li a {
    background          : #434343;
    height              : 25px;
    padding             : 0;
    margin              : 0 0 10px 0;
    color               : #fff;
    text-decoration     : none;
    display             : block;
    text-align          : center;
    font                : normal 12px/2em verdana, lucida, sans-serif;
/*  font                : normal 12px/2em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; */
}

#navcontainer ul li a.start {
    width               : 77px;
    border-top          : 1px solid #4e4e4e;
    border-left         : none;
    border-bottom       : none;
    border-right        : 1px solid #252525;
}

#navcontainer ul li a.middle {
    width               : 88px;
    border-top          : 1px solid #4e4e4e;
    border-left         : 1px solid #4e4e4e;
    border-bottom       : none;
    border-right        : 1px solid #252525;
}

#navcontainer ul li a.end {
    width               : 77px;
    border-top          : 1px solid #4e4e4e;
    border-left         : 1px solid #4e4e4e;
    border-bottom       : none;
    border-right        : none;
}

#navcontainer ul li a:hover {
    color               : #fff;
    background          : #3e001c;
}

/*#navcontainer a:active {
    background          : #c60;
    color               : #fff;
}

#navcontainer li#active a {
    background          : #c60;
    border              : 1px solid #c60;
    color               : #fff;
}*/

#dropmenudiv{
    position            : absolute;
    border              : 0;
    border-bottom-width : 0;
    font                : normal 10px Verdana;
    line-height         : 18px;
    z-index             : 100;
}

#dropmenudiv a{
    width               : 100%;
    display             : block;
    text-indent         : 3px;
    border-bottom       : 0px;
    padding             : 1px 0 1px 12px;
    text-decoration     : none;
    color               : white;
}

#dropmenudiv a:hover{ /*hover background color*/
    font-weight         : bold;
    background-color    : #3e001c;
}
/* Ende Navi
================================================*/

.float_left {
   float               : left;
}

div.clear {
   clear                : both;
   height               : 0px;
   font-size            : 0px;
   line-height          : 0px;
}