html,
body {
	background-color: #00a5cb;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
	outline: none;
}
#header {
	position: absolute;
	left: 69px;
	top: 69px;
	z-index: 2;
}
#projekte {
	position: absolute;
	height: 164px;
	width: 1148px;
	left: 65px;
	top: 134px;
	filter: Alpha(Opacity=100);
	opacity: 1.0;
	z-index: 3;
}
#kontakt {
	position: absolute;
	left: 65px;
	top: 134px;
	filter: Alpha(Opacity=0);
	opacity: 0.0;
	z-index: 4;
}
#noflash {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#preloader {
	position: absolute;
	height: 1px;
	width: 1px;
	left: -10px;
	top: -10px;
	z-index: 1;
}

