#license_text {
    margin-top: 1em;
}

#must {
    float: right;
}

.inputRequirement, #must {
    color: #F44;
}

#req_address {
    float: left;
    width: 100%;
    margin-bottom: 2em;
    line-height: 2;
}

#req_address dt {
    clear: left;
    float: left;
    width: 14em;
}

#req_address dd {
    float: left;
}

#req_table {
    clear: both;
}

#daten {
    float:left;
    width: 100%;
}

.cal_info {
    line-height: 50px;
    float: left;
    font-weight: bold;
}

.cal {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid grey;
    margin: 0 1.5em;
}

.cal_top, .cal_top2 {
    background: darkred;
    color: white;
    text-align: center;
    height: 15px;
    line-height: 15px;
    border: 1px solid #400;
    font-weight: bold;
}

.cal_top2 {
    background: darkgreen;
    border: 1px solid #040;
}

.cal_day {
    color: #222;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 2em;
}

input.error_input, .error_input {
    border: 1px solid red;
    background: #FEE;
}

.button_request {
    background: orange;
    background-image: -moz-linear-gradient(left top -90deg, #ffaf50 0%, #ff8a00 2%, #ca5f00 99%, #966c35 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffaf50), color-stop(2%, #ff8a00), color-stop(99%, #ca5f00), to(#966c35));
    border-color: #966c35;
    text-shadow: 0.5px 1px 0.5px #555;
    box-shadow: 0.1em 0.1em 0.3em #aaa;
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
    margin: 0.7em 0.5em 1em 0.5em;
    display: inline-block;
}

.button_request:hover {
    background: #b68c55;
    border-color: #b68c55;
    background-image: -moz-linear-gradient(left top -90deg, #ffcf70 0%, #ffAa20 2%, #Ea7f20 99%, #B68c55 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcf70), color-stop(2%, #ffAa20), color-stop(99%, #Ea7f20), to(#B68c55));
    text-shadow: 0.5px 1px 0.5px #777;
    color: #FFF;
}

div.wellformed p {
    text-align: justify;
    padding: 0 1em;
}

div.wellformed p.center {
    text-align: center;
}

div.wellformed table {
    padding: 0 1em;
}

div.wellformed table td {
    padding: 0 1em;
}

#content dd {
    margin-left: 2em;
}