#flashcontent { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; margin: 0; padding: 0; }

body {
	background-color: #E0C6B0;
	margin: 0;
	padding: 0;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C0000;
}


#start_container {
	padding:0;
	width:300px;
	height:450px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-225px 0 0 -150px;
	text-align: center;
}

#start_flash { padding:0; width:300px; height:300px; position:relative; top:0; left:0; margin: 0}
#start_html { padding:0; width:300px; height:150px; position:relative; top:300; left:0; margin: 0}

#impressum_container {
	padding:0;
	width:900px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px 0 0 -450px;
	text-align: center;
}

#impressum_flash { padding:0; width:300px; height:300px; position:relative; top:0; left:300px; margin: 0}
#impressum_html { padding:0; width:900px; height:150px; position:relative; top:300; left:0; margin: 0}


h1 {
	padding:0;
	font-size: 12px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

p {
	padding:0;
	font-size: 11px;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

a { text-decoration: underline;  color: #4C0000; }
a:link { text-decoration: underline;  color: #4C0000; }
a:visited { text-decoration: underline;  color: #4C0000; }
a:hover  { text-decoration: underline;  color: #FFFFFF; } 
