

a        { text-decoration:underline; color:#000080 }
a:hover    { text-decoration:none }

input,textarea {
    border:1px solid #808080;
    font-family: verdana;
    font-size:11px;
    /*width : auto;*/
}
.button {
    width: auto;
    height :8px;
}

TR, TD, P, TABLE, TEXTAREA{
  font-family : Tahoma,Arial,Helvetica,Sans-Serif;
  font-size   : 11px;
  font-weight : normal;
}

A, TH, TABLE {
  font-family : Tahoma,Arial,Helvetica,Sans-Serif;
  font-size   : 11px;
  font-weight : bold;
}
INPUT, SELECT, TEXTAREA ,.inputbuton{
  font-family : Tahoma,Arial,Helvetica,Sans-Serif;
  font-size   : 11px;
  color   : #000058;
  font-weight : bold;
}

BODY {
  scrollbar-3dlight-color   : white;
  scrollbar-highlight-color : threedface;
  scrollbar-darkshadow-color: threedshadow;
  scrollbar-track-color     : E8E8E8;
  scrollbar-shadow-color    : threedface;
  background-color          : #FFFFFF /* #E1EBF5  EAFADA*/;
  font-family               : Tahoma,Arial,Helvetica,Sans-Serif;
  font-size                 : 11px;
  font-weight               : normal;
  cursor                    : default;
}

FORM,P {
  margin  : 0;
  padding : 0;
}

/* STANDARD TABELLEN */
.tabelle {
        background-color: #CCCCCC;
}
.tabelle .bg {
        background-color: #EEEEEE;
        font-weight: bold;
}

.tabelle TD {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
}
