* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: black;
}

/* website */

#website {
	position: relative;
	display: none;
}

#websiteContent {
	width: 1088px;
	height: auto;
	background-color: white;
	margin-top: 2px;
	margin-bottom: 20px;
}

.contentTop {
	width: 1088px;
	height: 200px;
	background-color: #1b1b1b;
}

.contentLogo {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 150px;
	height: 150px;
	background-image: url("../img/logo001.png");
}

.contentNavigation {
	position: absolute;
	top: 80px;
	left: 230px;
}

.contentNavigation p {
	float: left;
	margin-left: 40px;
	color: white;	
	cursor: pointer;
}

.contentLeft, .contentRight, .contentCenter {
	position: absolute;
	top: 200px;			/* muss identisch mit der Höhe von .contentTop sein */
	height: 568px;		/* wichtiges Höhenmaß*/
	background-color: #1b1b1b;
}

.contentLeft, .contentRight {	
	width: 31px;
}

.contentLeft {
	left: 0px;
	border-right: 1px solid grey;
}

.contentCenter {
	left: 32px;
	width: 1024px;
}

.contentRight {
	left: 1056px;
	border-left: 1px solid grey;
}

/* update */

#update {
	display: none;
}

#update h1 {
	width: 100%;
	text-align: center;
	color: white;
}

#update img {
	position: absolute;
	top: 200px;
	left: 663px;
}

/* allimania */

#allimania {
	display: none;
}

#allimania h1 {
	position: absolute;
	top: 320px;
	left: 1050px;
	text-align: center;
	color: white;
}

#allimania img {
	position: absolute;
	top: 200px;
	left: 663px;
}

			