/* CSS Document */

body {
	background-image: url("webbilder/index-background.jpg");
	background-color:#958257;
}
.titel {
	font-family: Arial, Helvetica, Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #FFCC99;
}
.fusszeile {
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#logo-layer {
	position: absolute; 
	left: 120px; 
	top: 70px; 
	width: 281px; 
	height: 281px; 
	z-index: 1
}
#titel-layer {
	position: absolute; 
	left: 490px; 
	top: 100px;
	width: 264px; 
	height: 156px; 
	z-index: 1;
}
#fusszeile {
	position: absolute; 
	width: 30px; 
	height: 15px; 
	z-index: 2; 
	left: 5px; 
	top: 330px;
}
