body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: Tahoma, Arial, Helvetica, sans-serif;}
body,td,div,p,pre,ul {font-size: 13px;}
BODY {background-color:#FFFFFF; margin-top:0px; margin-left:0px;}
body {scrollbar-base-color:cadetblue;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:cadetblue;
  scrollbar-highlight-color:#E5E2C5;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#E5E2C5;}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;}

.small {font-size: 12px;}
.mini {font-size: 11px;}
.minimini {font-size: 10px;}

.invert {color: #000000;background-color:#E5E2C5;font-weight: bold; letter-spacing : 2px; font-size: 15px}
.tbhead {color: #000000;background-color:ghostwhite;font-weight: bold; letter-spacing : 2px; font-size: 15px}

/* Styles für Links */
a {font-size: 13px; text-decoration: none; font-weight : bold; color:dimgray;}
a:link {color:dimgray}
a:visited {color:dimgray}
a:active {color:#000000; text-decoration:underline;}
a:hover{color: #FF4D00;}
/* Styles fürs Span tag */
.u {text-decoration:underline;}
.i {font-style:italic;}
.b {font-weight:bold;}

input, option
        {
                border-color:#E5E2C5;
                border-width:1;
                font-family:verdana,arial,helvetica;
                font-size:11;
                background-color:dimgray;
                color:#3C3C3C;
        }

textarea
        {
                border-color:#E5E2C5;
                overflow:hidden;
                font-family:verdana,arial,helvetica;
                font-size:12px;
                color:#000000;
                background-color:dimgray;
        }
input, submit , reset {
   background-color: #ffffff;
   border-color:#E5E2C5;
   font-family:verdana,arial,helvetica;
   font-size:12px;
  }