/* alle ausser Internet Explorer */

.infotext

{

      padding: 5px;
      font-size: 12px;
      font-family: Arial,Helvetica,Univers,Zurich BT;
      text-align: center;
      text-decoration: none;
      text-align: justify;

      border-color:#FFFFFF; border-width:0px; border-style:solid;
      position: relative;
      left: 50%;
      top: 50px;
      width: 700px;
      margin-left:-350px;

}     

/* Im Internet Explorer anders: */

#ie .infotext
{
     left: 50%;
     top: 50px;
     width: 700px;
     margin-left:-350px;
}     

.infotext h1
{
     color: #000000;
     font-size : 12px; 
     font-weight : bold;
     font-family: Arial,Helvetica,Univers,Zurich BT;
     text-align: justify;
     text-align: center;
}


.infotext p

{
     font-family: Arial,Helvetica,Univers,Zurich BT;
      text-decoration: none;
      color: #000000;
      font-size: 11px;
}

