 /* Standard */

:root {  font-size:16px;}

* {
	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:Calibri, Arial, Helvetica, sans-serif;
	font-size:0.875rem;
	line-height:1.1875rem;
}
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:0rem;
	padding:0rem;
}
h1,h2,h3,h4,h5,h6{ margin:0rem; padding:0rem;}
#wrapper {
	width:750px;
	margin:0rem auto;
	text-align:left;
	border:1px solid #000;
}
header {padding: 1.25rem;}
header img{float: left;margin-right: 3rem;
margin-bottom: 5rem;}

article {padding: 1.25rem;
}
footer {
padding:0rem 1.25rem 1.25rem;
}

p{ margin-top:1.125rem;} 
p:first-of-type {
    margin-top:0rem;
}
.clearfix{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0rem;
}

h1{
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:1.3125rem;
	line-height:1.5rem;
	margin-top:0.9375rem;
}
h1 span{font-weight: normal;
font-size: 0.9375rem;display: block;
padding: 0.4375rem 0rem;}
h2 {
    text-align: left;
    color: #0784d4;
    font-weight: bold;
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    font-style: italic;
    padding-bottom: 0.9375rem;
}
h2 span{display: block;
font-size: 1.125rem;
line-height: 1.25rem;
padding-bottom: 0.4375rem;
color: #000}
ul {
	margin:0rem 0rem 0rem 0rem;
	padding:0rem 0rem 0rem 0rem;
	list-style-image:url();
	list-style:none;
}
ul li { 
background:url(icon.jpg) 0 0.4375rem no-repeat; padding-left:1.1875rem;
}
.cen{ text-align:center}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:750px) {
	body {
	font-size:0.9375rem;
	line-height:1.1875rem;
	}
	a{
	text-decoration:underline;
		font-weight: bold;
}
	.no{ display:none}
	#wrapper {
	width:98.7%;
	border:none;
}
header {padding:5%;}
header img{float: left;margin-right: 5%;
margin-bottom:5%;}
	header p{clear: both;}
article {padding:5%;
}
footer {
padding:0rem 5% 5%;
}

p{ margin-top:5%;} 
}
/* Ende Responsive */
