
	/* body { background:#6c8dae } */
	body, #playground { background:url('../style/img/games-sky.jpg') left top repeat-x #afc6de }

	#playground { width:100%; position:absolute; left:0px; top:0px; overflow:hidden; z-index:1 }

	#runner		{ position:absolute; left:20px; top:-30px; width:16px; height:28px; background:url('../style/img/runner.png') 0px 0px }

	#aroundcontent	{ min-height:101%; position:relative; padding:60px 0px 0px 0px  }
	#aroundcontent2	{ padding:10em 0px 0px 0px }
	#content	{ z-index:2 }

/*	#headerarea { background:url('../style/img/games-titlebg.jpg') left bottom repeat-x } */
	#headerarea	{ background:-moz-linear-gradient(top, #e9e9e9, #ffffff); 
			  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%,#ffffff));
			  background:-webkit-linear-gradient(top, #e9e9e9, #ffffff); 
			  background:-o-linear-gradient(top, #e9e9e9, #ffffff); 
			  background:-ms-linear-gradient(top, #e9e9e9, #ffffff); 
			  background:linear-gradient(top, #e9e9e9, #ffffff); 
			  padding-top:2.72em
				}

/*	#contentarea .sidebox { border-top:1px solid #aaaaaa; border-bottom:1px solid #aaaaaa; border-color:rgba(0,0,0,.2) }*/

	
	#contentarea .sidebox { background-color:rgba(255,255,255,0.4) !important }

	/* Playground-Elemente */

	#playground .brick { position:absolute; background:url('../style/img/games-brick.png') left top repeat #9a9a9a; border-left: 2px solid #ababab; border-top: 2px solid #ababab; border-right: 2px solid #909090; border-bottom: 2px solid #909090 }

	#runnerHint, #runnerHintMobile { position:absolute; right:15px; top:8.5em; padding-top:50px; z-index:50; color:#ffffff; font-weight:bold; text-shadow:1px 1px 2px #000000; display:none }

	#titleimg { position:absolute; right:0px; top:-174px; z-index:-1 }


	/* Kleine Bildschirme */

	@media only screen and (max-width: 750px) {
		#playground { display:none }
		#aroundcontent { padding-top:0px }
		#aroundcontent2 { padding-top:0px }
		#headerarea { background:#ffffff; padding-top:2em }
	}

