/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | HINTERGRUND-GRAFIKEN
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

.bg-standard {
  background-image: url(../graphic/bg_main.gif);
  background-repeat: repeat;
  border-top: 4px solid #BA2366;
  z-index: 500;
}

.bg-corpus {
  background-image: url(../graphic/bg_logo_bistum_.gif);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  z-index: 5000;
  min-height: 380px;/*der Mozilla sägt die Grafik sonst ab!*/
}

.bg-popup {
  background-image: url(../graphic/bg_popup.gif);
  background-repeat: no-repeat;
  background-color: #ffffff;
  z-index: 10; 
}
