:root {  font-size:16px;}
* { margin:0px; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:12px auto;
	border:1px #231F20 solid;
	max-width: 439px;
	color:#231F20;
	position:relative;
	padding: 0.625rem 0.625rem 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: "Open Sans", Arial, Helvetica, sans-serif */
	/* font-family: Verdana, Geneva, sans-serif; */
	line-height: 1.125rem;
	font-size: 0.8125rem;
	text-align:left;
	overflow:hidden;
}
p {padding-bottom:1rem; }
h1{margin:0 0 0.9375rem 0;font-size:1.5rem; line-height:1.625rem;}
h1 span {display: block;}
h2{font-size:0.8125rem; line-height:1.125rem;margin:0;
	font-style: italic;
}
h3{font-size:0.8125rem; line-height:1.125rem;margin:0;
	
}
h3 span{
	font-weight: normal;
}

a {color:#231F20;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: #0462C1;}
img {max-width: 100%; height: auto; width: auto\9; border:none;}
ul {
    margin: 0px 0rem 0px 0rem;
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}
ul:last-of-type{
	margin-bottom: 1rem;
}
ul li {
    padding-left: 3rem;
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: 0rem;
    font-size: 1.0625rem;
    text-indent: -1.375rem;
}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0px;}
/* Header */
header{width: 100%;float: left;}

/* Ende Header */

/* Article */
article{width: 100%;float: left;}
article p:last-of-type{
	font-size: 92%;
}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;}
footer  img{
	position: absolute;
	bottom: 0;
	right: 0.125rem;
}
/* Ende Footer */



/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width:439px) { 
	#wrapper{border: none;}
footer img {
    position: static;
    bottom: 0;
    right: 0px;
}
header br{
	display: none;
}
}