/*festlegung für alle Seiten*/

/*Hintergrund soll Karomuster haben, zusammengesetzt aus Grafik*/
  body {
  background-image: url(bg4.gif);
  background-repeat: repeat;
}


#kopf {
position: absolute;
top: 10px; left: 10%;
width: 100%;
}


#wahl {
position: absolute;
top: 140px; left: 8%;
width: 88%;
}


#zeige {
position: absolute;
top: 160px;
left: 2%;
width: 96%;
  /* background-color: #848484;
  ohne Angabe - hintergrund scheint durch */
}

#unten {
position: absolute;
top: 580px;
left: 23%;
width: 50%;

}


/* es folgt erste Reihe */
#einseins {
position: absolute;
top: 210px; left: 10%;
}

#einszwei {
position: absolute;
top: 210px; left: 40%;
}

#einsdrei {
position: absolute;
top: 210px; left: 70%;
}


/* es folgt zweite Reihe */
#zweieins {
position: absolute;
top: 400px; left: 10%;
}

#zweizwei {
position: absolute;
top: 400px; left: 40%;
}

#zweidrei {
position: absolute;
top: 400px; left: 70%;
}


/* es folgt dritte Reihe */
#dreieins {
position: absolute;
top: 590px; left: 10%;
}

#dreizwei {
position: absolute;
top: 590px; left: 40%;
}

#dreidrei {
position: absolute;
top: 590px; left: 70%;
}



.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;
}