@charset "UTF-8";

body {
    min-width: 500px;
    background: white;
}

#body-container {
    margin: 0px auto;
    padding: 40px;
    padding-bottom: 10px;
    text-align: center;
}

#druckauswahl {
    display: block !important;
    padding: 0 15px;
    background: #333;
    background: url(/img/gradient.php?from=333&to=555);
    background: -moz-linear-gradient(top, #333 0%, #555 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #555));
    background: -webkit-linear-gradient(top, #333 0%, #555 100%);
    background: -o-linear-gradient(top, #333 0%, #555 100%);
    background: -ms-linear-gradient(top, #333 0%, #555 100%);
    background: linear-gradient(to bottom, #333 0%, #555 100%);
    -pie-background: linear-gradient(#333 0%, #555 100%);
    -moz-box-shadow: black 0px 0px 10px;
    -webkit-box-shadow: black 0px 0px 10px;
    box-shadow: black 0px 0px 10px;
    behavior: url(/js/PIE.htc);
    font-family: "Open Sans", "Segoe UI", Candara, Arial, Helvetica, sans-serif;
    color: white;
    
}

#druckauswahl strong {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    font-size: 13pt;
}

#druckauswahl form > div {
    position: relative;
}

#druckauswahl div div {
    padding-top: 10px;
    clear: both;
}

#druckauswahl div div input {
    width: 200px;
    margin-bottom: 15px;
    padding: 7px 0;
    -moz-box-shadow: inset 0px 0px 1px 0px #fff6af;
    -webkit-box-shadow: inset 0px 0px 1px 0px #fff6af;
    box-shadow: inset 0px 0px 1px 0px #fff6af;
    background: #ffab23;
    background: url(/img/gradient.php?from=ffec64&to=ffab23);
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    -pie-background: linear-gradient(#ffec64 5%, #ffab23 100%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ffaa22;
    color: #333;
    font-size: 12pt;
    font-weight: bold;
    font-family: "Open Sans", "Segoe UI", Candara, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffee66;
    cursor: pointer;
    behavior: url(/js/PIE.htc);
}

#druckauswahl div div input:focus, #druckauswahl div input:hover {
    color: #000;
    border: 1px solid #ffec64;
}

#druckauswahl div div input:active {
    color: #000;
    border: 1px solid #ffaa22;
    background: #ffab23;
    -pie-background: #ffab23;
}

#druckauswahl label {
    margin: 0.1em 0 0.4em 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 110%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#druckauswahl .left-column {
    width: 50%;
    float: left;
}
