/* Seite horizontal und vertikal zentrieren */
/* Wenn nur horizontal zentrieren, dann distance-container weglassen */

	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
 
	body {
		text-align:center; /* horizontal centering for IE Win quirks */
		background-color:#F2F2F2;
		}
 
	#distance { 	/* wird nur fuer vertikale Zentrierung benoetigt */
		width:1px;
		height:50%;
		margin-bottom:-302px; /* half of container's height */
		float:left;
		}
 
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:604px;
		width:1000px;
		clear:left;
		}

@import("iemac-center.css");


#welcome {
	position:absolute;
	left:0px;
	top:178px;
	width:100%;
	height:auto;
	z-index:4;
}

.headline {
	font-size:48px;
	color:#000099;
	font-family:'Times New Roman', Times, serif;
	text-align:center;
	font-weight:bold;
}

.progress {
	font-size:30px;
	color:#000099;
	font-family:'Times New Roman', Times, serif;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

				
