* { margin:0px; box-sizing:border-box; }
html {min-height: 100%; }
#wrapper {
	margin:0.75rem auto;
	border:1px #252525 solid;
	max-width:805px;
	color:#252525;
	position:relative;
	padding:0;
	background:#FFFFFF url('bg.jpg') 0 0 no-repeat;
	background-size: 100% 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75rem;
	line-height:1rem;
	text-align:left;
	overflow:hidden;
}
p {padding-bottom:0.9375rem;text-align: justify;}
h1{margin:0 0 1.25rem 0;font-size:1.375rem; line-height:1.5rem;text-align: center;color: #404040;}
h1 span {display: block;font-size: 0.875rem;line-height: 1.125rem;margin: 0 0 1.25rem;font-weight: normal;color: #252525;}
h2{font-size:0.8125rem; line-height:1.125rem;margin:0;}
h2 span{}
a {color:#252525;text-decoration:none;}
a:hover{text-decoration: underline;}
img {max-width: 100%; height: auto; width: auto\9; border:none;}
ul {margin: 0 1.25rem 1rem 1.5625rem;padding:0rem 0rem 0.625rem 0rem;list-style-image:url();list-style:none;border-bottom: 1px solid #252525;text-align: justify;}
ul li {background: url(iconlist.png) no-repeat 0px 0.3125rem; padding-left:1.5625rem;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0px;}
/* Header */
header{width: 100%;float: left;background: #fff;padding: 0;
	text-align: center;
position: relative;
}
header img{
	vertical-align: bottom;
}
header a{
	position: absolute;
	top: 0;
	left: 35%;
	width: 30%;
	height: 75%;
}
/* Ende Header */

/* Article */
article{width: 100%;float: left;padding: 3.125rem 5.9375rem 0 5.9375rem;position: relative;}
article img{position: absolute;top: 13.3125rem;right: 5rem;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;padding: 0 5.9375rem 3.125rem;}
/* Ende Footer */

/* Aside */
aside{width: 50%;float: left;}
aside:nth-of-type(2){width: 50%;float: right;}
/* Ende Aside */


/* Section */

/* Ende Section */

@media only screen and (max-width:805px) { 
	#wrapper{border: none;}
	h1{font-size: 1rem;line-height: 1.375rem;}
	p{text-align: left;}
	ul{margin: 0 0 0.9375rem;text-align: left;}
	article img{position: static;margin: 0 0 0.625rem;}
	aside{width: auto !important;float: none !important;}
	footer img{position: static;margin: 0.625rem 0 0;}
	article{padding: 0.625rem;}
	footer{padding: 0.625rem;}
}