body{
   margin-top:5px;
   margin-left:0px;
   margin-right:0px;
   background-color:#cfcfcf;
   color:#000000;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
}
A:link {text-decoration: none; background:#999999; color:#000099;}
A:visited {text-decoration: none; background:#999999; color:#000099;}
A:hover {text-decoration: none; background:#000099; color:#999999;}

.standard{
   font-size:10pt;
   color:#000000;
   font-weight:normal;
   background-color:#999999;
}

.uberschrift{
   font-size:11pt;
   color:#000000;
   font-weight:bold;
   padding:0px 5px 0px;
   background-color:#999999;
   vertical-align:middle;
}


.menu{
   font-size:11pt;
   color:#000000;
   font-weight:bold;
   background-color:#999999;
   padding: 0px 5px 0px;
}

.inhalt{
   font-size:8pt;
   color:#000000;
   font-weight:normal;
   background-color:#999999;
   padding: 0px 5px 0px;
}

.status{
   font-size:7pt;
   color:#666666;
   font-weight:normal;
   background-color:#999999;
   padding: 0px 5px 0px;
}

table{
   text-align:left;
   font-size:8pt;
}

td{
   vertical-align:top;
   color:#000000;
   background-color:#999999;
}

img{
   border:none;
}

input, select{
        background-color: #cfcfcf;
        color: #000099;
        font-size: 9px;
        border-width: 1px;
        border-style: solid;
        border-right-color: #cccccc;
        border-bottom-color: #cccccc;
        border-left-color: #666666;
        border-top-color: #666666;
}

textarea{
        color: #000099;
        background-color: #cfcfcf;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 9pt;
        border-width: 1px;
        border-style: solid;
        border-right-color: #cccccc;
        border-bottom-color: #cccccc;
        border-left-color: #666666;
        border-top-color: #666666;
}

input.checkbox{ /* for checkboxes, radiobuttons */
        border-width: 0px;
        background-color: #cfcfcf;
        color:#000099;
}
input.button{ /* for buttons */
        font-size: 9pt;
        border-width: 1px;
        border-style: solid;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #cccccc;
        border-top-color: #cccccc;
}
