body
{
  margin:0;
  padding:0;
}


.kopf
{
  background:green;
  padding:5px;
  border:1px solid black;
  height:90px;
}

.kopf h1
{
  color:black;
  text-align: center;
  margin:auto;
}

.kopf h2
{
  color:black;
  text-align: center;
  margin:auto;
}

.navigation
{
  background:green;
  float:left;
  padding:20px 5px 5px;
  border:1px solid black;
  width:170px;
  height:600px;
  margin:5px;
}

.navigation a
{
  display:block;
  border-style: outset;
  text-align: center;
  font-weight: bold;
  font-family: Arial, sans serif;
  background-color: silver; color: black;
  text-decoration: none;
  /*padding 0.3em;*/
  margin-bottom: 0.5em
}

.navigation a:hover
{
  border-style: inset;
  background-color: green; color: silver;
}


.inhalt
{
  background:white;
  padding:5px;
  margin:5px 5px 0 190px;
  border:1px solid black;
} 

.inhaltschuetzen
{
  background:#eeffcc;
  padding:5px;
  margin:5px 5px 0 190px;
  border:1px solid black;
  height:600px;
  font-size:12pt;
  /*font-weight:bold;*/
} 

.inhalt h3
{
  color:black;
  text-align: center;
  margin:auto;
}

.inhalt h4
{
  color:black;
  text-align: center;
  margin:auto;
}

.logo
{
  background:white;
  float:left;
  padding:10px;
  border:1px solid black;
  width:170px;
  height:80px;
  margin:0px;
}
