/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | HINTERGRUND-GRAFIKEN
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

.bg-standard {
  background-color: #D3E4ED;
  background-image: url(../grafik/bg_standard_color_neu2.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
  /*background-attachment: fixed;*/
}

div.bg-image {
  position: absolute;
  background-image: url(../grafik/bg_standard.jpg);
  width: 1021px;
  height: 116px;
  background-repeat: no-repeat;
}

.bg-microsite {
  background-color: #E7F4FB;
  background-image: url(../grafik/bg_microsite.gif);
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}

body.homepage {
  background-color: #D3E4ED;
  background-image: url(../grafik/bg_standard_color_neu2.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  /*background-attachment: fixed;*/
}


.bg-popup {
  background-color: #E7F4FB;
  background-image: url(../grafik/bg_popup.gif);
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}


body.a-z {
  background-color: #E7F4FB;
}


