body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../bilder/Background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	scrollbar-base-color: #666;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #DDD;
	scrollbar-3d-light-color:#666;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#DDD;
	scrollbar-shadow-color:#000;
}

table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a, area { 
    outline: none; 
	color: #FFF;
	text-decoration: underline;
}

a:hover { 
	color: #AAA;
	text-decoration:none; 
}

.headline {
	font-size: 14px;
	text-transform: uppercase;
}

.klein {
	font-size: 9px;
}

.ticker {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #FF0;
	background-color: #000;
}

.overflow {
	position: absolute;
	left: 250px;
	top: 208px;
	width: 710px;
	height: 400px;
	z-index: 30;
	overflow: auto;
}

.update {
	color: #dfdfdf;
	font-size: 11px;
	position: absolute; 
	left: 79px; 
	top: 257px; 
	width: 70px; 
	height: 32px; 
	z-index: 10;
}	

.navi {
	z-index: 1;
	position: absolute;
	height: 200px;
	width: 125px;
	left: 46px;
	top: 307px;
}

.inhalt {
	z-index: 2;
	position: absolute;
	height: 480px;
	width: 710px;
	left: 250px;
	top: 150px;
}

.back {
	z-index: 3;
	position: absolute;
	z-index: 20;
	height: 20px;
	width: 50px;
	left: 82px;
	top: 512px;
}

