/* firefox klassen */
body {
	/*background:url('../img-layout/logo-head.gif') #390034 no-repeat 36% 10px;
	background-attachment:fixed;*/
	background:#390034;
}
/* Content */
table#content {
	position:relative;
	top:20px;
	left:-30px;
	width:100%;
	/*margin:160px 0 0 -30px;*/
}

.hell {
	background:url('../img-layout/bg-kreis-hell.gif');
	color:#000;
}
.dunkel {
	background:url('../img-layout/bg-kreis-dunkel.gif');
	color:#fff;
}
.hell, .dunkel {
	width:400px;
	height:400px;
	background-repeat:no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif, Verdana;
	line-height:15px;
	padding:0 10px 10px 0;
}
.hell div, .dunkel div {
	text-align:justify;
	overflow:auto;
	width:250px;
	height:250px;
	padding:0 5px 5px 0;
	margin:70px 70px 20px 70px;
	font-size:12px;
}
.hell div h1, .dunkel div h1,
.hell div h2, .dunkel div h2 {
	text-align:left;
	padding:0 0 10px 0;
}
.hell div h1, .dunkel div h1 {
	font-family:'Comic Sans MS', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
.hell div h2, .dunkel div h2 {
	font-family:Arial;
	font-size:14px;
}
table.data, p {
	margin:5px 0;
}
table.data td {
	padding:0 5px 5px 0;
}
/*  Team  */
table#team {
	position:relative;
	top:20px;
	left:338px;
	border:0;
	margin-bottom:30px;
}
table#team td.pic {
	padding:20px;
}
table#team td.picName {
	padding:0 20px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family:'Comic Sans MS', sans-serif;
	font-size:16px;
}
