body {
    font-family : "Courier New";
  }

img {
    /* turns off gaps around images */
    border:0
}

h1 {
    font-size:24px;
}

h2 {
    font-size:22px;
}

h3 {
    font-size:20px;
}

h4 {
    font-size:18px;
}

h5 {
    font-size:14px;
}

h6  {
        font-size:  12px;
        }

h1, h2, h3, h4, h5, h6 {
    font-family:  mono, arial, sans-serif, helvetica;
    font-weight: normal;
    color: #000000;
    background-color: transparent;
    margin: 0px;
}

a  {
       color:#000000;
       font-weight: bold;
       text-decoration:none;
       }

a:hover {
        color: #DC2B19;
        font-weight: bold;
        text-decoration:underline;
        }
a.activepage {
             color:#DC2B19;
             }

#liste {
       width: 100%;
       float: left;
       font-size: 5; /* could be specified at a higher level */
       margin: 0px;
       padding: 0 10px 0 10px;
       border-bottom: 0px solid #696;
       position:relative;
       z-index:2;
       }

#liste li {
       float: left;
       margin: 5px;
       padding: 0;
       display: inline;
       list-style: none;
       position:relative;
       }

#spalte1
        {
        float: right;
        width: 60%;
        }

#spalte2
        {
        float: left;
        width: 40%;
        }


