html, body
  {
  font-family: Thaoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #F6EEDE;
  }
#gesamt
  {
  display: grid;
  width: 990px;
  color: #333;
  margin: auto;
  background: #FFFBD5;
  }
#inhalt
  {
  color: #95641C;
  width:950px;
  padding:20px;
  float: left;
  margin-top: 5px;
  margin-bottom:5px;
  text-align: left;
  }
#navizei
  {
  text-align: center;
  width:950px;
  margin:5px;
  color: #95641C;
  }
.navibox
  {
  height:85px;
  width:90px;
  text-align: center;
  padding:2px;
  margin:6px;
  float: left;
  }
#kopfzei
  {
  width: 990px;
  margin: 5px;
  height: 30px;
  color: #95641C;
  font-size: 18px;
  float: left;
  }
#fusszei
  {
  width: 960px;
  margin: 5px;
  height: 30px;
  color: #95641C;
  font-size: 18px;
  text-align: center;
  }
.flex 
  { 
  display: flex; 
  justify-content: flex-start; 
  align-items: center;
  }  
.bildlinks
  {
  float: left;
  margin: 0px 15px 0px 0px;
  border: 1px solid #666666; 
  float: left;
  }
.textlinks
  {
  float:left;
  width:520px;
  float: left;
  }
.textrechts
  {
  float:right;
  }
a:link
  {
  text-decoration: none;
  font-size: 16px;
  color: #735A1A;
  }
a:visited
  {
  text-decoration: none;
  color: #735A1A;
  }
a:aktiv
  {
  text-decoration: none;
    color: #735A1A;
  }
a:hover
  {
  text-decoration: none;
  color: #735A1A;
  //font-weight: bold;
  text-shadow: 1px 1px 1px black;
  }
h1 
  {
  font-size: 22px;
  }
br
  {
  content: " ";
  display: block;
  margin: 0.5em 0;
  }
p 
  {
  margin: 2px;
  }
.halb
  {
  margin-top:6px;
  }
.img
  {
  border:none;
  }
.boxtitel
  {
  background: #e9e0d8;
  color:#95641C;
  border: 1px solid white;
  height:30px;
  width:180px;
  padding-top: 7px;
  margin:2px;
  font-size: 20px;
  text-align: center;
  float: left;
  }
.boxland
  {
  text-decoration:none;
  background: #FFF;
  color:#95641C;
  border: 1px solid lightgrey;
  height:20px;
  width: 80px;
  padding: 5px;
  margin:2px;
  font-size: 14px;
  text-align: center;
  float: left;
  }
.boxgold
  {
  text-decoration:none;
  background: #FFFBD5;
  color:#95641C;
  border: 1px solid gold;
  height:20px;
  width:60px;
  padding: 5px;
  margin:1px;
  font-size: 14px;
  text-align: center;
  float: left;
  }
.boxsilber
  {
  background: #F5F6F7;
  color:#808080;
  border: 1px solid silver;
  height:20px;
  width:60px;
  padding: 5px;
  margin:1px;
  font-size: 14px;
  text-align: center;
  float: left;
  }
.boxbronze
  {
  background: #f6dec5;
  color:#84611B;
  border: 1px solid BurlyWood;
  height:20px;
  width:60px;
  padding: 5px;
  margin:1px;
  font-size: 14px;
  text-align: center;
  float: left;
  }
.boxlfoto
  {
  float: left;
  width: 720px;
  padding:0;
  margin-top: 0px;
  }
.boxrfoto
  {
  float: right;
  width: 220px;
  padding:0;
  margin-top: 0px;
  margin-left: 0px;
  }
.boxr400
  {
  float: right;
  width:400px;
  padding:0;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
  text-align: right;
  }