@keyframes textwelle {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}
	30% {
		transform: scale(1.25);
		opacity: 1;
	}
  60% {
    transform: scale(0.5);
    opacity: 1;
  }
  90% {
    transform: scale(1.25);
    opacity: 1;
  }
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

body {

  color: #FFCF3F;

  background-color: #3F3F3F;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-size: 1em;

}



td,tr {

  color: #000000;

  background-color: #FFFFFF;

  font-size: 1em;

  padding: 5px;

}



p {

  font-size: 1em;

  padding: 3px;

  margin: 0px;

}



/* Nachfolgend die Angaben für die Headergrafik.*/



.table {

  padding: 1em;

  color: #000000;

  background-color: #FFFFFF;

  border:solid 10px #FFFFFF;

}



.header {

  height: 220px;

  padding: 12px;

  width: 100%;/*950px;*/

  color: #FFCF3F;

  background-color: #FFFFFF;

  background:url(images/header.jpg) no-repeat;

  }



#headertext {
	color: #33CCFF;
	background-color: transparent;
	font-size: 2em;
	font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
	padding-right: 10px;
	font-style: italic;
	text-align: right;
}



td.topnavi {
/*	height: 29px;*/
	font-size: 1.5em;
	color: #33CCFF;
	background-color: #FFCF3F;
	font-weight: bold;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	text-align: center;
	background-repeat: repeat-x;
}



/*Formatierung der verschiedenen Überschriften*/



h1 {

  color: #4C6535;

  background-color: inherit;

  font-family: "Century Gothic", Georgia, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;;

  font-size: 2em;

  font-weight: bold;

  text-align: center;

  margin: 12px 0px 0px 10px;

  font-style: italic;

}



h2 {

  color: #3F3F3F;

  background-color: inherit;

  font-family: "Trebuchet MS", Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-size: 2em;

  font-weight: bold;

  margin: 12px 0px 2px 10px;

  text-align: center;

  letter-spacing: 2px;

}



h3 {

  color: #5F0000;

  background-color: inherit;

  font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-size: 1.5em;

  font-weight: bold;

  font-style: italic;

  margin: 12px 0px 0px 10px;

  text-align: center;

}



h4 {

  color: #7D4926;

  background-color: inherit;

  font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-size: 1em;

  font-weight: bold;

  margin: 12px 0px 2px 10px;

  text-align: center;

}



h5 {

  color: #000000;

  background-color: inherit;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-size: 1em;

  font-weight: bold;

  margin-left: 10px;

  margin-bottom: 2px;

  text-align: left;

}

h6 {
color: #33CCFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
	animation: textwelle 10s;
	font-size: 2em;
}



/* Steuerung der linksseitigen Navigation*/



.naviueberschrift {

  color: #4C6535;

  background-color: #FFFFFF;

  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;

  font-size: 2em;

  font-weight: bold;

  font-style: italic;

  margin: 5px;

  padding: 20px 0px 8px 10px;

  text-align: left;

  line-height: 2em;

}



.menue {

  list-style-type:none;

  padding: 0px;

  margin: 0px 0px 0px 5px;

  text-align: left;

}



.menue li a, .menue li a:visited  {
	color: #FF0000;
	background-color: #FFFFFF;
	width: 240px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 1em;
	border-bottom: 1px dotted #5F5F5F;
}

.menue li1 a, .menue li1 a:visited  {
	color: #FFCF3F;
	background-color: #FFFFFF;
	width: 240px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 1em;
	border-bottom: 1px dotted #5F5F5F;
}

.menue li2 a, .menue li2 a:visited  {
	color: #00FF00;
	background-color: #FFFFFF;
	width: 240px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 1em;
	border-bottom: 1px dotted #5F5F5F;
}

.menue li3 a, .menue li3 a:visited  {
	color: #0000FF;
	background-color: #FFFFFF;
	width: 240px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 1em;
	border-bottom: 1px dotted #5F5F5F;
}


.menue li4 a, .menue li4 a:visited  {
	color: #33CCFF;
	background-color: #FFFFFF;
	width: 240px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 1em;
	border-bottom: 1px dotted #5F5F5F;
}

.menue li5 a, .menue li5 a:visited  {
	color: #808000;
	background-color: #FFFFFF;
	width: 240px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 1em;
	border-bottom: 1px dotted #5F5F5F;
}


.menue li a:hover {

  font-weight: bold;

  text-decoration: none;

  color: #FFCF3F;

  background-color: #30DBF5;

}


.menue li1 a:hover {

  font-weight: bold;

  text-decoration: none;

  color: #FFCF3F;

  background-color: #30DBF5;

}

.menue li2 a:hover {

  font-weight: bold;

  text-decoration: none;

  color: #FFCF3F;

  background-color: #30DBF5;

}

.menue li3 a:hover {

  font-weight: bold;

  text-decoration: none;

  color: #FFCF3F;

  background-color: #30DBF5;

}


