/* the top menu */
div#topmenu {
    position: relative;
    height: 144px;
    background-color: #f60;
    color: #555;
}

div#topmenubar {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 900;
    position: relative;
    top: 108px;
    height: 24px;
    width: 100%;
    color: #555;
    background-color: #f0f0f0;
}

div#topmenu1 { /*	position:absolute; */
    width: 86px;
    /*	left:28px; */ /*	top:3px; */
    height: 19px;
    float: left;
    margin-left: 28px; /* space for the whole buttongroup */
    margin-top: 5px;
    font-size: 0;
    margin-right: 4px;
}

div#topmenu1 a {
    display: block;
    background-image: url(/btn_services_de.png);
    width: 86px;
    height: 19px;
    text-decoration: none;
}

div#topmenu1 a:hover {
    background-position: -86px 0px;
}

div#topmenu3 { /* position:absolute; */
    width: 86px;
    /* left:214px; */ /* top:3px; */
    height: 19px;
    float: left;
    margin-top: 5px;
    font-size: 0;
    margin-right: 4px;
}

div#topmenu3 a {
    display: block;
    background-image: url(/btn_references_de.png);
    width: 86px;
    height: 19px;
    text-decoration: none;
}

div#topmenu3 a:hover {
    background-position: -86px 0px;
}

div#topmenu4 { /* position:absolute; */
    width: 69px;
    /* left:320px; */ /* top:3px; */
    height: 19px;
    float: left;
    margin-top: 5px;
    font-size: 0;
    margin-right: 4px;
}

div#topmenu4 a {
    display: block;
    background-image: url(/btn_contact_de.png);
    width: 69px;
    height: 19px;
    text-decoration: none;
}

div#topmenu4 a:hover {
    background-position: -69px 0px;
}

div#topmenulogo {
    position: absolute;
    text-align: left;
    left: 33px;
    top: 10px;
}

div#topmenulogosolo {
    position: absolute;
    text-align: right;
    right: 36px;
    top: 12px;
}

div#topmenutwinbutton {
    position: absolute;
    /*
    top:75px;
    right:35px;
*/
    top: 4px;
    right: 36px;
    text-align: right;
    color: #f60;
    background-color: #f0f0f0;
}
