* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

em {
    font-size: 12px;
}
html {
	min-height: 100%;
}
#wrapper {
	border: solid thin #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	max-width: 750px;
	margin: 12px auto;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
	text-align: justify;
	position: relative;
}
#anzeige_div {
	margin: 0px 0px 0px 0px;
	padding: 40px 40px 40px 60px;
}
#header {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

div#header a {
    position: absolute;
    width: 18%;
    height: 30%;
    right: 8%;
    top: 9%;
    /* background: #ff0; */
}
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer {
	overflow: hidden;
	position: relative;
	border-top: 2px solid #A0A0A0;
	margin: 16px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
}

div#footer strong a {
    text-decoration: none;
    display: block;
    text-align: end;
    padding-right: 22px;
    color: #000;
}
.left {
	width: 49%;
	float: left;
}
.right {
	width: 49%;
	float: right;
}
.logo {
	float: right;
	position: static;
	bottom: 7px;
	right: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
h2 {
	font-size: 19px;
	margin: 34px 0px 16px;
	line-height: 21px;
}
h2 span {
	font-size: 70%;
	font-weight: normal;
}
h3 {
	font-size: 24px;
	margin: 16px 0px;
	line-height: 28px;
}
h4 {
	font-size: 22px;
	margin: 16px 0px;
	line-height: 26px;
}
p {
	margin-bottom: 16px;
}

p.p2 {
    float: left;
}

p.p1 {
    float: left;
    margin-right: 22px;
}
p:last-child {
	margin-bottom: 0px;
}
a {
	color: #0563C1;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul {
	margin: 0px 0px 16px 10px;
	padding: 0px 0px 0px 0px;
	list-style-image: url();
	list-style: none;
}
ul li {
	margin-bottom: 3px;
	padding-left: 25px;
}
li:before {
	text-indent: -25px;
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0px;
	font-size: 17px;
	margin-top: -1px;
}
.clearfix {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.bold {
	font-weight: bold;
	display: block;
}

@media screen and (max-width: 748px) {
#wrapper {
	width: 100%;
	font-size: 12px;
	line-height: 19px;
	border: none;
	margin: 0px;
	text-align: left;
}
#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;
}
p {
	margin-bottom: 3%;
}

p.p2 {
    float: left;
}

p.p1 {
    margin-right: 11px;
}
a {
	font-weight: bold;
}

img.logo {
    position: static;
}
}
