body {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 99%;
  position: relative;
  margin: auto;
  padding-top: 10px;
}



/* 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 */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 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}
}

/* Boxen*/
.container {
	position: absolute;
	background-color:#999;
	margin: auto;
	height: 98%;
	width: 97%;
}
.top1 {
	height: 100px;
	width: 99%;
	align: center;
	position: relative;
	background-color: #666;
	top: auto;
}
.top2 {
	height: 230px;
	width: 99%;
	position: float;
	background-color: #6D6D6D;
	text-align: center;
	top: auto;
	overflow: auto;
}
.navigation {
	height: 240px;
	width: 100%;
	position: absolute;
	background-color: #6D6D6D;
	text-align: center;
	overflow: auto;
}
.haupt {
	padding: 20px;
	height: 95%;
	width: 99%;
	position: relative;
	background-color: #CCC;
	overflow: auto;
	visibility: visible;
}
/*
.fusszeile {
	position: relative !important;
	top: 80%;
	background-color: #FF0;
	height: 50px;
	width: inherit;
}
*/

/* Schriften */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #03C;
}
.aktuelles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 5px;
	background-color: #DFDFDF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 5px;
	background-color: #DFDFDF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.kleinertext {
	font-size: 9px;
}
.weissertext {
	color: #FFF
}
.weiss_fett_gross {
	font-size: 18px;
	font-weight: bold;
	color: #FFF
}
.schwarz_fett_gross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.blau_fett_gross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #03C;
}
.sehr_wichtig_1 {
	font-size: 14px;
	font-weight: bold;
}
.sehr_wichtig_dklrot {
	font-size: 14px;
	font-weight: bold;
	color:#C00;
}
.text_12 {
		font-size: 12px;
}
.wichtig_1 {
	font-weight: bold;
}
.wichtig_1_dklrot {
	font-weight: bold;
	font-size: 12px;
	color:#C00;
}

/* Hyperlinks */
a:link {
	color: #0000FF;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #990099;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-size: 14px;
}

/* Tabellen und Zellen */
.zelle_hell {
	width: 33%;
	height: 50px;
	font-size: 10px; 
	background-color: #CCC;
}
.zelle_dkl {
	width: 33%;
	height: 50px;
	font-size: 10px;
	background-color: #999;
}
.zelle_dkl2 {
	background-color: #C1C1C1;
}
.gold {
	background-color:#FC0;
}
.silber {
	background-color:#E0E0E0;
}
.bronze {
	background-color:#993;
}
