@charset "utf-8";
/* CSS Document */

/* CSS für eine Untersteite */

body {
	text-align:center;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		background:url(../img/fenno-kinderparadies-in-steinen-tip-toi-uebersicht.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-repeat: repeat;
	-moz-background-repeat: repeat;
	-ms-background-repeat: repeat;
	-o-background-repeat: repeat;
	background-repeat: repeat;
}