.menue li4 a:hover {

  font-weight: bold;

  text-decoration: none;

  color: #FFCF3F;

  background-color: #30DBF5;

}
.menue li5 a:hover {

  font-weight: bold;

  text-decoration: none;

  color: #FFCF3F;

  background-color: #30DBF5;

}


.menue li a:active, .menue li a:focus, .menue li span{
  color: #7D4926;
  background-color: #30DBF5;
  width: 220px;
  padding: 5px;
  margin: 2px;
  text-decoration: none;
  font-size: 1.8em;
  font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: bold;
  text-indent: 10px;
  border-bottom: 1px dotted #5F5F5F;

}

.menue li1 a:active, .menue li1 a:focus, .menue li1 span{
  color: #7D4926;
  background-color: #30DBF5;
  width: 220px;
  padding: 5px;
  margin: 2px;
  text-decoration: none;
  font-size: 1.8em;
  font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: bold;
  text-indent: 10px;
  border-bottom: 1px dotted #5F5F5F;

}

.menue li2 a:active, .menue li2 a:focus, .menue li2 span{
	color: #00FF00;
	background-color: #30DBF5;
	width: 220px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 1px dotted #5F5F5F;
}


.menue li3 a:active, .menue li3 a:focus, .menue li3 span{
	color: #00FF00;
	background-color: #30DBF5;
	width: 220px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 1px dotted #5F5F5F;
}

.menue li4 a:active, .menue li4 a:focus, .menue li4 span{
	color: #00FF00;
	background-color: #30DBF5;
	width: 220px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 1px dotted #5F5F5F;
}


.menue li5 a:active, .menue li5 a:focus, .menue li5 span{
	color: #00FF00;
	background-color: #30DBF5;
	width: 220px;
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Georgia,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	display: block;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 1px dotted #5F5F5F;
}

/*Steuerung des Haupttextes*/



td.mainbg {

  width: 70%;

  background-repeat: repeat-y;

}



#maintext {
	width: auto;
	font-size: 1em;
	text-align: justify;
	font-family: Tahoma,"Trebuchet MS",verdana,arial,helvetica,sans-serif;
	color: #000000;
	background-color: transparent;
	padding-top: 0px;
}



/*Formatierung der normalen Links*/



a:link, a:visited, a:active {
	color: #33CCFF;
	text-decoration: none;
	font-weight: bold;
}



a:hover {

  color:#4C6535;

  text-decoration:none;

  font-weight:bold;

}

#spalten p img {
   max-width: 100%; /* anpassen falls nötig! */
   max-height: 100%; /* ebenfalls */
   width: auto;
   height: auto;
}


#galerie {
background:#ffffff;
-moz-border-radius:10px;
border-radius:10px;
padding:20px;
width:700px;
margin:20px auto;
}

#galerie img {
background:#ffffff;
width:150px;
margin:15px 10px;
padding:10px 10px 50px 10px;
opacity:0.8;
-moz-box-shadow: 0 0 5px 2px #ccc;
-webkit-box-shadow: 0 0 5px 2px #ccc;
box-shadow: 0 0 5px 2px #ccc;
-webkit-transform: rotate(-2deg);  /* Saf3.1+, Chrome */
-moz-transform: rotate(-2deg);  /* FF3.5+ */
-o-transform: rotate(-2deg);  /* Opera */
transform: rotate(-2deg);
-webkit-transition: all 0.4s ease-out;  /* Saf3.1+, Chrome */
-moz-transition: all 0.4s ease-out;     /* FF3.5+ */
-o-transition: all 0.4s ease-out;  /* Opera */
transition: all 0.4s ease-out;
}

#galerie img:nth-child(2n) {
-webkit-transform: rotate(2deg);  /* Saf3.1+, Chrome */
-moz-transform: rotate(2deg);  /* FF3.5+ */
-o-transform: rotate(2deg);  /* Opera */
transform: rotate(2deg);
}
#galerie img:hover {
opacity:1;
padding:0;
position:relative;
z-index:1;
-moz-box-shadow: 2px 2px 2px #888;
-webkit-box-shadow: 2px 2px 2px #888;
box-shadow: 2px 2px 2px #888;
-webkit-transform: rotate(0deg) scale(5);  /* Saf3.1+, Chrome */
-moz-transform: rotate(0deg) scale(5);  /* FF3.5+ */
-o-transform: rotate(0deg) scale(5);  /* Opera */
transform: rotate(0deg) scale(5);
}
/* Start http://www.cursors-4u.com */ /*<--hier kommentar raus body, a:hover {cursor: url(http://cur.cursors-4u.net/food/foo-3/foo260.ani), url(http://cur.cursors-4u.net/food/foo-3/foo260.png), progress !important;}*/ /*und hier raus-->*/ /* End http://www.cursors-4u.com */
