BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(/images/background.gif) repeat-y left;
	background-color : #FFFBD3;
}

.logo {
	z-index : 4;
	position : absolute;
	visibility : visible;
	background-image : url(/images/logo.gif);
	border : 0;
	top : 50px;
	left : 730px;
	width : 185px;
	height : 97px;
}

.slogan {
	z-index : 6;
	position : absolute;
	visibility : visible;
	top : 40px;
	left : 0px;
	width : 450px;
	height : 50px;
	background-image : url(/images/titel.gif);
}

.toplayer {
	z-index: 2;
	position: absolute;
	visibility: visible;
	background-color: #667A224;
	border: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 135px;
	background-image: url(/images/top.gif);
	background-repeat: repeat-x;
}
.inlaylayer {
	z-index : 1;
	visibility : visible;
	top : 105px;
	left : 0px;
	width : 100%;
	height : 366px;
	background : white;
}

.content1 {
	z-index: 8;
	position: absolute;
	visibility: visible;
	top: 385px;
	left: 200px;
	width: 300px;
	height: 360px;
	font: normal normal 15px Arial, Helvetica, sans-serif;
	text-align: justify;
	
}

.content2 {
	z-index : 8;
	position : absolute;
	visibility : visible;
	top : 150px;
	left : 495px;
	width : 400px;
	height : 360px;
	font: normal normal 15px Arial, Helvetica, sans-serif;
}

.content3 {
	z-index : 8;
	position : absolute;
	visibility : visible;
	top : 385px;
	left : 500px;
	width : 400px;
	height : 360px;
	font: normal normal 15px Arial, Helvetica, sans-serif;
}


TABLE {
	font: normal normal 15px Arial, Helvetica, sans-serif;
}

.menu {
	font: normal normal bold 15px Arial;
}

A {
	font: normal normal bold 15px Arial;
	color : white;
	text-decoration: none;
}

A:HOVER {
	font: normal normal bold 15px Arial;
	color: Yellow;
	text-decoration: none;
}

.ACTIVE {
	font: normal normal bold 15px Arial;
	color: Yellow;
	text-decoration: none;
}

.titel {
	font: normal normal bold 18px Arial, Helvetica, sans-serif;
}

.occasiontitel {
	font: normal normal bold 22px Arial, Helvetica, sans-serif;
}


