
/*.button:hover{ background-image: url('../pictures/buttons/bt_alle_2.jpg'); }*/
a{text-decoration: none;}
.button{
    display: block;
    width: 116px;
    height: 23px;
    background-image: url('../pictures/buttons/bt_alle_1.jpg');
    font-family: Arial;
    font-size: 12px;
    padding-top: 7px;
    color: #333333;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    cursor: pointer;
}
.button:hover {
    background-image: none;
    background-color: #bebebe;
    display: block;
}

.activebutton{
    width: 116px;
    height: 23px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding-top: 7px;
    color: #333333;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;   
}

.trennl{
    position: absolute;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    width: 2px;
    height: 30px;
}

#btnhome{ left: 0; }
#firstline{ left: 116px; }
#btnleistungen{ left: 118px;  }
#secondline{ left: 234px; }
#btnreferenzen{ left: 236px;  }
#thirdline{ left: 352px; }
#btnkontakt{ left: 354px;  }
#fourthline{ left: 470px; }
#btnteam{ left: 472px;  }
#fifthline{ left: 588px; }
#btnanreise{ left: 590px;  }
#sixthline{ left: 706px; }
#btnlinks{ left: 708px;  }
#seventhline{ left: 824px; }
#btnimpressum{ left: 826px; }
