	html, body, #afternavi, #content { height:100% }
/*	body { background:url('../style/img/dev-bg-2.jpg') left top repeat-y #e7e7e7 }*/
	html { background:#d7d7d7 }
	body {	
		background:-moz-linear-gradient(bottom, #d7d7d7, #efefef); 
		background:-webkit-gradient(linear, left bottom, left top, color-stop(0%, #d7d7d7), color-stop(100%,#efefef));
		background:-webkit-linear-gradient(bottom, #d7d7d7, #efefef); 
		background:-o-linear-gradient(bottom, #d7d7d7, #efefef); 
		background:-ms-linear-gradient(bottom, #d7d7d7, #efefef); 
		background:linear-gradient(bottom, #d7d7d7, #efefef); 
	}

	/*#aroundcontent	{ min-height:101%  }*/

	#headerarea	{ padding-top:60px !important } /* ; background:url('../style/img/dev-titlebg.jpg') left bottom repeat-x */
	h1		{ padding-top:7.5em !important }

	#headerarea	{ background:-moz-linear-gradient(top, #e9e9e9, #ffffff); 
			  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), 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); 
				}

	.contentspace { min-height:100% !important }

	.sidebox { background-color: rgba(255,255,255,0.5) !important }

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

	/* Kleine Bildschirme */

	@media only screen and (max-width: 750px) {
		html, body, #afternavi, #content { height:auto }
		h1 { padding-top:2.8em !important }
		#headerarea { padding-top:0px !important; background:#ffffff }
	}

