page {
	position:relative;
}

object
{
	outline:none;
}

body {
	background: #9BADB9; 
	height: 100%;
	margin: 0;
	padding: 0;
}

#flashcontent {
   height: 100%;
}

img {
    border: none;
}

#page p,
#page h1,
#para2{
	position:absolute;
	z-index:10;
	left:30%;	
	width:500px;
	color:#956A5E;
	font-family: Arial;
}

#page h1{
	top:90px;
	font-size:14px;
}

#page p{
	top:140px;
	font-size:12px;
}

#page #para2{
	top:300px;
	width:350px;
}

#page .bilder_unten{
	position:absolute;
	z-index:10;
	top:470px;
	left:270px;
	width: 590px;
	text-align: center;
}

#page #content{
	position: absolute;
	left: 50%;
	width: 1020px;
	margin-left: -510px; /* negative Haelfte von width:1020px */
 	top: 50%;
	height: 605px;
	margin-top: -302.5px; /* negative Haelfte von height:605px */
	border:0;
}