body {
		background-color: rgb(255,255,255);
		font-family: helvetica, sans-serif;
}
#startSpiel{
		float: left;
		width: 80%;
		margin: 10px 0px 5px 5%;	
		font-family: helvetica, sans-serif;	
		font-size: 11pt;
		color: #333333;
		text-align: justify;
}
#title1{
		float: left;
		width: 100%;
		margin: 0px 0px 10px 10%;	
		font-family: helvetica, sans-serif;	
		font-size: 15pt;
		background-position: 0px 0px;
}		

#defaultData {
		float: left;
		margin: 0px 0px 0px 5%;
		font-family: helvetica, sans-serif;	
		width: 90%;
		height: 210px;		
		text-align:left;
		font-size: 11pt;
}
#recoveryData {
		float: left;
		margin: 0px 0px 0px 5%;
		font-family: helvetica, sans-serif;	
		width: 90%;
		height: 210px;		
		text-align:left;
		font-size: 11pt;
}

#footer {
		font-family: helvetica, sans-serif;
		color="#222222";
		text-align: center;
		float: left;
		margin: 10px 0px 5px 40%;
		clear: both;
}