body{
    font-family:Arial,Verdana;
    font-size:14px;
    background-color:#E9E9CE;
}

form{
    margin:0px;
}

.tabelle input[type=text]{
    width:50px;
}

.button{
    width:75px;
    border:1px solid black;
}

.tabelle th, .tabelle2 th{
    text-align:left;
    height:30px;
    vertical-align:bottom;
    background-color:#9F976F;
}

.tabelle td, .tabelle2 td{
    background-color:#FFFFFF;
}

#body{
    position:absolute;
    width:600px;
    left:50%;
    margin-left:-300px;
}

#table{
    border:1px solid black;
}

#head{
    text-align:right;
    margin-bottom:5px;
}

#head img{
    border:1px solid black;
}

#kopfzeile{
    margin-top:20px;
    font-size:20px;
    float:left;
}

#language{
    clear:both;
    margin-top:5px;
    text-align:right;
    height:16px;
}

#language img{
    border:0px;
    margin-left:5px;
}

#dhtmltooltip{
    font-family:Verdana;
    font-size:8pt;
    position: absolute;
    margin-top:-20px;
    margin-left:-150px;
    width: 350px;
    padding: 1px;
    background-color: #77CCC5;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);*/
}

#dhtmltooltip table{
    font-family : Verdana, Arial;
    font-size : 10px;
    cursor : pointer;
    background-color: lightsteelblue;
    border-collapse: collapse;
}

#dhtmltooltip table tr td, #dhtmltooltip table tr th{
    border: 1px solid black;
    padding: 2px;
    vertical-align: top;
}

#gesendet{
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-150px;
    padding:10px;
    width:300px;
    line-height:24px;
    background-color:#FFF;
    border:1px solid black;
    text-align:center;
}

