body {
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size: 1em;
    color: #000066;
    
    max-width: 1024px;
    margin: 0px auto 0px auto;

    padding: 10px;
}

h1 {
    font-size: 1.5em;
    line-height: 30px;
    color: #000066;
    font-weight: bolder;
    margin: 30px 0px 0px 0px;
}

.h1 {
    font-size: 1.7em;
    color: #000066;
    font-weight: normal;
    font-style: normal;
}

.h1 li {
    margin-bottom: 8px;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    line-height: 28px;
    color: #000066;
}

.h2 {
    font-size: 1.4em;
    color: #000066;
    font-weight: normal;
    font-style: normal;
}

.h2 li {
    margin-bottom: 4px;
}

h3 {
    font-size: 1.1em;
    line-height: 26px;
    color: #000066;
}

h4 {
    font-size: 1.0em;
    line-height: 24px;
    color: #000066;
}

p {
    font-size: 0.8em;
    color: #000099;
}

li {
    font-size: 0.9em;
    color: #000099;
    line-height: 20px;
}

ul {
    padding: 0px;
    list-style-type: none;
}    

ol {
    list-style-type: decimal;
}    


a {
    text-decoration: none;
    margin: 3px 5px 3px 5px;
    padding: 4px 15px 4px 15px;
    border-radius: 5px;

    font-weight: 500;

    color: rgba(0, 0, 153, 0.9);
    background-color: transparent;
}

a:link {
    font-weight: 500;
    color: rgba(0, 0, 153, 0.9);
    background-color: transparent;
}

a:visited {
    font-weight: 500;
    color: rgba(0, 0, 153, 0.9);
    background-color: transparent;
}

a:hover {
    font-weight: 700;
    color: rgba(0, 0, 153, 0.9);
    background-color: transparent;
}

nav li {
    float: right;
}

nav a {
    background-color: rgba(153, 153, 153, 0.5);
}

nav a:link {
    background-color: rgba(153, 153, 153, 0.5);
}

nav a:visited {
    background-color: rgba(153, 153, 153, 0.5);
}

nav a:hover {
    background-color: rgba(102, 102, 102, 0.5);
}

img {
    margin: 45px 0px 0px 0px;
    display: block;
    clear: both;
}
  
article {
    margin: 0px;
    padding: 0px;
}

address {
    margin: 0px 0px 0px 0px;
    font-style: normal;
}

address p {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: 500;
    line-height: 14px;
}
/*
*/

/* Eigene IDs und Klassen */

#Table-of-Contents {
    display: inline-block;
    clear: both;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

#Table-of-Contents ul {
    
}

.first a {
    font-weight: 700;
}

.second a {
    font-weight: 500;
    margin-left: 20px;
}

#Table-of-Contents li {
    width: 100%;
}

#Table-of-Contents a {

    background-color: transparent;
}

#Table-of-Contents a:link {
    background-color: transparent;
}

#Table-of-Contents a:visited {
    background-color: transparent;
}

#Table-of-Contents a:hover {
    background-color: rgba(102, 102, 102, 0.5);
}
    





.tab_left_h1 {
    display: inline-block;
    width: 70px;
    }
  
.h_red {
    color: #ff0033;
    }
  
.h_blue {
    color: #3399ff;
    }
  
.tab_left {
    display: inline-block;
    width: 40px;
    }
  
.li_1 {
    padding-left: 10px;
    }
  
.li_2 {
    padding-left: 20px;
    }
  
.li_3 {
    padding-left: 30px;
    }
  
.li_4 {
    padding-left: 40px;
    }
  
.li_5 {
    padding-left: 50px;
    }
  
.stut {
    display: inline-block;
    width: 200px;
    }
  

.ds_tab_left {
    display: inline-block;
    width: 80px;
}

.ds_tab_right a {
    margin: 0px;
    padding: 0px;
}

.ds_tab_left_block {
    display: block;
    width: 80px;
    height: 60px;
    float: left;
}
      
.ul_web_address {
    margin: 0px;
    display: block;
    }