
a:link { color:rgb(255,255,255); text-decoration:none }
a:visited { color:rgb(226,226,226); text-decoration:none }
a:hover { color:rgb(101,165,211); 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(226,226,226);
  
  font-family:Arial;
  color:rgb(55,55,55);
  
  scrollbar-base-color:rgb(42,100,171); 	/*scrollbar-base-color = Basisfarbe der Scroll-Leiste */
  scrollbar-3dlight-color:rgb(101,165,211); 	/*scrollbar-3dlight-color = Farbe für 3D-Effekte */
  scrollbar-arrow-color:rgb(226,226,226); 	/*scrollbar-arrow-color = Farbe für Verschiebepfeile */
  scrollbar-darkshadow-color:rgb(55,55,55); 	/*scrollbar-darkshadow-color = Farbe für Schatten */
  scrollbar-face-color:rgb(42,100,171); 	/*scrollbar-face-color = Farbe für Oberfläche */
  scrollbar-highlight-color:rgb(226,226,226); 	/*scrollbar-highlight-color = Farbe für oberen und linken Rand */
  scrollbar-shadow-color:rgb(55,55,55); 	/*scrollbar-shadow-color = Farbe für unteren und rechten Rand */
  scrollbar-track-color:rgb(101,165,211); 	/*scrollbar-track-color = Farbe für freibleibenden Verschiebeweg */
}


h1 {font-family:Arial; color:rgb(55,55,55); font-size:18px; font-weight:normal; font-style:normal;}
h2 {font-family:Arial; color:rgb(55,55,55); font-size:16px; font-weight:normal; font-style:normal;}
h3 {font-family:Arial; color:rgb(55,55,55); font-size:12px; font-weight:bold; font-style:italic;}
p  {font-family:Arial; color:rgb(55,55,55); font-size:12px;}
ul,li  {font-family:Arial; color:rgb(55,55,55); font-size:12px;}

form {font-family:Arial; color:rgb(55,55,55); font-size:12px;}
 .Bereich, .Feld
   { background-color:#FFFFFF; border:1px solid rgb(101,165,211); font-size:10px; color:rgb(42,100,171);}
 .Button
   { background-color:#FFFFFF; border:1px solid rgb(101,165,211); font-size:10px; color:rgb(42,100,171); font-weight:bold;}
 .Auswahl
   { background-color:#FFFFFF; border:1px solid rgb(101,165,211); font-size:10px; color:rgb(42,100,171);}
 .Check, .Radio
   { background-color:#DDFFFF; border:1px solid rgb(101,165,211); font-size:10px; color:rgb(42,100,171); }
 select
   { background-color:#FFFFFF; border:1px solid rgb(101,165,211); font-size:10px; color:rgb(42,100,171);}

/*
form
   { background-image:url(background.gif); padding:20px; border:6px solid #DDDDDD; }
 td, input, select, textarea
   { font-size:13px; font-family:Verdana,sans-serif; font-weight:bold; }
 input, select, textarea
   { color:#0000CC; }
 .Bereich, .Feld
   { background-color:#FFFFFF; border:1px solid rgb(101,165,211); }
 .Auswahl
   { background-color:#DDFFFF; width:300px; border:6px solid #DDDDDD; }
 .Check, .Radio
   { background-color:#DDFFFF; border:1px solid #DDDDDD; }
 .Button
   { background-color:#FFFFFF; color:rgb(55,55,55); border:1px solid rgb(101,165,211); }
*/


#text1 {font-family:Arial; color:rgb(55,55,55); font-size:12px;}
#menu1 {font-family:Arial; color:rgb(255,255,255); font-size:12px;}
#menu2 {font-family:Arial; color:rgb(255,255,255); font-size:11px;}


