@charset "utf-8";
body {
	background-color: #9ACEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
}
#main {
	height: 700px;
	width: 100%;
	position: absolute;
}
#slideshow {
	height: 450px;
	width: 450px;
	position: relative;
	z-index: 300;
	top: 100px;
}
#hinweis {
	width: 450px;
	height: 150px;
	position: relative;
	top: 85px;
	background-color: #9ACEFF;
}
.hinweis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
.strich {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bolder;
}
.link {
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline overline;
}
a:active {
	text-decoration: none;
}
