html, body {
    background-color: #EFEFEF;
}
body {
    font-family:arial,helvetica,Sans-Serif;
}
body, form {
    margin:0px;
    padding:0px;
}
table {
    border: 0px;
}
img {
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
form td {
    vertical-align: top;
    text-align: left;
}
#content {
    background: white;
    margin: auto;
    margin-top: 20px;
}
#rightbox {
    height:385px;
    width:522px;
    overflow:auto;
    border:0px;
    margin-bottom: 12px;
}
#rightbox div {
    margin-right: 8px;
}
#agb {
    list-style-type: decimal;
}
.r {
    text-align:right;
}
.headline {
    font-size:10pt;
    color:#7E0F0F;
    font-weight:bold;
}
.subheadline {
    font-size:10pt;
    color:#87040D;
    font-weight:bold;
}
.fliesstext, .input_text, .input_submit {
    font-size:12px;
    color:#043658;
}
.small {
    font-size:10px;
    color:#043658;
}
a.fliesstext {
    color:#043658;
    text-decoration:underline;
}
.input_text {
    width:220px;
    border:1px solid #0B0056;
}
.input_submit {
    color: white;
    font-weight: bold;
    background-color:#043658;
    border: 2px solid #043658;
    cursor: pointer;
}
.preinp {
    text-align: right;
    font-weight: bold;
    padding-right: 2px;
    padding-top: 3px;
}

.preinp, label {
    font-size: 12px;
}

.required {
    background: url(gfx/formmark.gif) no-repeat 0px 4px;
}
.fliesstext a {
    font-family:arial,helvetica;
    font-size:12px;
    color:#7E0F0F;
}

img.fl {
    padding: 4px;
    float: left;
}

img.fr {
    margin: 4px;
    float: right;
}
