 /* Standard */

:root {  font-size:16px;}

* {
	margin:0;
	padding:0;
}
html {
	min-height: 100%;
	}
	
body {
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	background-color:#FFF;
	color:#221c22;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:19px;
}
img {
	max-width: 100%;
	width: auto\9; /* ie8 */
	height: auto;
	border:none;
	display:block;
}

a{
	color:#221c22;
	text-decoration:none;
}
.a{color: #D1232A;}
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: 748px;
	margin:0px auto;
	text-align:left;
	border:1px solid #221c22;
	background-color:#fff;
}
header {padding: 0px;}
article {padding: 25px 45px;
}
article section{margin-top: 17px;position:relative;padding-left: 148px;}
article section p{position: absolute;top: -16px;
left: 0px;font-weight: bold; }
footer {
padding:20px 45px;
	position: relative;
}
footer img{position: absolute;
bottom: 25px;right: 45px}
p{ margin-top:16px;} 
p:first-of-type {
}
.clearfix{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

h1 {
    text-align: left;
    color: #d11011;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin: 10px 0 0;
}
h1 span{font-size: 19px;line-height: 25px;color: #221c22;}
h2{font-size: 17px;line-height: 20px;}
ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li { 
background:url(icon.jpg) 0 7px no-repeat; padding-left:17px;
}
.cen{ text-align:center}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:750px) {
	body {
	font-size:13px;
	line-height:18px;
	}
	a{
	text-decoration:underline;
		font-weight: bold;
}
	.no{ display:none}
	#wrapper {
	width:98.7%;
	border:none;
	background-color:#fff;
}
header {padding: 0px;}
article {padding: 5%;
}
article section{margin-top: 5%;position:relative;padding-left: 0px;}
article section p{position:static;padding-bottom: 5px; }
footer {
padding:5%;
	position: relative;
}
footer img{position:static;float: right;margin-top: 5%;}
p{ margin-top:5%;} 

h1 {
    text-align: left;
    color: #d11011;
    font-weight: bold;
    font-size:22px;
    line-height: 28px;
}
h1 span{font-size: 17px;line-height: 25px;color: #221c22;}
ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li { 
background:url(icon.jpg) 0 7px no-repeat; padding-left:17px;
}
.cen{ text-align:center}

}
/* Ende Responsive */
