/* CSS-Datei zur Definition der Container */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: lightblue;
	margin: 0;
}

#mainArea {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 700px;
	width: 1100px;
	overflow: visible;
	border: 1px solid black;
	background-image:url(../images/bg.png);
}
/* ********************************************************************* */
/* Container für HeadBereich */
#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 1100px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border: 0px solid blue;
	background-color: #ff9932;
}
#HeaderLeft{
	position: absolute;
	top: 20px;
	left: 50px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border: 0px solid blue;
}
#HeaderCenter{
	position: absolute;
	top: 0px;
	left: 300px;
	width: 400px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border: 0px solid blue;
}
#HeaderMenu{
	position: absolute;
	top: 70px;
	left: 270px;
	width: 600px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border: 0px solid blue;
	text-align: center;
}
#HeaderRight{
	position: absolute;
	top: 45px;
	left: 920px;
	width: 250px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border: 0px solid blue;
}
/* ********************************************************************* */
/* Container für Inhalte-Bereich */
#mainContent {
	position: absolute;
	top: 140px;
	left: 0px;
	height: 560px;
	width: 1100px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border: 0px solid blue;

	
}
#mainNavi {
	position: absolute;
	top: 0px;
	left: 0px;
	height:460px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	border: 0px solid blue;
	text-align: center;

}
#mainCenter {
	position: absolute;
	top: 0px;
	left: 140px;
	height: 610px;
	width:960px;
	padding: 0px;
	margin-top: -50px;
	overflow: auto;
	border: 0px solid blue;

}
#subContent {
	position: absolute;
	top: 530px;
	width: 940px;
	left: 0px;
	border: 0px solid blue;
	text-align: center;
//	background-image:url(../images/bg.jpg);
}
#mainComic {
	position: absolute;
#	top: 295px;
	left: 0px;
#	height: 200px;
	top: 340px;
	height: 210px;
	height: 200px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	border: 0px solid blue;
	}
#mainWerbung {
	position: absolute;
	top: 485px;
	left: 0px;
	height: 65px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	border: 0px solid blue;
}
/* ********************************************************************* */
/* Container für Fuss-Bereich */
#mainFooter {
	position: absolute;
	top: 683px;
	left: 0px;
	height: 15px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border: 0px solid blue;
	text-align: center;
}

