/* ---------------------------------------------- */ 
body.gruen       { color: #003668; font-size: 11px; font-family: Verdana, Arial, Helvetica; background-color: #93a445 }
body.blau      { color: #93a445; font-size: 11px; font-family: Verdana, Arial, Helvetica; background-color: #003668 }
/* ---------------------------------------------- */
a:link,  a:visited,  a:active    {text-decoration: none;}
a:hover     { text-decoration: underline;}
.blau a:link, .blau a:visited, .blau a:active   { color: #93a445; font-size: 11px }
.gruen a:link, .gruen a:visited, .gruen a:active { color: #003668; font-size: 11px }
/* ---------------------------------------------- */
.main 
             { font-size: 11px; font-family: Verdana, Arial, Helvetica }
.form { font-size: 10px; font-family: Verdana, Arial, Helvetica }
body.main h1  { font-weight: bold; font-size: 18px; font-family: "Courier New", Courier, Monaco }
body.main h3   
   {
   	font-size: 11px;
   	font-weight: bold;
   }
body.main h4   
   {
   	font-size: 10px;
   	font-weight: bold;
   }
/* ---------------------------------------------- */
.kursiv { font-style: italic }
.fett  { font-weight: bold }
.weiss { color: white }
/* ---------------------------------------------- */
body.student  { font-size: 11px; font-family: Verdana, Arial, Helvetica; background-color: #003668 }
.stud_name { color: #93a445; font-weight: bold; font-size: 14px }
.stud_ueberschrift { color: #003668; font-weight: bold; font-size: 11px }
.stud_main { color: #003668; font-size: 11px }
.stud_adresse { color: #003668; font-weight: bold; font-size: 11px }
.student a:link, .student a:visited, .student a:active { color: #93a445 }
