  * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  body, html {
    padding: 0px 0px 0px 0px;

    background-color: #D8DBE2;

    font-family: Verdana, sans-serif;
    font-size: 12pt;
    text-align: center;
  }
  header {
      padding: 0;
      margin: 0;
      text-align: left;
  }
  nav {
      background-color: #eee;
      padding: 0.5rem;
      text-align: center;
    }
  nav a {
      margin: 0 1rem;
      text-decoration: none;
      color: #333;
    }
  div.main_page {
    position: relative;
    display: table;
    width: 97%;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    background-image: url("images/haterszin.gif");
    text-align: center;
  }

  div.page_header {
    height: 67px;
    width: 100%;
    margin-left: 0px;
    background-image: url("images/hwcomp2.png");
  }
  div.content_section_text ul, div.content_section_text li {
    padding: 8px 8px 4px 16px;
  }
 .floating_element {
    position: relative;
    float: left;
  }
 .p  { font-family:Verdana; color:#000000;  text-align: center ; font-size: 16px
  }
 .r  { font-family:Verdana; color:#000000;  text-align: justify ; font-size: 18px
  }
 .s  { font-family:Verdana; color:#000000;  font-weight: normal ;text-align: center ; font-size: 18px
  }
  div.table_of_contents_item a,
  div.content_section_text a {
    text-decoration: none;
    font-weight: bold;
  }
  div.table_of_contents_item a:link,
  div.table_of_contents_item a:visited,
  div.table_of_contents_item a:active {
   color: #8B8D91;
  }
  div.table_of_contents_item a:hover {
    background-color: #000000;
    color: #8B8D91;
  }
  div.content_section_text a:link,
  div.content_section_text a:visited{
    background-color: #DCDFE6;
    color: #8B8D91;
  }
  div.content_section_text a:hover,
  div.content_section_text a.current  {
    background-color: #DCDFE6;
    color: #A52F5B;
  }
@media (max-width: 600px) {
      header {
      text-align: left;
      color: gray;
      padding: 0rem;
      width: 100%;
      }
      nav a {
        display: block;
        margin: 0.5rem 0;
      }
     footer {
       font-size: 0.7rem;
       padding: 0.5rem;
      }
  }

