	html { height:101% }	
	body { background:url('../style/img/holzmuster.jpg') left top repeat; width:100%; height:100%; min-width:60em }
	
	
	#aroundcontent { overflow:hidden; position:relative; padding:0px 0px 80px 21em }
	#content { background: #ffffff; position:relative; min-height:38em; padding:4em 0em;
		-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) }

	#afternavi { height:100% }

	.contentspace { border-right:1px solid #999999; margin-right:-1px; padding-bottom:0em }

	h1 { padding:0em 0em 2em 0em; margin:0em; font-family:'Linux Libertine O', 'Linux Libertine', Georgia, Times, 'Times New Roman', serif; font-size:2.3em; font-weight:normal; text-align:right }

	#content ul { line-height:1.7; list-style:none; display:block; padding:0em 0em 0em 0em; margin:0em; border-top:1px solid #999999 }
	#content ul li { display:block; list-style:none; padding:0em; margin:0em; border-bottom:1px solid #999999 }

	#content ul a { display:block; text-decoration:none !important; padding:1em 1em 1em 0em; margin:0em }
	#content ul a span { color: #090909 !important }
	#content ul a:hover {  }
	#content ul a:hover strong { text-decoration:underline !important }

	#decoration1 { position:absolute; display:block; left:-62px; margin-left:21em; width:72px; top:14em; height:157px; background:url('../style/img/contact-etikett.png') top right no-repeat }
	#decoration1:hover { left:-72px }

	#decoration2 { position:absolute; display:block; left:-174px; margin-left:21em; width:184px; top:25.5em; height:123px; background:url('../style/img/contact-gbband.png') top right no-repeat }
	#decoration2:hover { left:-184px }

	#decoration3 { position:absolute; display:block; left:-88px; margin-left:21em; width:98px; top:28em; height:163px; background:url('../style/img/contact-stamp.png') top right no-repeat }
	#decoration3:hover { left:-98px }

	#decoration1, #decoration2, #decoration3 { 
		-moz-transition: left 0.1s ease-out;
		-webkit-transition: left 0.1s ease-out;
		-o-transition: left 0.1s ease-out;
		transition: left 0.1s ease-out;
	}


	#decoration4 { position:absolute; left:0px; width:100%; bottom:-80px; height:123px; background:url('../style/img/contact-stift.png') 70% 0% no-repeat }


	/* Kleine Bildschirme */

	@media only screen and (max-width: 750px) {
		body { min-width:0em; background: #ffffff }
		#decoration1 { display:none }
		#decoration2 { display:none }
		#decoration3 { display:none }
		#decoration4 { display:none }
		#aroundcontent { padding-left:0px; min-height:0em; padding-bottom:0px }
		#content { padding:0em 0em 2em 0em }
		h1 { padding-top:0em; text-align:left; padding-bottom:1.2em }
		#afternavi { height:auto }
	}
