	body { background:url('../style/img/holzmuster.jpg') left top repeat; width:100% }
	
	
	#aroundcontent { padding:5em 0em 0em 21em; overflow-x:hidden }
	.contentspace { margin-bottom:80px }
	#decoration { position:absolute; width:23.5em; height:264px; left:0px; bottom:0px; position:fixed; background:url('../style/img/mail-stift.png') bottom right no-repeat }
	#content { background:url('../style/img/mail-knick.jpg') 0% 28% repeat-x #ffffff; margin:-4em -4em -4em -4em; position:relative;
		-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.7); box-shadow: 1px 1px 5px rgba(0,0,0,0.7); -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.7) }

	.emailsent #content { background:url('../style/img/mail-umschl.jpg') left bottom repeat-x #ffffff }

	#incontent { padding:4em 4em 80px 4em; min-height:60em; background:url('../style/img/mail-knick.jpg') 0% 72% repeat-x }

	.emailsent #incontent { min-height:20em; background:url('../style/img/mail-stamp-sent.png') 95% 10% no-repeat }

	#content h1 { margin:0em; padding:2.8em 0em .4em 0em; font-family:'Linux Libertine O', 'Linux Libertine', Georgia, Times, 'Times New Roman', serif; font-size:2.3em; font-weight:normal }

	#content p.error { padding:0.5em; margin:0em -4px 1em -4px; border:1px solid #aa0000; background:#ffbbbb }

	#content #receiver { padding-bottom:2em }

	#content #sender { position:absolute; width:30%; right:1em; top:0em; padding:3em }

	#content .inputfield { border:1px solid #cccccc; border-color:rgba(0,0,0,.2); margin:0.4em -4px 0.2em -4px; padding:0px 6px 0px 0px; position:relative }
	#content label { display:block; position:absolute; left:-1000px; top:-1000px; overflow:hidden; width:0px; height:0px }
	#content input, #content textarea { display:block; position:relative; width:100%; margin:0em; padding:3px; border:none; font:inherit;
		background:none; color:#000000; line-height:1; vertical-align:bottom }

	#content #input-subject span { display:block; position:relative }
	#content #input-subject input { font-weight:bold }

	#content textarea { height:40em; line-height:1.7; vertical-align:top; min-width:100%; max-width:100% }

	#greetings { padding-top:3em; width:30% }

	#content #sendarea { position:relative; z-index:9 }
	#content #btnSend { position:absolute; width:276px; height:156px; right:-6.5em; top:-20px;
	background:url('../style/img/mail-stamp-send.png') no-repeat; padding:52px 140px 20px 0px; line-height:1; vertical-align:middle; cursor:pointer }

	#content #codearea { padding-top:3em; position:relative; z-index:10 }
	#content #codearea input { display:inline; width:4em; margin-left:0.5em; padding:3px; border:1px solid #cccccc; border-color:rgba(0,0,0,.2); vertical-align:baseline }


	/* Kleine Bildschirme */

	@media only screen and (max-width: 750px) {
		#decoration { display:none }
		#aroundcontent { padding: 0em }
		#content { margin:-2em }
		#incontent { padding-left:2em; padding-right:2em; min-height:40em; padding-bottom:100px;  }
		#content #sender { padding:1em 1em 0em 0em; width:45% }
		#content h1 { padding-top:2.5em }
		#content textarea { height:20em }
		#content #btnSend { right:-50px; top:0px }
		.emailsent #incontent { min-height:10em }
	}
