html {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}


body {
	width: 100%;
	height: 100%;
}

#backlight{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../content/source/logos/backlight.gif);
}

#centerWrapper {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 50%;
	left: 50%;
	text-align: center;
	border: none;
	overflow: visible;
}

#contentWrapper {
	position: relative;
	width: 950px;
	height: 560px;
	left: -465px;
	top: -280px;
	text-align: left;
	border: none;
	overflow: hidden;
}

#logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 144px;
	height: 150px;
	border: none;
	background: url(../content/source/logos/logo.gif);
}

#banner{
	position: absolute;
	left: 150px;
	top: 30px;
	width:  300px;
	height: 82px;
	background: url(../content/source/logos/banner.gif) no-repeat top;
	border: none;
}

#banner2{
	position: absolute;
	left: 500px;
	top: 25px;
	width:  145px;
	height: 66px;
	border: none;
	/* best browser line */
	background: url(../content/source/logos/banner2.gif) no-repeat top;
}

#mainmenue_background {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 144px;
	height: 460px;
	border: none;
	/* best browser line */
	background: url(../content/source/logos/menu.png) no-repeat top;
}

#mainmenue{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 144px;
	height: 400px;
	border: none;
}

#rightside_background {
	position: absolute;
	left: 500px;
	top: 5px;
	width: 428px;
	height: 560px;
	border: none;
	/* best browser line */
	background: url(../content/source/logos/ironman.png) no-repeat top;
}

#titel{
	position: absolute;
	left: 150px;
	top: 150px;
	width: 625px;
	height: 410px;
	border: none;
	overflow: auto;
}


