/* CSS Document */

/*
alle verwendeten Blautöne (dunkler werdend):
 #DAE0EB (#B1C0D5) #A9B9D0 #879FBE
Hintergrundfarbe:
 #E8EAE9
*/

#inhalt {
  color: #333;
}

/* Tabellen */
#inhalt .td1 {
  background: #879FBE;
  color: #fff;
}
#inhalt .td2 { background: #B1C0D5; }

/* Links */
#inhalt a:link, #inhalt a:visited { color: #666; }
#inhalt a:hover {
  color: #999;
}

/* Klassen */
#inhalt .kommentar {
  color: #333;
}
#inhalt .hinweis {
  color: #666;
}

/* Formularbestandteile */
#inhalt input, #inhalt select {
  border: 1px solid #666;
}
#inhalt textarea {
  border: 1px solid #879FBE;
}
#inhalt input, #inhalt select, #inhalt textarea {
  background: #879FBE;
  color: #333;
}
#inhalt fieldset {
  border: 1px dotted #879FBE;
}
#inhalt select:focus, #inhalt input:focus, #inhalt textarea:focus {
  background: #DAE0EB;
}

/* Formularklassen */
#inhalt legend, #inhalt .nobutton, #inhalt #counter {
  background: #E8EAE9;
}
#inhalt .zurueck {  
  background: #879FBE url('../bilder/pfeil.gif') no-repeat;
}
#inhalt #counter {
  border: 1px solid #E8EAE9;
}

/* Ergänzungen Formulare */
#inhalt textarea, input[type=text], input[type=password] {
  border: 1px solid #879FBE;
}

