body {
	background-color: #ffffff;
	font-family:Trebuchet MS,sans-serif;
	text-align: center;
	margin-top:0;
}

h1 {
	color:#000000;
	font-size:30px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
	font-family:Trebuchet MS,sans-serif;
}

h2 {
	color:#000000;
	font-size:28px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
	font-family:Trebuchet MS,sans-serif;
}

p {
	font-size:13px;
	margin-top:0px;
	margin-bottom:3px;
	padding-top: 0px;
}

a {
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 0px;
}
	a:link {
		color:#000000;
	}
	a:hover {
		color:#000000;
	}
	a:visited {
		color:#000000;
	}


#rahmen {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#header{
	width: 1000px;
	padding-top: 0px;
	text-align: center;
}

#main{
	width: 1000px;
	padding-top: 0px;
}


.left{
	margin-top:0;
	width: 194px;
	height: 432px;
	text-align: left;
	float: left;
}

.bilder{
	width: 612px;
	height: 432px;
	text-align: left;
	float: left;
}

.text{
	width: 612px;
	height: 432px;
	text-align: left;
	float: left;
}

.right{
	margin-top:0;
	padding: 0 0 0 30px;
	width: 164px;
	height: 432px;
	float: left;
	text-align: left;
	float:left;
}

#footer{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	width: 806px;
	text-align: right;
	float: left;
}

* {box-sizing:border-box}

.slideshow-container {
  width: 612px;
  height: 432px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  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 */
.stext {
  font-size: 11px;
  position: absolute;
  width: 100%;
  text-align: right;
}

/* 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: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

/* 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}
}

