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

body {
	background:url(bilder/background.jpg) no-repeat top left fixed;
	width:100%;
	height:100%;
	display:table;
}
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;
	color:#FFF;
	padding:2px;
}
p#preise_anzeigen a{
	background:#500;
	border:2px dashed #FFF;
	color:#FFF;
	padding:2px;
}
#weitere_Vorteile li{
	margin:0px 0px 10px 20px;
	list-style:none;
}
ul#weitere_Vorteile li ul li{
	margin:0px 0px 0px 30px;
	list-style:disc;
}
img[src*=fotoapparat]{
	float:right;
}
#auflistung{
	margin-left:40px;
}
h1#geschenk~h2,
h1#geschenk~h3,
p#geschenk{
	text-align:center;
}
h1#geschenk~img{
	float:left;
	margin-left:10px;
}
