/* ********************************
			HMTL-Tags
******************************** */
body
{
	background-color: white;
	overflow: hidden;
}

/* ********************************
			Klassen
******************************** */
.total
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 600px;
	/* border: 1px solid white; */
	
	color: black;
	}
	.total a
	{
		color: #FF9900;
	}
	
#flashcontent
{
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 14px;
	background-color: white;
	/*
	border: 1px solid white; 
	*/
}


/*
#copyright
{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 10px;
}
#copyright a
{
	text-decoration: none;
	color: #FFFFFF;
}
*/

#copyright
{
	z-index: 2;
	position: absolute;
	top: 512px;
	left: 270px;
	font-size: 10px;
}
#copyright a
{
	text-decoration: none;
	color: black;
}
.tooltip
{
	z-index: 10; 
	display: none; 
	position: absolute; 
	top: -70px;
	left: 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid white;
	width: 200px;
	background-color: #00A7EB;
	color: #FFFFFF;
	font-size: 11px;
}
