:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:2px #231F20 solid;
	max-width: 470px;
	color:#231F20;
	position:relative;
	padding: 0.625rem 0.625rem 0.4375rem;
	background-color:#FFFFFF;
	font-family: 'Roboto', 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:0.9375rem;text-align: justify;}
h1{
	margin: 0 0 0.75rem 0;
	font-size: 1.0625rem;
	line-height: 1.4375rem;
	text-align: center;
	/* font-style: italic; */
}
h1 small {display: block;font-size: 1.0625rem;line-height: 1.3125rem;margin: 0.25rem 0 0;}
h1 span {display: block;font-weight: normal;font-size: 0.9375rem;line-height: 1.125rem;text-decoration: none;}
h2{font-size:0.8125rem; line-height:1.125rem;margin:0;}

a {color:#231F20;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: blue;}
img {max-width: 100%; height: auto; width: auto\9; border:none;}
ul {margin-bottom: 0.9375rem; padding:0;list-style-image:url(); list-style:none;}
ul li {background: url(iconlist.jpg) no-repeat 0 0.3125rem; padding-left:1.25rem;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0;}
/* Header */
header{width: 100%;float: left;margin: 0;}
header img{float: left;}

/* Ende Header */

/* Article */
article{width: 100%;float: left;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;}
footer p{padding-bottom: 0;}
/* Ende Footer */



/* Section */
section{text-align: center;padding: 0;float: right;width: 370px;padding-top: 0.9375rem;font-size: 0.9375rem;}
/* Ende Section */

/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width: 470px) { 
	#wrapper{border: none;margin: 0;}
	h1{font-size: 1rem;line-height: 1.375rem;}
	p{text-align: left;}
	section{width: 100%;float: left;padding: 0.625rem 0;}
	section br, h1 br {display: none;}
}