#thumbs {
	position : absolute;
	z-index : 3;
	top : 45px;
	width : 850px;
	height : 500px;
	left : 50%;
	margin-left : -425px;
}

#iframe {
	position : absolute;
	z-index : 2;
	top :45px;
	width :480px;
	height : 500px;
	left : 400px;
}

#titel {
	z-index : 1;
	top : 10px;
	width : 850px;
	left : 10px;
	position : absolute;
	text-align : center;
}


body {
	height : 100%;
	width : 100%;
	overflow : auto;
	margin: 0px;
	padding: 0px;
	background-color : #000003;
	scrollbar-base-color : #000003;
	scrollbar-track-color :666666;
	scrollbar-highlight-color : Gray;
	scrollbar-arrow-color : Silver;

}
	
TABLE
	{	margin: 0;
	padding: 0;
	}
	
DIV ,UL,P,SPAN ,LI,TD,TABLE,BODY,TD,*
{
	font-family: "Segoe UI",Verdana,Arial,Helvetia,sans-serif;
	font-size: 10pt;
	color : #7FFFD4;
	font-weight : bold;
	font-style : normal;
}

.klein {
	font-family: "Segoe UI",Verdana,Arial,Helvetia,sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #ffff00;
}
	
A:LINK {
	color : #00FFFF;
	font-weight : bold;
}

A:VISITED {
	color : #FFB6C1;
	font-weight : bold;
}

A:HOVER {
	color : Red;
	background-color : #ffff99;
	padding : 0px;
	font-weight : bold;
	}
	
A:ACTIVE {
	color : #FFC0CB;
	font-weight : bold;
}
	
	
