@charset "UTF-8";

/* CSS fuer Wer liefert was?
 * 
 * Lightbox (Impressum, Kontakt und Hilfe z.B. auf der Startseite)
 *
*/

.lightboxbackground {
	background-color:rgb(0,0,0);
}

div.lightbox {
	background-color:rgb(255,255,255);
	border-color:rgb(37,78,155);
}

#lightboxschliessen {
	background-image:url(/image/wlw_dach/xx/ico_schliessen_blau.png);
}

#zurueck, #dszurueck {
  background-image:url(/image/wlw_dach/xx/btn_zurueck.png);
}

#zurueck a, #dszurueck a {
  color:rgb(255,255,255);
}

#nbpdf, #dspdf {
  background-image:url(/image/wlw_dach/xx/btn_speichern.png);
}

#nbdruck, #dsdruck {
  background-image:url(/image/wlw_dach/xx/btn_drucken.png);
}

#nbpdfText, #nbdruckText, #dspdfText, #dsdruckText {
  color:rgb(37,78,155);
}

#nbpdfText a, #nbdruckText a, #dspdfText a, #dsdruckText a {
  color:rgb(37,78,155);
}

