html, body
{
margin-top: 0px;
background: url(../styles/safari.png);
width: 830px;
height: 70px;
}
#raabe{
   text-align: center;
   width: 330px;
   height: 330px;
   background-image: url(../bilder/ausfluege/safaripark/r1.jpg);
   background-repeat: no-repeat;
}
#raabe:hover{
   text-align: center;
   width:330px;
   height:330px;
   background-image: url(../bilder/ausfluege/safaripark/r2.jpg);
   background-repeat: no-repeat;
}
#strauss{
   text-align: center;
   width: 310px;
   height: 350px;
   background-image: url(../bilder/ausfluege/safaripark/s1.jpg);
   background-repeat: no-repeat;
}
#strauss:hover{
   text-align: center;
   width:310px;
   height:350px;
   background-image: url(../bilder/ausfluege/safaripark/s2.jpg);
   background-repeat: no-repeat; 
}
#ueberschrift{
 padding-top: 10px;
 padding-bottom: 20px;
 padding-left: 200px;
 }
#text{
margin: 5px 5px 5px 5px;
padding: 15px 15px 15px 15px ;
font-family:  Arial;
font-size: 16px;
font: bold;
text-align: justify;
text-decoration:  none;
vertical-align:top; 
background-color: #F2F5A9;   
 }                     