
/*Datei: body.css*/

body {
    font-size: 12px;
    font-family: sans-serif;
    color: black;
    background-color: inherit;
    margin-left: 78px;
    margin-right: 42px;
    text-align: left;
    text-indent: 0px;
    max-width : 700px;
    padding-left: 24px;
    padding-bottom : 15px;
  }
h1 {
    color: #8a8d9a;
    background-color: inherit;
  }
h2 {
    color: #8a8d9a;
    background-color: inherit;
  }
h3 {
    color: #8a8d9a;
    background-color: inherit;
  }
h4 {
    color: #8a8d9a;
    background-color: inherit;
  }
h5 {
    color: #8a8d9a;
    background-color: inherit;
  }
a:link {
    text-decoration: none;
    color: #6F6F6F;
    background-color: inherit;
    border: 0;
  }
a:visited {
    text-decoration: none;
    color: #6F6F6F;
    background-color: inherit;
    border: 0;
  }
a:active {
    text-decoration: none;
    color: #6F6F6F;
    background-color: inherit;
    border: 0;
  }
  
  div.boddyimg {
    border: 0;
    background: inherit;
    border-color: inherit; 
    text-decoration: none;
    color: white;
    padding-top : 3.3em;
  }
  div.boddyimg a:link {
    text-decoration: none;
    color: white;
    background-color: inherit;
    border-style: none;
    }
    div.boddyimg a:visited {
    text-decoration: none;
    color: white;
    background-color: inherit;
    border-style: none;
  }
    div.boddyimg a:active {
    text-decoration: none;
    color: white;
    background-color: inherit;
    border-style: none;
  } 
    div.boddyimg h1 {
    color: inherit;
    background-color: inherit;
    border-style: none;
  }

div.menu {
    text-align: left;
    top: 7em;
    float: left;
    position: absolute;
    margin-left: 7em;
    margin-right: 5em;
    width: 30em;
    left: 0;
    padding: 0em 0.5em 1.2em 0.2em;
    background : inherit;
    font-size: 0.83em;
    color: inherit;
    }
    
    div.txt {
    top: 3em;
    left: 210px;
    position: absolute;
    color: inherit;
    background-color: inherit;
    margin-left: 1em;
    padding-bottom: 5em;
    min-width: 37em;
  }

