html {
	height: 100%;
	scrollbar-arrow-color : #663300;
	scrollbar-base-color : #fffafa;
	scrollbar-face-color : #FCF3E2;
	scrollbar-dark-shadow-color : #FCF3E2;
	scrollbar-hightlight-color : #FCF3E2;
	scrollbar-shadow-color : #FCF3E2;
	}

body {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	text-align: center;
	vertical-align: top;
	overflow: auto;
}
p, li {
	color: #000000;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	font-weight: bold;
	line-height: 14px;
	color: #a0522d;
	text-decoration: none;
	border: 0;
}
a:hover {
	font-weight: bold;
	line-height: 14px;
	color: #a0522d;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 0;
}
a:visited {
	font-weight: bold;
	line-height: 14px;
	color: #999999;
	text-decoration: none;
	border: 0;
}
#intro {
	position: absolute;
	left: 50%;
	width: 640px;
	margin-left: -320px; /* negative Hälfte von width:800px */
	top: 50%;
	height: 480px;
	margin-top: -240px; /* negative Hälfte von height:600px */
	padding: 0px;
	}