@import url( "standard.css" );
@import url( "../clients/dk/css/standard-dk.css" );

.detailansicht a:before {
    font-family: 'Tahoma', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    background-color: #3e5a6a;
    border: 4px solid #fff;
    border-radius: 1px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    color: #fff !important;
    padding: 5px 20px 5px;
    display: inline-block;
    margin: 0;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition:    all 0.1s linear;
    -o-transition:      all 0.1s linear;
    transition:         all 0.1s linear;
    content: "\00f6 ffnen";
}

.dk-documents a.DownloadLink {
    color: #ffffff;
    background: #3e5a6a;
    padding: 5px;
    text-decoration: none!important;
}

.dk-documents a.DownloadLink:hover {
    color: #ffffff;
    background: #0096A9;
}
