a:link   { color: red; text-decoration: none;
}
a:visited {color: red; text-decoration: none;
}
a:active {color: red;
}
a:hover  {color: blue;
}

body    {
        background : white;

}

h1      {
        font-family:Arial,sans-serif;
        font-size:20pt;
        color: Gray;
        font-style:italic;
        border-bottom:solid thin gray;
}

h2      {
        font-family:Verdana,fantasy;
        font-size:16pt;
        color:Gray;
}

h3      {
        font-size:14pt;
        font-style:italic;
}

h4      {
        margin-right : 20px;
        text-align : right;
        font-size :10pt;
        font-family : Arial, Helvetica, sans-serif;
        font-weight : normal;
}
p,li    {
        font-size:12pt;
        margin-right : 10px;
}
hr      {
        color:gray;
        size:2;
        margin-right : 10px;
}
DIV.main {
        position : absolute;
        top : 80px;
        left : 20%;
        font-family : Times New Roman, Times, serif;
        float : right;
        text-align : left;
        height: 80%;
        width : 70%;
        background : white;
        overflow : auto;
}

DIV.navi {
        position : absolute;
        top : 80px;
        left : 0px;
        text-align : center;
        font-weight : bold;
        width : 20%;
        font-family : Arial, Helvetica, sans-serif;
        color : gray;
        background : white;
}

DIV.unterbild {
        font-family:Arial,sans-serif;
        font-size:8pt;
}

p.block {text-align : justify;
        margin-left : 30px;
        margin-right : 50px;
}

.zentriert    {
        text-align : center;
}

.zi {
        text-align : center;
        font-style : italic;
}

.einrueck {
        margin-left : 130px;
}

#fettkursiv {
        font-weight:bold;
        font-style:italic;
}

#fett   {
        font-weight : bold;
}

#klein  {
        font-size : 10pt;
}

#kleiner {
         font-size : 8pt;
}
