body {  scrollbar-face-color: #FFE6C0;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #FFB76F;
        scrollbar-3dlight-color: #FFE4CA;
        scrollbar-arrow-color:  #FF952B;
        scrollbar-track-color: #FFEBD7;
        scrollbar-darkshadow-color: #98AAB1;
}

td {font-size:9pt; font-family: Arial, Helvetica;}
h2 {font-size:11pt; font-family: Arial, Helvetica;}
h3 {font-size:12pt; font-family: Arial, Helvetica;}

.bold {font-weight: bold; font-size:10pt; font-family: Verdana, Arial, Helvetica; color:#000000;}
.weiss {font-size:9pt; font-family: Comic Sans MS,Verdana, Arial, Helvetica; color:#ffffff;}
.orange {font-size:9pt; font-family: Comic Sans MS,Verdana, Arial, Helvetica; color:#FFAB2F;}
vorne{column-span:2; width:80%;}
/*Für Überschriften*/
.grau {font-size:12pt; font-family: Comic Sans MS,Verdana, Arial, Helvetica; color:#999999;}


/*für alle inputfelder*/
#f1 {
  height:23px;
  border-width:1px;
  border-color:black;
  text-align:left;
  letter-spacing: 1px;
  border-style:solid;
  font-size: 14px;
  padding-left:2px;
}
/*für upload inputfelder*/
#f2 {
  border-width:1px;
  border-color:black;
  font-size:10pt;
  height:24px;
}
/*für alle textareas grösse 250x80*/
#f3{
  width:250px;
  height:80px;
  border-width:1px;
  border-color:black;
  text-align:left;
  letter-spacing: 1px;
  border-style:solid;
  font-size: 14px;
  padding-left:2px;
}

/*burgunderrot (Pflichtfelder)*  ehem. farbe4*/
#i1{ color:#960000; }
.i1{ color:#960000; }

/*hellorange (Hintergrundbutton) ehem. farbe1*/
#i2{ color:#FFE6C0; }
.i2{ background-color:#FFE6C0; }

/*orange                         ehem. farbe2*/
#i3{ color:#FFAB2F; }
.i3{ background-color:#FFAB2F; }

/*blaue Hintergrundfarbe         ehem. farbe5*/
#i4{ color:#729DD3; }

/*hellgrau                       ehem. farbe3*/
#i5{ color:#F7F7F7; }


/*Standart Link*/
a:link { color:#960000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none;}
a:active { color:#000000; text-decoration:none; }
a:hover {color:#960000; text-decoration:underline;}

/*LeihopaButton & sonstige Buttons*/
td.button {background-color:#FFE6C0; height:23px; vertical-align:middle;}
a.button {font-weight: bold; font-size:10pt; font-family: Comic Sans MS,Verdana, Arial, Helvetica;}
a.button:link { color:#000000; text-decoration:none; }
a.button:visited { color:#000000; text-decoration:none;}
a.button:active { color:#000000; text-decoration:none; }
a.button:hover {color:#960000; text-decoration:none;}

/*Links im rechten seitenmenü*/
a.new:link { color:#FFAB2F; text-decoration:none; font-weight: bold;}
a.new:visited { color:#FFAB2F; text-decoration:none; font-weight: bold;}
a.new:active { color:#FFAB2F; text-decoration:none; font-weight: bold; }
a.new:hover {color:#FFAB2F; text-decoration:underline; font-weight: bold;}


