@charset “UTF-8″;
<style>
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
   margin: auto;
border: 0px;
padding: 0px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: relative;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 0px;
  padding: 0px 0px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 0px;
  width: 0px;
  margin: 0 0px;
  background-color: 
;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.topnav {
  overflow: hidden;
  background-color: #006633;
border: 0;
padding:0px;
margin: auto;
border:0px;

width: 1200px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
background-color:#006633;


}

.topnav a:hover {
  background-color: #cccccc;
  color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.ue1 {
  
  
  color: #006633;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
font-weight: bold;
}

.normal_text{
  
  
  color: #6E6E6E;
  
  text-decoration: none;
  font-size: 16px;
font-weight: normal;
text-align: justify;
vertical-align: top;
}

.text_side {
  
  
  color: #505050;
  
  text-decoration: none;
  font-size: 14px;
font-weight: normal;
text-align: center;
}
.ue_side {
  
  
  color: #006633;

  text-align: center;
  text-decoration: underline;
  font-size: 15px;
font-weight: bold;
}
.bg_side {
  background-color:#D8D8D8;
border: 0;
padding:0px;
margin:0px;
border:0px;
border-radius:20px;
}
.footer {
  background-color:#006633;
border: 0;
padding:0px;
margin:0px;
border:0px;
border-radius:10px;
}
.footer_text {
  
  
  color: #f2f2f2;
  text-align: left;
 
  text-decoration: none;
  font-size: 12px;
}
a:link {
    color: #f2f2f2;
}
a:visited {
    color: #f2f2f2;
}
a:hover {
    color: #bbbbbb;
}
.textfeld {
  background-color:#ddd;
 border-color:#006633;
border: 1px;
padding:0px;
margin: 0px;
border-style: solid;
color: #006633;
font-size:14px;
padding:3px;
border-radius:10px;

}

.button{
  background-color:#006633;
 border-color:#ddd;
border: 1px;
padding:10px;
margin: 5px;
border-style: solid;
color: #f2f2f2;
font-size:14px;
border-radius:10px;

}
.infobox{
background-color:#D8F6CE;
 
border: 5px, solid, #ffffff;
padding:0px;
margin: 0px;


color: #006633;
font-size:14px;
border: 5px;
border-style: solid;
border-color: #ffffff;
border-radius: 20px;
text-align: center;
vertical-align: top;

}
</style>