/* -----------------------------------------------------------------------------------------------------------*/
/* PDF und ZIP - Anzeige */
/* -----------------------------------------------------------------------------------------------------------*/
.divpdf div {
        -webkit-border-radius: .2em; /*{global-radii-blocks}*/;
        border-radius: .2em; /*{global-radii-blocks}*/;
        background: #e0e0e0;
        background-image: -webkit-gradient(linear,left top,left bottom,from( #969696 ),to( #e0e0e0 ));
        background-image: -webkit-linear-gradient( #969696,#e0e0e0 );
        background-image: -moz-linear-gradient( #969696,#e0e0e0 );
        background-image: -ms-linear-gradient( #969696,#e0e0e0 ); /*For IE10*/
        background-image: -o-linear-gradient( #969696,#e0e0e0 );
        background-image: linear-gradient( #969696,#e0e0e0 );
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#969696', endColorstr='#e0e0e0');/*For IE7-8-9*/
        float: left;
}

.divpdf div:hover {
        background: #ffb9b9;
        background-image: -webkit-gradient(linear,left top,left bottom,from( #fd5c5c ),to( #ffb9b9 ));
        background-image: -webkit-linear-gradient( #fd5c5c,#ffb9b9 );
        background-image: -moz-linear-gradient( #fd5c5c,#ffb9b9 );
        background-image: -ms-linear-gradient( #fd5c5c,#ffb9b9 ); /*For IE10*/
        background-image: -o-linear-gradient( #fd5c5c,#ffb9b9 );
        background-image: linear-gradient( #fd5c5c,#ffb9b9 );
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fd5c5c', endColorstr='#ffb9b9');/*For IE7-8-9*/
        text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/;
        float: left;
}

.divpdf img {
        border: 0;
        width: 6rem;
        height: 6rem;
}

.divpdf a {
        color: #1f1f1f;
}