*{margin: 0; padding:0;}
body {
font-family: Arial;
font-size: 11pt;
background-color: #fff;
text-align: left;
color: #000;
}

a, a:visited{color: #000; }
#container {
text-align: left;
margin: 0 auto;
}
	#left{
	display: none;
	}
	
	#center{text-align: left; width: 100%;}
	#center img{position: relative; left: -15px;}
		#toplinks{display: none;}	
		
		#text{
		width: 100%;
	}
	 h1{font-size: 1.3em; margin-top: 20px; margin-bottom: 8px; font-weight: 600;}
	 h2{font-size: 1.1em; margin-top: 10px;}
		#text p{margin-bottom: 10px;}
		#text ul{margin-left: 1cm;}

	
	#right {display: none;}
/* diese Definitionen erst einmal noch drin gelassen für den Fall, dass auf der rechten Seite doch wichtige Hinweise stehen und ich diese wieder einblenden muss*/
	#right h1{margin: 0 0 3px 0; font-size: 0.99em; font-weight: bold;}
		
		#right .aktuell {
		padding: 5px 5px 3px 8px; 
		font-size: 0.98em; 
		margin-top: 15px; 
		text-align: left; 
		margin-left: 12px;
		}
		
		#right .background{
		width: 150px;
		height: 225px;
		background-image: url(../images/puzzle.jpg);
		background-repeat: no-repeat;
		}
		
		
