body {
	color: #2F4F4F;
	margin: 0;
	padding: 5%;
	min-width: 640px;
	font-size: 1em;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	background-image: url(../bilder/hg_muster1.jpg);
	line-height: 0.9em;
}


h1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 6px;
 }
 
 h2 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 h4 {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 h5 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 h6 {
	font-size: 0.9em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	display: list-item;
	line-height: 1.3em;
 }
  h7 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	display: list-item;
 }
 
#container {
	font-size: 0.8em;
	margin: auto;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 900px;
	background-color: #F5F5F5;
}
#header {
	padding-bottom: 0px;
	text-align: right;
	overflow: hidden;
	color: #666666;
	background-repeat: no-repeat;
	height: 90px;
	border-right-width: 30px;
	padding-right: 30px;
	background-color: #dcdcdc;
	background-image: url(../bilder/header_900x200.jpg);
	padding-top: 40px;
}
#header {
	color: #696969;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
}

#menu {
	text-align: center;
	color: black;
	background-color: #8B0000;
	opacity: 0.8;
	padding-top: 9px;
	padding-right: 2%;
	padding-bottom: 9px;
	padding-left: 2%;
	margin-left: -2%;
	margin-right: -2%;
	margin-top: 0;
	margin-bottom: 0px;
	font-variant: small-caps;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 2.5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
}
#menu li {
	font-size: 1.15em;
	display: inline;
	list-style-type: none;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
}

#menu li a {
  text-decoration: none;
}

#menu li a:link {
	color: #DCDCDC;
}
#menu li a:visited {
	color:#DCDCDC;
}
#menu li a:hover {
	color: #FFFFF0;
  /*background: #FFFF00;*/
}
#menu2 {
	text-align: left;
	color: #696969;
	margin-left: -26px;
}
#menu2 li {
	font-size: 0.9em;
	display: list-item;
	list-style-type: disc;
	color: #000000;
}

#menu2 li.last {

}

#menu2 li a {
  text-decoration: none;
}

#menu2 li a:link {
	color: #696969;
}
#menu2 li a:visited {
	color: #696969;
}
#menu2 li a:hover {
	color: #999999;
  /*background: #FFFF00;*/
}
#main {
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 125px;
	padding-bottom: 15px;
	margin-right: 100px;
}
#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}

#gallery figure {
	position: absolute;
	display: inline-block;
	top: 0;
	left: -3em;
	width: 450px;
	z-index: 1;
	animation-name: wechseln;
    	animation-duration: 72s;
    	animation-iteration-count: infinite;
}

#gallery figure:last-of-type {
	position: relative;
}

#gallery figure figcaption {
	position: relative;
	left: 0em;
	font-size: 0,5em;
	font-weight: normal;
	line-height: 1.1em;
	text-align: left;
	bottom: -0.5em;
	z-index: -1;
	color: #696969
}

@keyframes wechseln {
    0% {opacity: 0;}
   7% {opacity: 1;}
   14% {opacity: 1;}
   21% {opacity: 0;}
  100% {opacity: 0;}
}

#gallery figure:nth-of-type(2) {
	animation-delay: 8s;
	opacity: 0;
}

#gallery figure:nth-of-type(3) {
	animation-delay: 16s;
	opacity: 0;
}
#gallery figure:nth-of-type(4) {
	animation-delay: 24s;
	opacity: 0;
}
#gallery figure:nth-of-type(5) {
	animation-delay: 32s;
	opacity: 0;
}
#gallery figure:nth-of-type(6) {
	animation-delay: 40s;
	opacity: 0;
}
#gallery figure:nth-of-type(7) {
	animation-delay: 48s;
	opacity: 0;
}
#gallery figure:nth-of-type(8) {
	animation-delay: 56s;
	opacity: 0;
}
#gallery figure:nth-of-type(9) {
	animation-delay: 64s;
	opacity: 0;
}
span.nowrap {
	white-space:nowrap;
}

span.formError {
    font-size: 11px;
    color: red;
    font-weight: bold;
}

#Fusszeile {
	clear: both;
	font-size: 10px;
	text-align: center;
	background-color: #DCDCDC;
	color: #696969;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #8B0000;
	padding: 5px;
	height: 15px;
  }
 
