	/* 100%-Höhe-Trick */

	html, body, #afternavi, #content { height:100% }
	.contentspace { min-height:100% }

	#logoarea { padding-top:60px; height:9.5em; position:absolute; top:0px; left:-21em; right:0px; background:url('../style/img/psoft_bg.jpg') right bottom no-repeat #165eb3;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5)
	}

	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); 
	}

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


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

	.infomanbox { background:#ffffff; margin:1.5em -1em 1.7em 2em; min-height:5em; padding:0.2em 2em 0em 2em; position:relative;
		border-radius:10px;		
		box-shadow: 1px 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5)
	 }
	.infomanbox p, .infomanbox h3 { margin-left:0em !important; padding-right:0em !important }

	.ininfomanbox1 { position:absolute; width:29px; height:28px; bottom:-28px; left:50%; margin-left:-80px; background:url('../style/img/psoft-speech-corner.png') left top no-repeat }
	a.infoman { display:block; background:url('../style/img/psoft-infoman.png') 50% 0% no-repeat; height:111px }

	/* Kleine Bildschirme */

	@media only screen and (max-width: 750px) {
		html, body, #afternavi, #content { height:auto }
		.contentspace { min-height:0em }

		h1 { padding-top:1.2em !important }
		#headerarea { padding-top:0px !important }
		#logoarea { padding-top:0px; height:120px; position:relative; left:0em }
		#contentarea .sidebox { background:#e8e8e8 !important }
		.infomanbox { margin:0.5em 1em 1.7em 1em; padding:0em 1.5em }
		.infomanbox h3 { margin-right:0em !important }
	}

