html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: arial;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 0px;
}

#impressum-content p.title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 4px;
}

#hintergrund {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: auto;
} 

.centered {
	left: 50%;
	top: 50%;
	width: 902px;
	height: 624px;
	margin-left: -451px;
	margin-top: -312px;
	background: url(main.png) no-repeat center center;
	position: absolute;
}

#logo {
	width: 450px;
	height: 310px;
	position: absolute;
	left: 54px;
	top: -60px;
}

#logo img{
	width: 100%;
}

#pictures {
	width: 408px;
	height: 310px;
	position: absolute;
	left: 54px;
	top: 190px;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
}

#pictures #inner {
	height: 270px;
	overflow: hidden;
	background-color: #333;
	position: relative;
}

#pictures p {
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
}

#text {
	width: 300px;
	height: 265px;
	position: absolute;
	right: 62px;
	top: 70px;
	background-color: rgba(255,255,255,0.8);
	/*border: 3px #272c5d dotted;*/
	color: black;
	font-size: 16px;
	text-align: center;
}

#card {
	width: 300px;
	height: 170px;
	position: absolute;
	right: 62px;
	top: 370px;
	background-color: rgba(255,255,255,0.8);
	/*border: 3px #272c5d dotted;*/
	color: black;
	font-size: 16px;
	text-align: center;
}

#card img{
	border: 1px #272c5d solid;
	height: 100px;
}

#text div, #card div{
	margin: 15px;
}

#text div{
	margin-top: 55px;
}

#text p, #card p{
	font-weight: bold;
}

#footer {
	width: 851px;
	height: 25px;
	position: absolute;
	left: 21px;
	bottom: 29px;
	/*background: url(footer_bg.jpg) center center repeat-x;*/
	background-color: black;
	text-align: center;
	line-height: 25px;
	color: white;
	font-size: 12px;
}

#footer a{
	color: white;
}

ul.diashow {
	margin:0px auto;
	width:408px; /* Breite der Diashow */
	height:270px; /* Höhe der Diashow */
	overflow:hidden;
	padding:0px;
}
ul.diashow > li {
	padding:0px;
	margin:-0px;
	list-style:none;
	width:100%;
	display:none;
	height:100%;
}

#slideshow {
    position:relative;
    height:270px;
	overflow: hidden;
	text-align: center;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	max-width:408px;
    max-height:270px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 100px !important;
  color: white !important;
  text-shadow: 2px 2px 10px black !important;
 }

.owl-prev {
  left: 5px;
}

.owl-next {
  right: 5px;
}

.owl-slide img{
  height: 270px !important;	
  width: auto !important;	  
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#historie-content p {
	margin-bottom: 10px;
}