* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
html {
	min-height: 100%;
}
#wrapper {
	max-width: 453px;
	background: #fff;
	border: 1px solid #2d1f0f;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 12px auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
	color: #2d1f0f;
}
#anzeige_div {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font-size: 27px;
	margin: 6px 0px 6px 0px;
	line-height: 28px;
}
h1 span {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	font-size: 24px;
	margin: 16px 0px 16px 0px;
	line-height: 28px;
}
p {
	margin-bottom: 6px;
}
p:last-child {
	margin-bottom: 0px;
}
a {
	color: #2d1f0f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul li {
	padding-left: 16px;
	background: url("iconli.png") no-repeat left 6px;
	font-weight: bold;
}
.clearfix {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
ul + p{margin-top: 5px;}
u{text-decoration: underline;}
em{font-style: italic;}

br{display: block;}
#header aside:nth-of-type(1){width: 49%;position: absolute;left: 10px;top: 10px;}
#header aside:nth-of-type(2){width: 76%;margin-left: 86px;}

@media screen and (max-width: 453px) {
	#header aside:nth-of-type(1){width: 100%;float: none;position: static;margin-bottom: 10px;}
	#header aside:nth-of-type(2){width: 100%;float: none;margin-left: 0;}
	
	#wrapper {width: 100%;font-size: 13px;line-height: 17px;border: none;margin: 0px;}
	#anzeige_div {padding: 10px;}
	#anzeige_div br {display: none;}
	#header, #aside, #footer {position: relative;top: 0px;left: 0px;}
	#header {text-align: left;}
	#footer {text-align: left;}
	#aside {text-align: left;}
	
	#content {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
	h1{margin: 10px 0px 10px 0px;font-size: 18px;line-height: 20px;}
	h3{margin: 10px 0px 10px 0px;font-size: 14px;line-height: 20px;}
	p {margin-bottom: 3%;}
	a {font-weight: bold;}
	h1 br{display: block;}
	ul{margin-left: 0px;margin-top: 0px;margin-bottom: 0px;}
	ul li{padding-bottom: 0px; padding-top: 0px;padding-left: 12px;background: url("iconli.png") no-repeat left 5px;}
	#footer br{display: block;}
}
