body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 17px;
	background-color: #f1f1f1;
	/* 	background-colorrah:#e5eff5;*/
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

#logo{
	text-align: center;
	width: 380px;
}

h1{
	margin: 20px 20px 20px 15px;
	line-height: 29px;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: #e00028;
}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}

#balken{
	height: 5px;
	background-color: #e00028;
	/*background-color: #626262;*/
}

.button a {

    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
               display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;	
	border: 1px solid #e00028;;
	/*box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;*/
}
.button a:hover {
 background:#e00028;
	color: #FFF;
	text-decoration: none;
	box-shadow: none;
}

#footer{
	background-color: #e00028;
	color: #FFF;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	
}
#footer a:link {
	color: #FFF;
}


#footer a:visited {
	color: #FFF;
}
ul.second{
	margin-left: 1.7rem; 
}
#rahmen {
	color: #000;
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	/*box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;*/
	position:relative;
}
#content{
	padding: 4%;
}

.box-links{
float:left;
width:48%;
}

.box-rechts{
float:right;
width:48%;
}

.box_left{
float:left;
width:20%;
}

.box_right{
float:right;
width:76%;
}

#box_links{
	float: left;
	width: 42%;
	border-radius: 0px;
/*background-color: #f2f2f2;*/
	padding: 3%;
	min-height: 230px;
}
#box_rechts{
	float: right;
	width: 42%;
	border-radius: 0px;
/*background-color: #f2f2f2;*/
	padding: 3%;
	min-height: 230px;
}

#box_rechts2{
	float: right;
	width: 42%;
	border-radius: 0px;
/*background-color: #f2f2f2;*/
	padding: 3%;
	}

#box_rechts3{
	float: right;
	width: 42%;
	border-radius: 0px;
/*background-color: #f2f2f2;*/
	padding: 3%;
	
}

#box_links3{
	float: left;
	width: 42%;
	border-radius: 0px;
/*background-color: #f2f2f2;*/
	padding: 3%;
	}

.clear{clear:both;font-size:0px;line-height:0px;}


img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

a img { border: none;
}

/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #c41734;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: none;
}
 
.farbe {
	color: #e00028;
}

.ausblenden {

}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
    list-style-image:url();
    list-style:none;
}
ul li { 
background:url(bp2.png) 0 7px no-repeat; padding-left:20px;
}

li {
	padding: 0px;
}
.slider-wrap{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	border-top: 5px solid #cf0038;
}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
	margin:0;
}

.refnr {}

.apply {}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}
