body {
  margin: 0;
  padding: 0;
  font: 12px verdana, sans-serif;
  line-height: 1.4;
}

h1 {
  font-size: 25px;
  line-height: 30px;
  background-color: #D1DE8A;
  border: 1px solid #ff9900;
}
  
h2 {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  background-color: #D1DE8A;
  border: 1px solid #ff9900;
}

h3 {
  font-size: 12px;
  line-height: 5px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

h4 {
  font-size: 11px;
  line-height: 4px;
  text-align: center;
  color: #777777;
}

h5 {
  font-size: 8px;
  line-height: 1;
  text-align: center;
  color: #999999;
}

h6 {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background-color: #D1DE8A;
  border: 1px solid;
  border-color: #ff9900;
}
  
.downloads {
  display: inline;
  font-size: 11px;
  font-weight: bold;
}

.Excel {
  font-size: 10px;
}

.PDF {
  font-size: 10px;
}

table {
  border: 5px groove #ff9900;
  width: 100%;
  overflow:auto;
}
   
#inhalt, #navigation, #sidebar, #footer, #extra, #inhalt1 {
  padding: 10px;
  background: #eeeeee;
  border: 1px solid #ff9900;
}  

#kopfbereich {
  height: 105px;
  border: 1px solid #ff9900;
  background-color: #D1DE8A;
}  

#navigation, #sidebar {
  position: absolute;
  top: 117px;
  width: 160px;
}  

#navigation {
  left: 15px;
}

#navigation img {
  border: 6px groove #ff9900;
}

#navigation td {
  background-color: #D1DE8A;
  border-width: 1px;
  border-style: solid;
  border-color: #ff9900;
}

#sidebar {
  right: 15px;
  text-align: center;
  font-size: 8px;
}

#navigation p {
  left: 15px;
  text-align: center;
  font-size: 8px;
}
    
#inhalt, #footer, #extra, #inhalt1 {
  margin-left: 208px;
  margin-right: 208px;
}

#footer {
  clear: left;
}

#inhalt, #inhalt1 {
  margin-bottom: 15px;
}

#inhalt img {
  margin: 0 2px 2px 0;
  border: 1px solid #ff9900;
  padding: 10px;
  background-color: #D1DE8A;
}     

#inhalt p {
  text-align: justify;
}   

#inhalt h3 {
  font-size: 12px;
  line-height: 1;
  border: 1px solid #ff9900;
  background-color: #D1DE8A;
}
  
a:link {
  text-decoration: none;
  color: #000000;
}

a:visited {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
  color: #ff9900;
}

a:focus {
  text-decoration: none;
  color: #ff9900;
}

a:active {
  text-decoration: none;
  font-size: 10px;
  color: #ff9900;
}

#inhalt1 img {
  margin: 0 2px 2px 0;
  border: 1px solid #ff9900;
  padding: 10px;
  background-color: #D1DE8A;
}    

