body {
	background: #CCC;
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	background-image: url(images/shadow.png);
	background-repeat:repeat-x;
}

/* wird nicht merh verwendet 
#all_background {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
}
*/

#page {
	position:relative;
	margin:auto;
	width: 870px;
	height: 500px;
	margin-top:90px;
}

#navi {
	position:absolute;
	left: 304px;
	top: 107px;
	width:150px;
}

#navi ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#navi a {
	text-indent: -1000px;
	width:150px;
	height:35px;
	overflow:hidden;
	background-image:url(images/_sprite.png);
	display:block;
}

#moderator { background-position: 0 0; }
#moderator:hover, #moderator.active { background-position: 0 -102px; }
#sprecher {	background-position: 0 -35px; }
#sprecher:hover, #sprecher.active { background-position: 0 -137px; }
#deejay { background-position: 0 -70px;	}
#deejay:hover, #deejay.active { background-position: 0 -172px; }

#back_forward {
    margin-top: 15px;
}
#back_forward img {
    position: static;
}

#back_forward #forward {
    background:url("images/forward.png") no-repeat scroll 0 2px transparent;
    padding-left: 14px;
	float:right;
}


#footer {
	position:relative;
	margin:auto;
	width: 870px;
	text-align:center;
}

#content {
	position:absolute;
	top: 110px;
	left: 0px;
	width: 250px;
}

a {
	color:#000;
}
#footer, #footer a {
	color: #666;	
}
#footer a:hover, #footer a.active {
	color: #000;	
}

#page img {
	position: absolute;	
	border: 0;
}

#logo {
	left: 0px;
	top: 10px;
}

#naviBG {
	left: 280px;
	top: 60px;
}

#circleCenter {
	left: 330px;
	top: 0px;
}

#circlePic {
	position:absolute;
	left: 490px;
	top: 95px;
}

#kontaktForm fieldset {
	border:none;
	padding:0;
	margin:0;
}

#kontaktForm ol {
	list-style:none;
	padding:0;
	margin:0;
}

#kontaktForm li {
	margin-top: 7px;
}

#kontaktForm input, #kontaktForm textarea  {
	width: 245px;
	border: solid 1px #999;
}

#kontaktForm #submit {
	width: auto;	
}

#kontaktForm .reqnote {
	display: none;	
}

#page .youtubeTable img {
	position: relative;	
	margin: 5px 5px 0 0;
}
