/* ============================================================ */
/* ==================== Allgemeine Angaben ==================== */
/* ============================================================ */
BODY {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #46a5d8;
	font-family: Book Antiqua, Arial;
	color:white;
	font-size:12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 10px;
}

#mb-links {
	text-decoration: none;
	color: white;
}

#mb-links:hover {
	text-decoration: underline;
	color: white;
}

#hauptcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	/* background-color:#cccccc; */
}

/* ======================================================== */
/* ==================== Header-Bereich ==================== */
/* ======================================================== */
#container-header {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0;
	width: 1024px;
	height: 311px;	
}

#header-mitte {
	position: static;
	display: block;
	padding: 0;
	width: 1024px;
	height: 311px;
	float: left;
	background-image: url(../imgs/monsterbeatz-header.jpg);
	background-repeat: no-repeat;
}

#header-hinweis {
	position: relative;
	top: 0px;
	font-size: 11px;
}

/* ======================================================== */
/* ==================== Inhaltsbereich ==================== */
/* ======================================================== */
table.inhaltstabelle {
	margin:0px auto;
	padding:0;
	width:1000px;
	border:0;
	background-color:#0b7fbd;
}

td.inhalt-inhalt {
	margin: 0;
	padding: 0;
	width: 622px;
	vertical-align:top;
	text-align: left;
	font-family:Book Antiqua, Arial;
	font-size:12px;
	background-color:none;
	border-bottom:1px solid black;
}

/* =========================================================== */
/* ==================== Fusszeilenbereich ==================== */
/* =========================================================== */
#container-fuss {
	position: relative;
	display: block;
	clear: both;
	margin: 0px auto;
	padding: 0;
	width: 998px;
	height: 19px;
	text-align: center;
	font-size: 12px;
	color: white;
	background-image: url(../imgs/fuss-verlauf.gif);
	background-repeat: repeat-x;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}