/*  CSS-Stylesheet Ilse Hühnchen
written by M.Schwarz  */
	

/* Basics  */

body {
	background-color:#000;
	font-size: 80%;
	background-image: none;
	margin: 0;
	padding:0;
	text-align: center;
}

#flashcontent {
	width: 100%;
	height: 100%;
	text-align: left;
	clear:left;
}

#nonflashtext {
	position: absolute;
	height: 150px;
	width: 500px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -250px;
	text-align: left;
	padding: 0px;
	text-align: center;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

