/*festlegung für alle Seiten*/

.normal {
    font-family:tahoma,verdana,arial,helvetica,sans-serif;
    font-size:14px;
    color:#332222;               /*000000 ist schwarz, ffffff ist weiß*/
    background-color:#f1f1f1;    /*e1e1e1 ist hellgrau*/
    padding-left:20px;
}


.eye1 {
    font-family:tahoma,verdana,arial,helvetica,sans-serif;
    font-size:18px;
    color:#332222;
    background-color:#f1f1f1;
}


.eye2 {
    font-family:tahoma,verdana,arial,helvetica,sans-serif;
    font-weight:bold;
    font-size:22px;
    color:#ff0000;
    background-color:#f1f1f1;
}


.blaubox {

    font-family:tahoma,verdana,arial,helvetica,sans-serif;
    font-size:18px;
    color:#ffff00;                 /*ffff00 ist gelb*/
    background-color:#0000ff;      /*0000ff ist blau*/
}

/*formatiert die Links - none bedeutet-keine Unterstreichung*/
 A {
  text-decoration: none;
  color: #ffaa33;
}

 A:hover {
  background-color: #4444bb;
  color: white;
}

A:visited {
  color: #ffaa00;
}




