/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | HINTERGRUND-GRAFIKEN
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

.bg-standard {
  background-color: #FFF9F3;
  background-image: url(/kiosk/grafik/bg_standard.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-hauptmenue {
  background-color: #FFF9F3;
  background-image: url(/kiosk/grafik/bg_hauptmenue.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-zusatzmenue {
  background-color: #FFF9F3;
  background-image: url(/kiosk/grafik/bg_zusatzmenue.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-inhalt {
  background-color: #FFF9F3;
  background-image: url(/kiosk/grafik/bg_inhalt.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-leer {
  background-color: #FFF9F3;
  background-image: url(/kiosk/grafik/bg_leer.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
}


