@charset "utf-8";
/* CSS Document */

* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 1;
}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	overflow: auto;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* Layoutelemente */
#mainDiv{
	width: 1200px;
	height: 100px;
	text-align: left;
	margin-top: 90px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#head{
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 8px #000;
	float: left;
	width: 200px;
	height: 600px;
	background-image: url(web/back.png);
	text-align: center;
	color: #FFF;
}
#pic {
	margin-top: 75px;
}
#nav {
	list-style-type: none;
	font-family: "Century Gothic";
	font-size: 9pt;
	line-height: 18pt;
	text-align: left;
	margin-top: 10px;
	float: left;
}
#nav2 {
	list-style-type: none;
	font-family: "Century Gothic";
	font-size: 9pt;
	line-height: 18pt;
	margin-top: 10px;
	text-align: left;
	float: left;
	margin-left: 40px;
}
#navigation {
	height: 100px;
	width: 150px;
	float: none;
	margin-left: 30px;
	margin-bottom: 50px;
	background-attachment: fixed;
}
#platz1 {
	background-image: url(web/back.png);
	height: 150px;
	width: 200px;
}
#platz2 {
	width: 200px;
	background-image: url(web/back.png);
	height: 120px;
	text-align: left;
	font-size: 12px;
}
#titeltext {
	font-family: "Century Gothic";
	font-size: 18pt;
	color: #FFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	margin-top: 85px;
	font-weight: bold;
	letter-spacing: 10px;
}
#preload {
	display: none;
}
#preload img {
height: 0; width: 0; border: none;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#aktiv {
	text-decoration: none;
	color: #09F;
}
#impressum {
	height: 100px;
	width: 180px;
	margin-top: 20px;
	padding-top: 70px;
	padding-left: 5px;
}
