body
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    line-height: 13px;
}

h1, h2, h3
{
    line-height: 1em;
}

form#anmeldung legend
{
    font-weight: bold;
    font-size: 1.3em;
/*    background-color: rgb(212, 208, 200);
    border: 1px outset #000;
    border-bottom: none;
    margin-bottom: 20px; */

}

ul#menu
{
    font-size: small;
    padding: 3px;
    margin: 0;
}

#menu li
{
    list-style-type: none;
    display: inline;
    border: 1px solid black;
    padding: 3px;
    background-color: rgb(212, 208, 200);
    margin-right: 2px;
}

#menu li:hover
{
    background-color: rgb(212, 200, 200);
}

#menu li a
{
    text-decoration: none;
    color: #000;
}

#menu li img
{
    vertical-align: middle;
}

form label.required
{
    font-weight: bold;
}

form label.required_but_empty
{
    background-color: Red;
    color: Yellow;
    font-weight: bold;
}

form#anmeldung fieldset
{

/*    background-color: rgb(212, 208, 200);
    border: 1px outset #000; */
    padding: 5px;
}

input.stdtextinput
{
    width: 300px;
}

input.disabled
{
    background-color: #D4D0C8;
    color: #000;
}

div.hinweis
{
    border: 1px dotted Gray;
    width: 250px;
    padding: 10px;
}

input.#datum
{
    width: 100px;
}

input.#datum_max
{
    width: 100px;
}


#footer
{
    margin-top: 30px;
    float: right;
    font-size: x-small;
}

table
{
    empty-cells: show;
    border-collapse: collapse;
}

.data
{
    border-bottom: 1px solid black;
    vertical-align: top;
}

th.data
{
    border: 1px outset black;
    vertical-align: bottom;
    text-align: left;
    background-color: rgb(212, 208, 200);
}

.leftborder
{
    border-left: 1px solid black;
}

.rightborder
{
    border-right: 1px solid black;
}

input.datacell
{
    border: none;
    background-color: #fff;
}

input.datacell:hover, input.datacell:focus
{
    border: 1px solid #000;
    background-color: rgb(212, 208, 200);
    color: #000;
}

.blue
{
    color: blue;
}

.red
{
    color: red;
}


.blue input
{
    color: blue;
}

.red input
{
    color: red;
}

th
{
    color: #000;
    background-color: rgb(212, 208, 200);
    font-weight: bold;
    border: 1px outset rgb(128, 128, 128);
}

td.results
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    border: 1px solid #FF9900 !important;
}