/*
Theme Name:
Theme URI:
Datum:
Author: B. Rydzewski
*/





/* Body */
* {
    margin: 0;
    padding: 0;
}

html, body {
    border: 0 solid;
}

body {
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: #888888 url(../img/bg.jpg);
    font-size: 12px;
}


b, strong {
    font-weight: bold;
}

table {
    margin: 5px 0px;
    border-collapse: collapse;
}

th, td {
    text-align: left;
    padding: 2px 10px;
    vertical-align: top;
}
th img, td img {
    vertical-align: baseline;
    text-align: center;
}

a img {
    border: 0px;
}
a{
    text-decoration: none;
    color: #ffffff;
}
/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */


#container {
    position: relative;
    margin: 30px auto;
    width: 950px;
}


@media print {
    @page{
        size: auto;   /* auto is the initial value */
        /* this affects the margin in the printer settings */
        margin: 25mm 25mm 25mm 25mm;
    }

    *{
        background: #ffffff;
        background-image: none;
        color: #000000;
        box-shadow: none;
        text-shadow: none;
    }
    /* Hide everything in the body when printing... */
    body.printing * {
        display: none;
    }
    /* ...except our special div. */
    body.printing #print-me {
        display: block;
        font-size: 14px;
        border: solid 2px #333333;
        border-style: solid double;
        padding: 25px;
        color: #000000;

    }
    #print-me b {
        display: inline-block;
        font-weight: bold;
    }
    #print-me span {
        display: block;
    }
    #print-me img {
        display: block;
        float:right;
    }
}

@media screen {
    /* Hide the special layer from the screen. */
    #print-me { display: none; }
}



.button{
    border-left: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;

    color: #000000;
    background: #bbbbbb;
    margin: 4px;
    padding: 4px;

    display:inline-block;
}

.button:hover {
    border-left: solid 1px #666666;
    border-top: solid 1px #666666;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background: #aaaaaa;
    /*padding: 5px 3px 3px 5px;*/
}

.button a{
    text-decoration: none;
    color: #000000;
}

h3{
    position: relative;
    background: rgba(100,100,100,0.4);
    padding: 10px;
    font-weight: bold;
    display: inline-block;
    top: 10px;
    left: 10px;
}

form{
    /*background: rgba(100,100,100,0.4);
    padding: 10px;*/
}

.form-group{
    width: 400px;
    padding: 6px;
}

.form-group label{
    display: inline-block;
    width: 180px;
    text-align: right;
    padding: 2px;
}

.form-group input{
    display:inline-block;
    width: 200px;
    text-align: left;
}

.form-group input[type='submit']{
    text-align: center;
}

td.deg90{
    -webkit-transform: rotate(-90deg) translateX(20px);
    -moz-transform:    rotate(-90deg) translateX(20px);
    -ms-transform:     rotate(-90deg) translateX(20px);
    -o-transform:      rotate(-90deg) translateX(20px);
    transform:         rotate(-90deg) translateX(20px);
    -webkit-transform-origin: 1.8em .5em;
    -moz-transform-origin:    1.8em .5em;
    -ms-transform-origin:     1.8em .5em;
    -o-transform-origin:      1.8em .5em;
    transform-origin:         1.8em .5em;
}

#footer {
    background: rgba(100,100,100,0.4);
    padding: 10px;
    text-align: center;
    color: #dddddd;
    font-weight: bold;
}

#Datum{
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    float: right;

    position: relative;
    background: rgba(100,100,100,0.4);
    padding: 20px 15px;
    display: inline-block;
    top: -20px;
    right: 10px;
}

#logindaten{
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    float: right;

    position: relative;
    display: inline-block;
    padding-right: 30px;
}



.bg{
    background: rgba(100,100,100,0.4);
    padding: 20px 10px 10px 10px;
    margin: 0px 0px 10px;
}

.nummer{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid #000000;
    padding: 15px;
    margin: 10px;
    text-align: center;
}

#Bemerkung{
    width: 250px;
}