
* {
	margin:0;
	padding:0;
}
html {
	min-height: 100%;
	}
	
body {
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	background-color:#FFF;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
}
img {
	max-width: 100%;
	height: auto;
	border:none;
	display:block;
}

a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
header, section, footer, aside, nav, main, article, figure,p {
    display: block;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}
#wrapper {
	width:800px;
	margin:0px auto;
	text-align:left;
	border:1px solid #A7A9A4;
	background-color:#fff;
	box-shadow: -0.5px 3px 15px #999;
}
#header{
	text-align:left;
	padding:30px;
	}
#anzeige_div{
	text-align:left;
	padding:15px 30px 70px 30px;
	}
#footer{
	font-size:11px;
	line-height:15px;
	text-align:left;
	padding:10px 10px 0px 10px;
	}
.leftbar {
	width:320px;
	float:left;
}
.rightbar {
	width:295px;
	float:right;
}
p{ margin-top:20px;}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
h2{
	text-align:center;
	background:#9cc2e5;
	color:#000;
	font-weight:bold;
	font-size:26px;
	line-height:26px;
	margin-top:20px;
	padding:20px;
}
h6{
	 font-size:14px;
 	font-weight:normal; 
 	color:#000;
	 margin-top:15px;
	 }
ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li { 
background:url(icon.jpg) 0 7px no-repeat; padding-left:19px;
}
.cen{ text-align:center}
.button_box {
    text-align: center;
}

.button_box::after {
    clear: both;
    content: "";
    display: block;
}

.button a {
    background: #123487;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 40px;
}

.button a:hover {
    background: #2d5aae;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider .figure img { width: 20%; float: left; }
div#slider .figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 10s slidy infinite; 
}
.refnr {}

.apply {}
