﻿a {
	color:darkgreen;
}

a:visited {
  background-color: darkgreen; 
}

.text_navigation {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
}
.balken_navigation_normal {
	background-color: #006600;
}
.balken_navigation_aktiv {
	background-color: #FF7100;
}
.text_footer {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #E5E5E5;
}
.farbe_footer {
	background-color: #E5E5E5;
}
.headline {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-large;
	font-weight: 600;
	letter-spacing: 0.6em;
	position: relative;
	left: 80px;
	top: 70px;
	z-index: 10;
}
.subheadline {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: 600;
	letter-spacing: 0.3em;
	position: relative;
	left: 90px;
	top: 90px;
	z-index: 10;
}
.footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.inhalt {
	max-width:70em;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: xx-large;
	font-weight: 200;
	margin-top:50px;
	margin-left:100px;
	clear:both;
}
h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: large;
	font-weight: 200;
	margin-top: 50px;
	margin-left:100px;
	clear:both;
}
.einleitung {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	margin-left:150px;
	width: 80%;
	line-height: 1.8em;
}
.spalten ul {
	list-style: none;
    -moz-columns:    2 12em;
    -webkit-columns: 2 12em;
    columns:         2 12em;
}
li {
	vertical-align:top;
	margin-bottom: 0;
	padding: 0;
}
.banner {
	width:100%;
	margin-top:30px;
	max-width:70em;
	margin-left:auto;
	margin-right:auto;
}
.trennstrich_text {
	height:1px;
	width: 84%;
	background-color:#C0C0C0;
	margin-left:100px;
}
.trennstrich_footer {
	height:1px;
	width:100%;
	background-color:#C0C0C0;
	clear:both;
}

#gallery {
	position:relative;
}

#gallery figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-animation: wechseln 40s infinite;
	animation: wechseln 40s infinite;
}

@keyframes wechseln {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	92% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes wechseln {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	92% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#gallery figure:nth-of-type(3) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

#gallery figure:nth-of-type(2) {
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}

#gallery figure:nth-of-type(1) {
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}
