Body {
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  font-family: Tahoma;
}

header{
  color: rgb(34,139,34);

  margin: auto;
  padding: 0%;

  border-style: none;
  border-radius: 0%;
  border-width: 2px%;
  border-color: rgba(0, 48, 0, 0.5);


  text-align: center;
  vertical-align: middle;

  font-style: normal;
  font-family: Tahoma;
  font-size: 20px;
}

footer{
  bottom: 0px;
  left: 0px;
  color: rgb(0,0,0);
  background-color: rgb(34,139,34);

  width: 100%;
  float: left;
  font-family: Tahoma;
}

nav{
  color: rgb(34,139,34);
  background-color: inherit;

  float: left;
  padding: 0%;

  border-color: rgb(34,139,34);
  border-style:none;

  text-align: center;
  font-family: Tahoma;
}

p{
  text-align:justify;
}

li{
  text-align: left;
  text-indent: 10%;
}


h1{
  color: rgb(34,139,34);
  text-align: center;
  margin: 10px;
  font-family: inherit;
}

h2{
  color: rgb(34,139,34);
  text-align: center;
  margin: 10px;
  font-family: inherit;
}

h3{
  color: rgb(34,139,34);
  text-align: center;
  margin: 10px;
  font-family: inherit;
}

.head_left{
  width: 20%;
  min-width: 150px;
  float: left;
}

.head_right{
  width: 79%;
  float: right;
}

.t2b1,
.t2b2,
.t3b1,
.t3b2,
.t3b3{
  padding: 1%;
}

.spoilerHeading:active + .spoilerContent {
    display: inline;
}
.spoilerContent {
    display: none;
}

img{
  max-width: 100%;
  max-height: 100%;
}

a:link,
a:visited {
  color: rgb(0,48,0);

  text-decoration-line: none;
  font-style: normal;

  text-align: center;
}

ol,
li {
  text-indent: 0px;
	margin: 2px;
  padding-left: : 10px;
	list-style-position: outside;
  text-align: justify;
}

.menu,
.menum{
  display:inline-block;

  background-color: inherit;

  padding: 1%;

  border-style:solid;
  border-width: 0.1%;
  border-color: rgb(34,139,34);

  vertical-align: middle;

  text-align: center;
  font-family: inherit;
}

.menu{
  border-radius: 100%;
}

.menum,
.menumu {
  border-radius: 0%;
}

.menumu {
  position: fixed;
  width: 15%;
  bottom: 5%; left: 0px;
}

.Hauptbereich{
  color: rgb(0,0,0);
  background-color: inherit;;

  float: right;
  margin: : 1%;

  border-color: rgb(0,58,0);
  border-style:none;

  text-align: center;
}

.breite20{
  width: 15%;
  float: left;

  text-align: center;
  vertical-align: middle;
}

.breite60{
  width: 70%;
  float: left;

  text-align: center;
  vertical-align: middle;
}

.breite100{
  width: 100%;
  float: left;

  text-align: center;
  vertical-align: middle;
}
