* { margin:0px; box-sizing:border-box; }
html {min-height: 100%; }
#wrapper {
	margin:12px auto;
	border:1px #CB4036 solid;
	max-width: 532px;
	color:#231F20;
	position:relative;
	padding:0;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
	/* font-family:  Times, "Times New Roman", serif; */
	/* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	/* font-family: Trebuchet MS, Arial, Helvetica, sans-serif; */
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size:13px;
	line-height: 17px;
	text-align:left;
	overflow:hidden;
}
header {
	width: 100%;
	float: left;
	padding: 12px 10px;
	background: #CB4036;
	font-size: 19px;
	line-height: 24px;
	text-align: right;
	font-weight: bold;
	color: #fff;
}
p strong>span{
	color: #F25E4A;
}
header span{
	font-size: 26px;
	line-height: 32px;
	display: block;
}
article {
	width: 100%;
	float: left;
	padding: 10px 20px 0;
	position: relative;
}
footer {
	width: 100%;
	float: left;
	padding:10px 10px 0;
	background: #CB4036;
	color: #fff;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}
footer a{
	color: #fff;
}
p {padding-bottom:10px; }
h1{
	margin: 0 0 0px;
	font-size: 15px;
	line-height: 17px;
}
h1 small{
	font-size: 70%;
	font-weight: normal;
}
.large{
	font-size: 115%;
}

h2{
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 10px;
}h2 span{font-size: 13px;
	line-height: 17px;
font-weight: normal;}
h2 small{font-size: 13px;
	display: block;
	line-height: 17px;
font-weight: normal;}
a {
	color: #CB4036;
	text-decoration:none;
}

img {
	max-width: 100%; height: auto; width: auto\9; border:none;
}
ul {
    margin: 0px 0rem 15px 0rem;
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}
ul li {
    padding-left:12px;
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: 0rem;
    font-size: 17px;
    text-indent:-12px;
}
.clear:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
article img{
	position: absolute;
	bottom: 17px;
	right: 19px;
}
/* Header */


.co{color: #CB4036;}

/* Section */
section{overflow: hidden;}
/* Ende Section */

@media only screen and (max-width:531px) { 
	#wrapper{border: none;}
	article img {
    position: static;
    bottom: 0px;
    right: 0px;
}
br{display: none;
	}
footer br{display: block;}
}
