@charset "utf-8";
/* CSS Document */

body {
	background:url(bilder/background.jpg) no-repeat top left fixed;
	width:100%;
	height:100%;
	display:table;
}
#content_area *{
	color:#FFF;
}
#content_area{
	background-color:#000;
}
#vorteile ul{
	margin-left:15px;
	text-align:left;
}
#kontaktformular fieldset ul li input,
#kontaktformular fieldset ul li textarea,
#preiskalkulator ~ form input,
#preiskalkulator ~ form textarea,
#preiskalkulator ~ div table td,
#preiskalkulator ~ div table td span,
#festpreis_formular input{
	color:#000;
}
div.preis_auswahl#kalkulator{
	background: url(bilder/Kalkulator-Button-out.jpg)
}
div.preis_auswahl#festpreis{
	background: url(bilder/Festpreis-Button-out.jpg);
}
div.preis_auswahl#kalkulator:hover{
	background: url(bilder/Kalkulator-Button-over.jpg)
}
div.preis_auswahl#festpreis:hover{
	background: url(bilder/Festpreis-Button-over.jpg);
}
p#anfrage_stellen a{
	background:#B00;
	border:2px dashed #FFF;
	padding:2px;
}
p#preise_anzeigen a{
	background:#500;
	border:2px dashed #FFF;
	padding:2px;
}
img[alt~="Wunderkerzen"]{
	float:left;
	margin-right:5px;
}
img[alt~="Fackel"]{
	float:right;
	margin-left:5px;
}
img#geschenk{
	float:right;
	margin-left:5px;
}
#mittig{
	text-align:center;
