body { 
	background-image:url('/bilder/Hintergrund.jpg');
	background-color:#17DA44;
}
h1, h2, p { 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
a { 
	color: #336600; 
	text-decoration: none; 
}
h1 a, h2 a {
	color: black; 
}

@font-face {
		font-family: flubber;
		src: url(/Schrift/Flubber.ttf);
	}

.hintergrund { 
	background-image:url('/bilder/Klippenhopser-Pictogramm3.png');
}
.ueberschrift { 
	font-family:flubber;
        font-style:italic;
        font-size:300%; 
}
.bildtitle { 
	font-family:flubber;
	font-style:italic;
	font-size:150%; 
}
.trackingnummer { 
	font-family:arial;
	font-style:italic;
	font-size:150%; 
}
.kontakt { 
	font-family:flubber;
	font-style:italic;
	color: #CC0000;
	font-size:200%; 
}