@charset "utf-8";
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: 300;
}

.signet {
	position: absolute;
	left: 20px;
	top: 70px;
}

.navi {
	position: absolute;
	left: 70px;
	top: 90px;
	font-size: small;
}

.navi2 {
	left: 289px;
	top: 90px;
	position: absolute;
	font-size: small;
	width: 450px;
	background-color: #FFF;
}

/* Spezielle Variante für die Laternen-Seite */
.navi2.navi2-laternen {
    position: relative;
    left: auto;
    top: auto;
    margin: 90px 0 40px 289px;  /* ähnlich wie früher: rechts von der Navigation */
    font-size: small;
    width: 600px;               /* mehr Platz für die Slideshows */
    background-color: #FFF;
}

.navi3 {
	left: 270px;
	top: 90px;
	position: absolute;
	font-size: small;
	background-color:#FFF;
}

.navi4 {
	left: 289px;
	top: 550px;
	position: absolute;
	font-size: small;
	width: 600px;
	background-color: #FFF;
}

.navilinks {
	list-style-type: none;
	list-style-position: outside;
	line-height: 2em;
	text-decoration: none;
	font-size: small;
}
.jahrelinks {
	font-size: x-small;
	text-decoration: none;
}
.bildlinks {
	border: thin solid #FFFFFF;

}

.aktiv {
	list-style-type: none;
	list-style-position: outside;
	line-height: 2em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: small;
}

.headline-a {
	position: absolute;
	left: 70px;
	top: 40px;
	font-size: larger;
	font-weight: bold;
	}

.fatalia {
	text-transform: uppercase;
	font-size: small;
}

.fataliafett {
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

.inhalt {
	top: 10px;
	position: relative;

}

/* Slideshow-Block */
.dia {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;         /* ❗ keine feste Höhe mehr */
    margin: 20px 0;       /* Abstand vor/nach der Slideshow */
}

	
		
.bildfeld {
	left: 815px;
	top: 90px;
	position: absolute;
	padding: 10px;
	border: thin dashed #666666;
}
.bildfeldgross {
	left: 25px;
	top: 25px;
	position: absolute;
	padding: 10px;
	border: thin dashed #666666;
}


#tabletop {vertical-align:top;}

h2 {
	font-weight: bold;
	font-size:large;
	color: #000000;
	margin-top:20px;
}

h3 {
	font-weight: bold;
	color: #000000;
	margin-top:20px;
}

/* Slideshow 1 */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  .rslides_container {
position: relative;
width:500px;
height:500px;
}

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.transparent-btns_nav:focus{
  outline: none;
  }

.transparent-btns_tabs{
  margin-top: 10px;
  text-align: center;
  }

.transparent-btns_tabs li{
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.transparent-btns_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.transparent-btns_here a{
  background: #222;
  background: rgba(0,0,0, .8);
  }
/* Slideshow 1 */
