.bodycopy {
	font-family:georgia, geneva, times, helvetica, verdana, arial;
	font-size: 11pt;
	line-height: 23px;
	color: #3c3939;
	text-decoration:none;
}

.headline {
        font-family:georgia, geneva, times, helvetica, verdana, arial;
		font-size: 13pt;
        line-height: 19px;
		color: #3c3939;
        text-decoration:none;
}

.bold {
       	font-family:georgia, geneva, times, helvetica, verdana, arial;
	    font-size: 11pt;
        line-height: 16px;
        font-weight:bold;
		color: #3c3939;
        text-decoration:none;
}

.link  {
	font-family:georgia, geneva, times, helvetica, verdana, arial;
	font-size: 11pt;
	line-height: 16px;
	color: #990000;
	text-decoration:none;
}


		
.link2  {
       	font-family:georgia, geneva, times, helvetica, verdana, arial;
	    font-size: 8,5pt;
        line-height: 20px;
        color: #990000;
        text-decoration:none;
}
        
.feld_doppel  {
		font-family:georgia, geneva, times, helvetica, verdana, arial;
	    font-size: 9,5pt;
		color: #999999;
	    text-decoration:none;
}

.feld  {
		font-family:georgia, geneva, times, helvetica, verdana, arial;
	    font-size: 9,5pt;
		color: #c20000;
	    text-decoration:none;
}
		        
.counter  {
		font-family:georgia, geneva, times, helvetica, verdana, arial;
	    font-size: 10pt;
		color: #d0d2a5;
	    text-decoration:none;
}
		
.form {
	font-family:georgia, geneva, times, helvetica, verdana, arial;
	font-size: 10pt;
	color: #3c3939;
	width: 250px;
	background: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.formbox {
	font-family:georgia, geneva, times, helvetica, verdana, arial;
	color: #3c3939;
	font-size: 11px;
	width: 250px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.button {
	font-family:georgia, geneva, times, helvetica, verdana, arial;
	background-color: #FFFFFF;
	color: #3c3939;
	height: 19px;
	width: 80px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
}

	.position {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration:none;
	}
	
.positionbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #a90101;
	text-decoration:none;
	}
.positionlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration:underline;
	}


	
.position_rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #a90101;
	text-decoration:underline;
	}

.position_rot   a:link { color:#a90101; text-decoration:underline; font-weight:bold; }
.position_rot   a:visited { color:#a90101; text-decoration:underline; font-weight:bold; }
.position_rot   a:hover { color:#a90101; text-decoration:underline; font-weight:bold; }
.position_rot   a:active { color:#a90101;  text-decoration:underline; font-weight:bold; }
.position_rot   a:focus { color:#a90101;  text-decoration:underline; font-weight:bold; }
	

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color:#d0d2a5;
  font-size: 14px;
  padding: 0px 15px;
  position: absolute;
  bottom: 13px;
  width: 45%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #d9ab29;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
