/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** IHK Trier | CSS-Datei | HINTERGRUND-GRAFIKEN
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** BODY
******************************************
*/

.bg-standard {
  background-color: #BBD4E2;
  background-image: url(../grafik/bg_standard.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
  height: 100%;
}

.bg-hauptmenue {
  background-color: transparent;
}

.bg-zusatzmenue {
  background-color: #D3E4ED;
}

.bg-leer {
  background-color: #FFFFFF;
}

