body {
	background-color: #000000;
	background-image: url(images/hintergrund.jpg);
	background-repeat: no-repeat;
	scrollbar-base-color: rgb(84,30,5);
}

a:link, a:visited {
	color: #FFCC33;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#main {
	position: absolute;
	top: 0px;
	left: 99px; 
	width: 790px;
	padding: 0;
	margin: 0;
	z-index: 2;
}
#navi {
	position: absolute;
	top: 117px;
	left: 99px;
	width: 790px;
	text-align: center;
	z-index: 3;
}
#navi img {
	padding-left: 1px;
	padding-right: 1px;
}
#newstable {
	position: absolute;
	z-index: 3;
	left: 153px;
	top: 187px;
	height: 503px;
	width: 429px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#inhalttable {
	position: absolute;
	z-index: 3;
	left: 153px;
	top: 187px;
	height: 560px;
	width: 699px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#nextgigtable {
	position: absolute;
	z-index: 3;
	left: 623px; 
	top: 187px;
	width: 207px;
	height: 273px; 
	overflow: auto; 
}
#harteswochenende {
	position: absolute;
	z-index: 3;
	left: 618px;
	top: 521px;
	width: 237px; 
	height: 200px;
	overflow: auto;
}
.dashed_tab {
	vertical-align: top; 
}
.dashed_tab p {
	margin: 0;
	padding: 0; 
}
.dashed_tab td {
	vertical-align: top; 
	border: 1px dashed #999999;
}
.white {
	color: #FFFFFF;
}
.dashed_border {
	border: 1px dashed #999999;
}