 /* Standard */
* {
	margin:0;
	padding:0;
	box-sizing: border-box
}
html {
	min-height: 100%;
	}
	
body {
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	color:#221c22;
font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	line-height:21px;
}
img {
	max-width: 100%;
	width: auto\9; /* ie8 */
	height: auto;
	border:none;
	display:block;
}
a{color:#221c22;text-decoration: none}
.a{
	color: #2C3873;
	text-decoration:underline;
}
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:780px;
	padding: 20px 20px 5px;
	margin:0px auto;
	text-align:left;
	border: 7px solid #0095C8;
	background-color:#fff;
}
header {padding: 0px;font-size: 12px;line-height: 16px;text-align: justify;}
article {padding: 6px 0px;
}
article h2:first-of-type{margin-top: 0px;}
footer {
padding:0px 0px  10px 145px;
	line-height: 20px;
}
footer  img{float: left;margin-right: 20px;}
p{ margin-top:10px;} 
p:first-of-type {
    margin-top:0px;
}
.clearfix{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

h1 {
    text-align: left;
    color: #0095C8;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    margin-top: 5px;
}
h2{
	text-align:left;
	color:#221c22;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	margin-top: 15px;
}
header h2{color: #0095C8;margin-top: 5px;}
ul {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li { 
background:url(icon.jpg) 0 6px no-repeat; padding-left:15px;
}
ul:last-of-type{padding-bottom: 10px;}
.cen{ text-align:center}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:780px) {
	body {
	font-size:15px;
	line-height:19px;
	}
	.no{ display:none}
	#wrapper {
	width:93%;
	padding:2.7%;
	border:none;
	background-color:#fff;
}
header {
text-align:left;}
footer {
padding:0px 0px  3% 5%;
	line-height: 20px;
}
footer  img{float: left;margin-right: 20px;}
p{ margin-top:3%;} 
h1 {
    text-align: center;
    font-weight: bold;
    font-size:24px;
    line-height: 30px;
    margin-top: 5px;
}
h2{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin-top:3%;
}
header h2{margin-top: 5px;}
ul {
	margin:0px 0px 0px 3%;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li { 
background:url(icon.jpg) 0 6px no-repeat; padding-left:15px;
}
ul:last-of-type{padding-bottom: 10px;}
.cen{ text-align:center}

}
/* Ende Responsive */

/* Responsive */
@media only screen and (max-width:580px) {
	footer {
padding:0px 0px  3% 0%;
	line-height: 20px;
}
footer  img{float: left;margin-right: 0px;}
	footer p{clear: both;padding-top: 3%;}
	}
/* Ende Responsive */
