body{
	margin:  0px;
	padding: 0px;
	height:100%;
}

/* Schrift */
body{
	color: #555555;
	font-family: Arial, Helvetica; 
	font-size:   9pt; 
	font-style:  normal;
}


/* Kachelmuster über dem Hintergrundbild */
#background_kacheln{
	background: url(../images/kacheln.png);
	width:100%;
	height:100%;
	repeat:repeat;
	position: fixed; 
	z-index:-2;
}


/* Schatten über dem Hintergrundbild */
#background_schatten > img{
/*	background: url(../images/schatten.png);*/
/*	background-size: 300px 300px;*/
	width:100%;
	height:100%;
	repeat:no-repeat;
	position: fixed; 
	z-index:-3;
}
