body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background: #FFFFFF;
    color: #222222;
}
p {
    font-size: 9pt;
}
h3 {
    font-size: 12pt;
    font-weight: bold;
}

hr {
    border: 1px solid #222277;
    height: 1px;
}

.datum {
    font-weight: bold;
    color: #777777;
}

.titel {
    font-weight: bold;
    color: #222277;
}

.ueberschrift {
    font-weight: bold;
}

input.textfield {
    width: 200px;
    border: 1px solid black;
}

textarea.textarea {
    width: 200px;
    height: 150px;
    border: 1px solid black;
}


input.fileupload {
    width: 350px;
}


input.deletebutton {
    background: #CC7777;
    color: #000000;
}
input.cancelbutton {
    background: #DDDD33;
    color: #000000;
}
input.filedeletebutton {
    background: #CC7777;
    color: #000000;
}
input.schalter {
    background: #9999DD;
    color: #000000;
}
input.updatebutton {
    background: #99DD99;
    color: #000000;
}
