
A:link {text-decoration: none; color:#0000ff; font-family:Arial;}
A:visited {text-decoration: none; color:#0000ff; font-family:Arial;}
A:hover {text-decoration: none; background:#0000ff; color:#ffff00; font-family:Arial;}

body{
   margin:2px;
   margin-left:1px;
   background-color:#c0c0c0;
   background-image:url("../img/bg.png");
   font: 12px Arial, Helvetica, sans-serif;
   color: #000000;
}

ul{
   margin:0px;
   padding:0px;
   width:125px;
   list-style-type:none;
}

li{
   padding:0px;
   margin:0px;
}

li a{
   padding:0px;
   display:block;
}

table{
   text-align:left;
}

td{
   vertical-align:top;
}

img{
   border:none;
}

.menu{
   font-size: 14px;
}

.inhalt{
   padding-top:10px;
}

.status{
   font-size: 9px;
   color: #000000;
}


input, select{
        background-color: #cccccc;
        font-size: 8pt;
        border-width: 1px;
        border-style: solid;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
        border-top-color: #000000;
}

textarea{
        font-family: Arial, Helvetica, sans-serif;
        background-color: #cccccc;
        font-size : 8pt;
        border-width: 1px;
        border-style: solid;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
        border-top-color: #000000;
}

input.checkbox{ /* for checkboxes, radiobuttons */
        border-width: 0px;
        cursor: pointer;
        background-color: #cccccc;
}
input.button{ /* for buttons */
        font-size: 8pt;
        background-color: #cccccc;
}
