* { box-sizing: border-box;margin:0px; padding:0px; }
html { min-height: 100%; }
#wrapper {
	border: solid thin #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	width: 750px;
	margin: 12px auto;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: #333;
	}
	h1{
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0px 0px 10px 0px;
    line-height: 34px;
    font-size: 31px;
    }
h1 +  strong{ display: block; margin-bottom: 5px;}
#anzeige_div {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#header {
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 00px 0px 0px;
	}
	.banner{
    position: relative;
}
	.banner a{
	position:  absolute;
	top: 8%;
	left: 38%;
	width: 24%;
	height: 13%;
	/* border: 1px solid #f00; */
	}
#content {
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 30px 30px;
	}
#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
.left {width: 48%;float:left;}
.left img{
    margin-top: 15px;
    width: 190px;
    }
.right img{margin-top: 14px;width: 150px;}

.right {width: 46%;float:right;}
.logo {position:relative;top:0px;left:0px;margin:0px 0px 0px 0px;text-align:right;vertical-align:  bottom;}
h2 {
	font-size:24px;
	margin: 16px 0px 16px;
	line-height:28px;}
h2 span { font-size:70%; font-weight:normal; }
h3 {
	font-size: 16px;
	margin: 16px 0px 10px;
	line-height: 18px;
	color: #d60f3c;
	}
h4 {
	font-size:22px;
	margin: 16px 0px;
	line-height:26px; }
p {
	margin-bottom: 10px;
	}
p:last-child {
	margin-bottom:0px; }
a {
	color: #333;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline; }
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url();
	list-style: none;}
ul li {
	padding-bottom: 5px;
	padding-left: 10px;
}
li:before {
	text-indent: -10px;
	content: "\203A";
	color: #000;
	float: left;
	margin-left: 0px;
	font-size: 16px;
	margin-top:-1px;
	}
	aside{
    background: #d60f3c;
    padding: 10px 30px 30px 30px;
}
.jo{
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    border: solid 1px #d60f3c;
    border-radius: 5px;
    margin-top: 5px;
    color: #d60f3c;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 15px;
    }
.clearfix {
	clear:both;font-size:0px;line-height:0px;display:block; }
.bold{ font-weight:bold; display:block; }
@media screen and (max-width: 749px) {
#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;
}
p {
	margin-bottom: 3%;
}
a {
	font-weight: bold;
}
h1{font-size:18px;
line-height:20px}
h2{}
aside{
	padding:10px

}
#content {
    margin: 0px 0px 0px 0px;
    padding: 10px;
}
h3{
	font-size:12px
}
.left{width:100%}
.right{width:100%}
}