 /* Standard */
* {
	margin:0;
	padding:0;
	box-sizing: border-box
}
html {
	min-height: 100%;
	}
	
body {
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:19px;
}
img {
	max-width: 100%;
	width: auto\9; /* ie8 */
	height: auto;
	border:none;
	display:block;
}

a{
	color:#000;
	text-decoration:underline;
}
.a{color:#00F;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:490px;
	padding: 15px;
	margin:0px auto;
	text-align:left;
	border:3px solid #ff6500;
	background-color:#fff;
}
header {padding: 0px;}
header img{float: right;
margin-left: 45px;}
header p{padding-top: 4px;text-align: justify;}
article {padding: 15px 0px;
}
article  p:last-of-type{text-align: justify;}

footer {
padding:0px;
	
}
footer p span{display: inline-block;padding-left: 50px;}
p{ margin-top:15px;} 
p:first-of-type {
    margin-top:0px;
}
.clearfix{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
h1 {
    text-align: center;
    color: 
    #000;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    margin-top: 15px;
}
ul {
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li { 
background:url(icon.jpg) 0 9px no-repeat; padding-left:15px;
}
.cen{ text-align:center}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:490px) {
	body {
	font-size:13px;
	line-height:19px;
	}
	.no{ display:none}
	#wrapper {
	width:93%;
	padding: 2.7%;
	border:none;
	background-color:#fff;
}
header {padding: 0px;}
header img{float:left;
margin-left: 0px;}
header p{padding-top: 3%;text-align:left;clear: both;}
article {padding:3% 0px;
}
article  p:last-of-type{text-align:left;}

footer {
padding:0px;
	
}
footer p span{display: inline-block;padding-left:0px;}
h1 {
    text-align: center;
    color: 
    #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-top: 3%;
}
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 9px no-repeat; padding-left:15px;
}
.cen{ text-align:center}
}
/* Ende Responsive */
