
/* --- Hintergrund --- */
body {
  background-color: #FFFFFF; 
/*  background-color: #CCC58F; */

  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  
  color: #000000; 
/*  color: #AB7509; */
}

/* --- Textdefinitionen --- */
/* 1. Zeile im IFrame im Fuss der Artikel */
text1 {
  text-align: center;
  color: #FF0000;
  font-size: 16;
}

/* 2. Zeile im IFrame im Fuss der Artikel */
text2 {
  text-align: center;
  color: #000000;
  font-size: 14;
}

/* kleine Schrift im IFrame im Fuss der Artikel */
text3 {
  text-align: center;
  color: #000000;
  font-size: 6;
}

/* Messetyp im IFrame im Fuss der Artikel */
text4 {
  text-align: center;
  color: #000000;
  font-size: 14;
}

/* Messedatum 2 im IFrame im Fuss der Artikel */
text5 {
  text-align: center;
  font-weight: bold;
  color: #FF0000;
  font-size: 14;
}