@charset "UTF-8";

/* CSS fuer Wer liefert was?
 * 
 * Lightbox Contentangaben (bei Impressum, Hilfe, Kontakt)
 *
*/

#lightboxcontent {
	color:rgb(0,0,0);
}

#lightboxcontent strong{ 
	color:rgb(11,64,127);
}

#lightboxcontent h2 { 
	color:rgb(11,64,127);
}

#lightboxcontent h3 { 
	color:rgb(11,64,127);
}

#lightboxcontent p.nbheader, #lightboxcontent p.dsheader  {
    color:rgb(11,64,127);
}

#kontaktformular p.textklein {
	color:rgb(101,101,101);
}

#lightboxcontent input {
	border-color:rgb(127,149,187);
}

.lightboxcontent_wlw_dach ul {
  list-style-image:url(/image/wlw_dach/xx/pfeil_blau.gif);
}

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

#kontaktformularbutton:hover {
  	background-image:url(/image/wlw_dach/xx/btn_kontakt_hover.png);
}

#kontaktformularbutton input {
  	color:rgb(255,255,255);
}

