/* CSS Document */
#menue {
	position:absolute;
	width:100%;
	z-index:3;
	left: 0px;
	top: 20px;
	vertical-align: middle;
	text-align: center;
}
#anzeige {
	position:absolute;
	width:100%;
	z-index:2;
	left: 0px;
	top: 280px;
	height: 180px;
}
#muster {
	position:absolute;
	width:100%;
	height:217px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(bilder/ornament4.gif);
}
#siluette {
	position:absolute;
	width:100%;
	z-index:2;
	left: 0px;
	top: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111E3E;
}
body,td,th {
	color: #9A8A51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
}
.abstand {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
a:link {
	color: #FFCC66;
}
a:visited {
	color: #FFCC66;
}
a:hover {
	color: #7F3422;
}
a:active {
	color: #FFCC66;
}
