a.buttonlink:link, a.buttonlink:visited { /* Browserweiche Internet Explorer*/
        display: block;
        overflow:hidden;
        background: url(../images/menu_bg.png) no-repeat;
        vertical-align: middle;
        font-size: 11px;
        font-weight: bold;
        color: #2E607C;
        text-align: left;
        padding-top: 5px;
        padding-left: 42px;
        padding-right: 2px;
        height: 20px;
        text-decoration: none;
}

a.buttonlink:hover {
        background-position: 0px -25px;
        text-decoration: none;
        color: #95C7E3;
}


.smbox{
    background-image:url(../images/smbox.jpg);
    background-repeat:no-repeat;
    border-color:#D7DAC9;
    padding-top:29px;
}

.smbox_alpha{
    background-image:url(../images/smbox.jpg);
    background-repeat:no-repeat;
    border-color:#D7DAC9;
    padding-top:29px;
    filter:Alpha(opacity=40);
}

._beta{
    width:100%;
    height:100%;
}

._alpha{
    width:100%;
    height:100%;
    filter:Alpha(opacity=20);
}