body {
  background-color: #E2FFDD;
  margin: 0px;
  font-family: arial, arial, sans-serif;
  font-size: 10pt;
 }

#top {
 background-color: #7FFF81; 
 width: auto;
 text-align: left;
 margin-top: 8px;
 box-shadow: 0px 0px 5px #0072BC;
 margin-bottom: 20px;
}

#topPanel {
 height: 300px;
 width: auto;
 margin-bottom: 25px;
}

#centernav {
  height: 260px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-color: #7FFF81;
  box-shadow: 0px 0px 0px #0072BC;
}

#main {
 margin-left: auto;
 margin-right: auto;
 width: 980px;
 margin-top: 10px;
}

#contentPanel {
 background-color: #FFFFCF;
 box-shadow: 0px 0px 5px #0072BC;
 padding-left: 10px;
 padding-bottom: 20px;
}

#content {
 min-height: 600px;
 float: center;
 padding: 15px;
}

#navPanel {
  width: 230px;
  float: left;
  padding: 10px;
}

#footer {
  text-align: right;
  margin-top: 8px;
  margin-bottom: 20px;

}

#clearPanel {
  height: 1px;
  clear: both;
}


img {
  border: none;
}

.links {
float: left;
margin-right: 10px;

} 


h1 {
color: #190000;
font-size: 24pt;
margin-top: 20px;
font-weight: bold;
padding-top: 10px;
}

h2 {
color: #000000;
font-size: 14pt;
font-weight: bold;
padding-top: 10px;
margin-left: 0px;
}

h3 {
color: #000000;
font-size: 16pt;
font-weight: bold;
}

h4 {
color: #190000;
font-size: 24pt;
margin-top: 20px;
font-weight: bold;
padding-top: 10px;
}

h5 {
color: #000000;
font-size: 14pt;
font-weight: bold;
padding-top: 10px;
margin-left: 0px;
}

@import url ('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

h6 {
color: #000000;
font-size: 20pt;
font-family: 'Lobster', cursive;
padding-top: 10px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}


t1 {
  font-size: 16pt;
  font-weight: bold;
  color: #585858;
  font-style: italic;
}

t2 {
  font-size: 11pt;
  font-weight: normal;
  color: #585858;
  line-height: 150%;
}

t2_1{
  font-size: 11pt;
  font-weight: normal;
  color: #ff0000;
  line-height: 150%;
}

t3 {
  font-size: 14pt;
  font-weight: bold;
  color: #8A8A8A;
}

t4{
  font-size: 11pt;
  font-weight: bold;
  color: #8A8A8A;
}

t5 {							/*Links kind.php*/
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  margin-left: 150px;
}

t6 {							/*Zitat*/
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  margin-left: 150px;
  text-decoration: italic;
}


#contactPanel {
  margin-top: 0px;
  height: 100px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 5px #333333;
  border-top: 4px solid #666666;
  padding: 10px;
}

figure.einzel {
	position: relative;
	display: inline-block;
	width: 50%;
	margin-top: 10px;
}

figure.einzel2 {
	position: relative;
	display: table-cell;
	width: 50%;
	margin-top: 10px;
}

figure img {
	width: 50%;
	display: block;
	margin-left: 75px;
}

figcaption {
	margin-left: 75px;
	position: absolute;
	bottom: 0;
	width: 650px;
	text-align: center;
	line-height: 1.3em;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

.button {
  display: inline-block;
  width: 500px;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #000000;
  background-color: #7FFF81;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px #999;
}

.button:hover {background-color: #18a849}

.button:active {
  background-color: #18a849;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button2 {
  display: inline-block;
  width: 200px;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #000000;
  background-color: #7FFF81;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px #999;
}

.button2:hover {background-color: #18a849}

.button2:active {
  background-color: #18a849;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}