/* Standard */
* {
	margin:0;
	padding:0;
}
html {
	min-height: 100%;
	}
	
body {
	margin-top:0.625rem;
	margin-bottom:0.625rem;
	padding:0;
	background-color:#FFF;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75rem;
	line-height:1.0625rem;
}
img {
	max-width: 100%;
	width: auto\9; /* ie8 */
	height: auto;
	border:none;
	display:block;
}

a{
	color:#000;
	text-decoration:none;
}
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
 } 
 sup {
 top: -0.5em;
 } 
 sub {
 bottom: -0.25em;
 }
header, section, footer, aside, nav, main, article, figure,p {
    display: block;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}
#wrapper {
	width: 704px;
	margin:0px auto;
	text-align:left;
	border:1px solid #000;
	background-color:#fff;
}
header {
	padding: 1.5625rem 1.875rem 0;
}
article {
	padding: 1.375rem 1.875rem 0px;
}
section {
	font-size: 0.8125rem;
}
article section:nth-of-type(1){float:left;width: 296px;margin-top:0.9375rem;}
article section:nth-of-type(2){float:right;width: 310px;margin-top:0.9375rem;}

footer {padding: 0.3125rem 0.9375rem 0.9375rem;line-height: 0.9375rem;}
footer img{ float:left; margin-right:0.3125rem; margin-bottom:0.3125rem;}

p{ margin-top:10px;} 
p:first-of-type {
    margin-top:0px;
    
}
article p:nth-of-type(1) {
	word-spacing: 0.4px;
}
.clearfix{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

h1{
	text-align:left;
	color:#000;
	font-weight:bold;
	font-size: 2.875rem;
	line-height: 2.875rem;
	margin-top:0.75rem;
}
h1 small {
	font-size: 1.875rem;
}
h1 span {
	display: block;
	font-size: 1.375rem;
	line-height: 1.75rem;
}
ul {
	margin: 0.3125rem 0px 0.625rem 0px;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li {background:url(icon.jpg) 0 0.4375rem no-repeat;padding-left:0.875rem;margin-bottom:0.1875rem;font-size: 0.8125rem;}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:703px) {
	
	#wrapper {
	width:100%;
	border:none;
	margin: 0 auto;
	box-sizing: border-box;
}
article {
	padding: 0 3% 3%;
}

h1{
	text-align:left;
	color:#000;
	font-weight:bold;
	font-size: 1.5rem;
	line-height:1.75rem;
	margin-top:3%;
}
h1 small {
	font-size: 1.3125rem;
}
h1 span {
	font-size: 1.125rem;
}
ul {
	margin:0.3125rem 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li { 
background:url(icon.jpg) 0 0.4375rem no-repeat; padding-left:0.875rem;
margin-bottom:0.1875rem;
}
ul li br {
	display: none;
}
article section:nth-of-type(1),
article section:nth-of-type(2) {
	width: auto;
	float: none;
}
footer img {
	float: none;
}
}
/* Ende Responsive */
