body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #CCCCCC;
	background-image: url(./images/background_page.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-attachment: fixed;
}

#centerofpage {
	margin-top: -200px;
	border: 1px solid #666666;
	margin-left: -275px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 350px;
	width: 550px;
	background-color: #FFFFFF;
	z-index: 3;
	background-image: url(./images/background_ueberall.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#slogan {
	height: 26px;
}

#bigcontent {
	margin: 100px auto;
	padding: 20px;
	border: 1px solid #666666;
	max-width: 950px;
	background-color: #FFFFFF;
	z-index: 3;
}

.slogan {
	font-style: normal;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	color: #3333CC;
}
.left {
	text-align: left;
	padding-left: 10px;
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 8px;
}
h3.home {
	font-size: 18pt;
	font-weight: bold;
	margin: 5px 5px 5px 10px;
	text-align: center;
}
.footer {
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #999999;
	padding-top: 15px;
	margin: 8px 0px 0px;
}
#shadow {
	margin-top: -197px;
	border: 1px solid #999999;
	margin-left: -272px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 350px;
	width: 550px;
	background-color: #333333;
	z-index: 2;
}
#bus {
	left: 0%;
	position: absolute;
	z-index: 1;
	margin-top: -300px;
	top: 100%;
}
