body {
    background-color: #F5F5F5;
    font-size: 90%;
}

div.page {
    width: 690px;
}

.message {
    margin-bottom: 10px; 
    text-align: justify;
}

.red {
    color: red;
}

.right {
    text-align: right;
}

.underlined {
    text-decoration: underline;
}

.small {
    font-size: 80%;
}

.bold {
    font-weight: bold;
}

.ui-menu .ui-menu-item a {
    font-weight: normal;
}

h1 {
    width: 660px;
    height: 50px;
    font-size: 150%;
}

img#logo {
    width: 90px;
    height: auto;
    float: right;
    margin: 0 0 10px 10px;
}

fieldset {
    border: none;
    margin: 20px;
    padding: 0;
    background-color: #F5F5F5;
}

input.text-box,
input.password,
input.anzahl {
    max-width: 100%;
    border: 1px solid black;
    padding: 2px;
}

input.anzahl {
    width: 40px;
}

input.datum-box {
    width: 65px;
}

.filter {
    background-color: #EBEBEB;
    float: left;
    width: 531px;
    margin: 0;
    padding: 0 10px 10px 10px;
}

label {
    margin: 4px 0 0 0;
    display: inline-block;
}

.ui-button-icon .ui-button-text {
    padding: 0;
    margin: 0;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.editor-block {
    width: 160px;
    float: left;
    margin: 0 20px 0 0;
}

.editor-block-wide {
    width: 340px;
    float: left;
}

.editor-block-small {
    width: 70px;
    float: left;
}

.editor-field textarea {
    width: 400px;
    height: 150px;
}

.editor-block-wide .editor-field-wide input {
    width: 100%;
}

.editor-block-wide .editor-field-wide textarea {
    width: 100%;
    height: 100px;
}

.editor-field select {
    width: 170px;
}

.bescheide-form {
    width: 585px;
    margin: 0 0 20px 0;
    background-color: #EBEBEB;
    padding: 10px;
}

.bescheide-success {
    background-color: gray;
    color: white;
    margin: 0 0 10px 0;
    padding: 2px;
}

#Captcha {
    margin: 0 0 20px 10px;
    vertical-align: middle;
    width: 100px;
}

.clear {
    clear: both;
}

div#fehler {
    color: red;
    margin: 20px 0;
    font-weight: bold;
    font-size: 12px;
    display: none;
}

.field-validation-error
{
    color: #FF0000;
    font-size: 75%;
    display: block;
}

.validation-summary-errors ul {
    margin: 0;
}

div#main {
    width: 720px;
    min-height: 100%;
    position: absolute;
    margin: 0 auto;
    border-left: 1px dotted gray;
    border-right: 1px dotted gray;
    left: 0;
    right: 0;
}

div.statisch div#fehler {
    display: block;
}

div.address {
    font-weight: bold;
    margin: 0 0 20px 0;
}

div.address a {
    font-style: italic;
}

div.table {
    width: 650px;
    margin-bottom: 10px;
}

.auftrags-table,
.auftrags-table td,
.auftrags-table tr,
.auftrags-table th {
    border: 1px solid black;
    padding: 3px;
    margin: 0 0 0 -1px;
    border-collapse: collapse;
}

.auftrags-inner-table td,
.auftrags-inner-table tr,
.auftrags-inner-table th {
    border: 0;
}

div.table-title {
    width: 499px;
    height: 15px;
    padding: 3px 0;
    margin: 0 0 0 -1px;
    text-align: center;
    border: 1px solid black;
    color: white;
    font-weight: bold;
}

div.table-row {
    width: 650px;
    height: 36px;
    padding: 0;
    clear: both;
}

div.table-row-full {
    height: auto;
}

div.table-head,
div.table-cell {
    height: 30px;
    float: left;
    padding: 3px 6px;
    margin: -1px 0 0 -1px;
    border: 1px solid black;
}

div.table-head {
    font-style: italic;
}

div.table-cell {
    width: 120px;
}

div.table-cell-narrow {
    width: 100px;
}

div.table-cell-wide {
    width: 140px;
}

div.table-cell-full {
    width: auto;
    height: auto;
    float: none;
}

div.fraction-papier {
    color: blue;
}

div.fraction-bio {
    color: brown;
}

div.fraction-rest {
    color: darkgray;
}

div.table-summary {
    width: 520px;
    margin: 10px 0 0 0;
}

p.button {
    height: 60px;
}

#button-login {
    background-color: #d2d2d2;
    margin: 20px 0 0 200px;
    padding: 5px;
    width: 100px;
    border: none;
    cursor: pointer;
}

#button-reset-password {
    background-color: #d2d2d2;
    margin: 20px 0 0 200px;
    padding: 5px;
    width: 180px;
    border: none;
    cursor: pointer;
}

#button-back,
#button-submit {
    background-color: #d2d2d2;
    color: black;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 120px;
    margin: 20px 0 0 100px;
    float: left;
    border: 0 none;
    cursor: pointer;
    font: inherit;
}

#button-change {
    background-color: #d2d2d2;
    color: black;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 120px;
    margin: 20px auto 0 auto;
    border: 0 none;
    cursor: pointer;
    font: inherit;
}

#button-back input,
#button-submit input {
    font: inherit;
}

#button-logout,
#button-cancel {
    background-color: #d2d2d2;
    color: black;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 90px;
    margin: 20px 0 0 10px;
    float: left;
    cursor: pointer;
}

#button-filter {
    background-color: #d2d2d2;
    margin: 41px 0 10px 0;
    padding: 5px;
    width: 100px;
    border: none;
    cursor: pointer;
}

.indented {
    text-indent: 250px;
}

div#contenttext {
    margin: 10px 0 0 0;
    text-align: left;
    width: 720px;
}

div#contentbild {
    margin: 20px 0 0 0;
}

div#contentbild img {
    width: auto;
    height: auto;
}

div#legende {
    clear: both;
    margin: 10px 0 10px 0;
    float: left;
    width: 250px;
}

div#download,
div#print {
    margin: 10px 0 10px 0;
    float: left;
    color: indigo;
    text-decoration: none;
    font-weight: bold;
    width: 150px;
}

div#infos {
    clear: both;
    float: left;
    margin: 20px 0 0 0;
}

.status-neu {
    background-color: #fff0da;
}

.status-inbearbeitung {
    background-color: #d8f4ff;
}

.status-erledigt {
    background-color: #6effc8;
}

.status-storniert {
    background-color: #ffc6aa;
}

sup {
    font-size: 60%;
}

.status-legende {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid black;
}

.check-bescheide {
    margin: 0 0 20px 0;
}

.auftrags-table {
    width: 551px;
}

div.overview {
    width: 25%;
    float: left;
    text-align: center;
    margin: 25px 0;
}

div.overview a {
    text-decoration: none;
    color: #222222;
}

div.overview a:hover {
    text-decoration: underline;
}

div.overview a img {
    height: 50px;
}

@media print 
{
    h1 {
        width: 620px;
        height: 80px;
    }
    
    div#contenttext,
    div#contentbild,
    div#download,
    div#print,
    button {
        display: none !important;
    }
    
    fieldset {
        margin: 0;
    }
    
    fieldset label {
        margin: 0 0 0 5px;
    }
    
    input {
        border: none !important;
    }
    
    input#hausnr {
        width: 40px;
    }
}