
body {
	background-image: url();
	background-color: #00682A;
	}


#centred  { 
	position: absolute; 
	top: 50%;
	left: 50%;  
	width: 650px; 
	height: 550px;
	margin-top: -275px; /* Höhe durch zwei */  
	margin-left: -325px; /* Breite durch zwei */ 
	}
#flashcontent {
	width: 650px; 	
	background: url(img/bg.gif);
	}
	
	.Stil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.Stil2 {
	color: #CEDEA3;
	font-weight: bold;
}
.Stil3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CEDEA3; }


p {

	

	font-size: 11px;

	text-align : left;

	font-family: Arial, Futura, Helvetica, sans-serif;





	margin-top : 6pt;

}



a:link {

	color: #FFFFFF;

	text-decoration: none;

	

}
a:active {

	color: #FFFFFF;

	text-decoration: underline;


}
a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

a:hover {

	color: #FFFFFF;

	text-decoration : underline;

	

}












