:root{font-size: 16px;}
* { margin:0px; box-sizing:border-box; }
html {min-height: 100%; }
#wrapper {
	margin:0.75rem auto;
	border:1px #0153A0 solid;
	max-width: 551px;
	color: #1C0E00;
	position:relative;
	padding: 0.625rem 1.25rem 0rem;
	background-color:#FFFFFF;
	/* font-family:Arial, Helvetica, 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-size:0.9375rem;
	line-height: 1.1875rem;
	text-align:left;
	overflow:hidden;
}
p {padding-bottom:0.9375rem;text-align: justify;}
h2 span{
	color: #0153A0;
}
h1{margin: 0 0 0.7375rem 0;font-size: 1.7rem;line-height: 1.85rem;text-align: center;color: #01428E;}
h1 span {display: inline-block;font-size: 1rem;line-height: 1.1875rem;margin: 0 0 0.625rem;}
h2{font-size:1rem; line-height:1.25rem;margin:0;}
h2 span{}
h3{font-weight: normal;font-size: 19px;line-height: 1.5rem;}
h3 span{color: #01418C;font-weight: bold;font-size: 128%;}
a {color: #1C0E00;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.5rem; padding:0rem 0rem 0rem 0rem;list-style-image:url(); list-style:none;}
ul li {background: url(iconlist.jpg) no-repeat 0rem 0.375rem;padding-left: 2rem;text-align: left;font-size: 14px;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0rem;}
/* Header */
header{width: 100%;float: left;margin: 0 0 0.3125rem;}
/* Ende Header */
p>span{
	word-spacing: -0.0625rem;
}
/* Article */
article{width: 100%;float: left;}
article p:first-of-type{font-size: 1rem;line-height: 1.25rem;word-spacing: 0.0625rem;}
article p:nth-of-type(2) {font-size: 1.05rem;}
/* Ende Article */

/* Footer */
footer{/* margin: 0px -17px; */width: 100%;float: left;font-size: 1rem;line-height: 1.375rem;margin-top: -0.3625rem;text-align: center;}
footer p:last-of-type{font-size: 0.9375rem;padding-bottom: 0.1875rem;text-align: center;margin: 0px -1.1875rem;padding-top: 0.1875rem;}
footer a strong{/* font-size: 110%; */}
/* Ende Footer */
footer p:nth-of-type(1){
	text-align: center;
	padding-bottom: 0.1875rem;
}
/* Aside */

/* Ende Aside */


/* Section */
article h2:nth-of-type(1){/* text-align:center; */}
/* Ende Section */

@media only screen and (max-width: 550px) { 
	#wrapper{border: none;/* font-size: 0.8125rem; *//* line-height: 1.125rem; */}
	h1{font-size: 1.25rem;line-height: 1.5rem;}
	h2{font-size: 0.875rem;}
	h3{font-size: 0.9375rem;line-height: 1.125rem;}
	h3 span{font-size: 100%;}
	
	p{text-align: left;}

footer p:last-of-type {
    margin: 0px;
}
	p>span {
    word-spacing: 0rem;
}h2:nth-of-type(1) br{text-align:left;display: none;}
ul li{text-align: left;}
footer{font-size: 0.9375rem;margin-top: 0.625rem;}
}