
a:link {color:rgb(58,79,40); text-decoration:none }
a:visited { color:rgb(58,79,40); text-decoration:none }
a:hover { color:rgb(76,103,53); text-decoration:none }

/*
a1:link { color:rgb(42,100,171); text-decoration:none }
a1:visited { color:rgb(101,165,211); text-decoration:none }
a1:hover { color:rgb(70,130,190); text-decoration:none }
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:hover = für Verweise, während der Anwender mit der Maus darüber fährt
:active = für gerade angeklickte Verweise
:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste
*/

body, textarea {
  background-color:rgb(255,255,255);
  
  font-family:Tahoma,Arial;
  color:rgb(58,79,40);
  scrollbar-base-color:rgb(226,207,104); 	/*scrollbar-base-color = Basisfarbe der Scroll-Leiste (ocker)*/
  scrollbar-3dlight-color:rgb(230,219,161); 	/*scrollbar-3dlight-color = Farbe für 3D-Effekte (hell-ocker)*/
  scrollbar-arrow-color:rgb(255,254,233); 	/*scrollbar-arrow-color = Farbe für Verschiebepfeile (beige)*/
  scrollbar-darkshadow-color:rgb(45,61,31); 	/*scrollbar-darkshadow-color = Farbe für Schatten (dk-grün)*/
  scrollbar-face-color:rgb(226,207,104);	/*scrollbar-face-color = Farbe für Oberfläche (ocker)*/
  scrollbar-highlight-color:rgb(230,219,161); 	/*scrollbar-highlight-color = Farbe für oberen und linken Rand (hell-ocker)*/
  scrollbar-shadow-color:rgb(45,61,31); 	/*scrollbar-shadow-color = Farbe für unteren und rechten Rand (dk-grün)*/
  scrollbar-track-color:rgb(255,254,233); 	/*scrollbar-track-color = Farbe für freibleibenden Verschiebeweg (beige)*/
}


h1 {font-family:Tahoma,Arial; color:rgb(58,79,40); font-size:20px; font-weight:normal; font-style:normal;}
h2 {font-family:Tahoma,Arial; color:rgb(58,79,40); font-size:16px; font-weight:normal; font-style:normal;}
h3 {font-family:Tahoma,Arial; color:rgb(58,79,40); font-size:12px; font-weight:bold; font-style:italic;}
p  {font-family:Tahoma,Arial; color:rgb(58,79,40); font-size:12px;}
ul,li  {font-family:Arial; color:rgb(58,79,40); font-size:12px;}

form {font-family:Tahoma,Arial; color:rgb(58,79,40); font-size:12px;}
 .Bereich, .Feld
   { background-color:#FFFFFF; border:1px solid rgb(58,79,40); font-size:10px; color:rgb(191,208,148);}
 .Button
   { background-color:#FFFFFF; border:1px solid rgb(58,79,40); font-size:10px; color:rgb(191,208,148); font-weight:bold;}
 .Auswahl
   { background-color:#FFFFFF; border:1px solid rgb(58,79,40); font-size:10px; color:rgb(191,208,148);}
 .Check, .Radio
   { background-color:#DDFFFF; border:1px solid rgb(58,79,40); font-size:10px; color:rgb(191,208,148); }
 select
   { background-color:#FFFFFF; border:1px solid rgb(58,79,40); font-size:10px; color:rgb(191,208,148);}




#text1 {font-family:Arial; color:rgb(58,79,40); font-size:12px;}
#menu1 {font-family:Arial; color:rgb(42,14,116); font-size:12px; font-style:italic;}
#menu2 {font-family:Arial; color:rgb(42,14,116); font-size:11px;}



