/*
 * CSS-Datei style_div.css
 * Date: 2008-05-25
 * W. Spiegel, walter.spiegel@web.de
 */
<style type="text/css">
<!--
title {
 font-family: arial,helvetica;
 color: #000000;
}

body {
 background-color: #efefef;
 color: #000000;
}

        #links {
                float:left;
                width:10%;
                height:55%; /* alternativ: 40% */
                margin-left:15px;
                //#margin-right:15px;
                margin-bottom:20px;
                }

        #links p {
                font-size:12pt;
                margin-right:15px;
                }

        #content {
                float:left;
                width:90%;
                height:55%; /* alternativ: 40% */
                margin-left:5px;
                padding-bottom:5px;
                }

        #unten {
                float:left;
                width:95%;
                height:30px;
                margin-left:15px;
                margin-right:15px;
                margin-top:15px;
                margin-bottom:15px;
                border-top:1px dotted #000;
        }



p {
 text-align: left;
 font-family: arial,helvetica;
 font-size: 12pt;
 line-height: 16pt;
 margin-left: 3;
 margin-right: 3;
 color: #000000;
}
code {
 color:  #000000;
 font-family: courier;
 font-weight: bold;
 font-size: 12pt;
 line-height: 16pt;
}
pre {
 color:  #000000;
 font-family: courier;
 font-weight: bold;
 font-size: 11pt;
 line-height: 15pt;
}
img.reli {
 position:  absolute;
 top: 5%;
 right: 5%;
}
h1,h2,h3,h4,h5,h6 {
 color:  #000000;
 font-family: arial,helvetica;
 margin-left: 3;
}
td.mitte {
 color:  #000000;
 text-align: center;
 font-family: arial,helvetica;
 line-height: 16pt;
 margin-left: 1;
 margin-right: 1;
}
td.links {
 color:  #000000;
 text-align: left;
 font-family: arial,helvetica;
 line-height: 16pt;
 margin-left: 1;
 margin-right: 1;
}
td.nowlinks {
 color:  #000000;
 text-align: left;
 font-family: arial,helvetica;
 line-height: 16pt;
 margin-left: 1;
 margin-right: 1;
 nowrap;
}
td.klein {
 color:  #000000;
 text-align: left;
 font-family: arial,helvetica;
 font-size: 10pt;
 line-height: 14pt;
 margin-left: 1;
 margin-right: 1;
}
li {
 color:  #000000;
 text-align: left;
 font-family: arial,helvetica;
 font-size: 12pt;
 line-height: 16pt;
 margin-left: 1;
 margin-right: 1;
}
ul {
 color:  #000000;
 font-family: arial,helvetica;
 font-size: 12pt;
 line-height: 13pt;
 text-align: left;
}
ol {
 color:  #000000;
 font-family: arial,helvetica;
 font-size: 12pt;
 line-height: 13pt;
 text-align: left;
}

A.elf:link {
 font-family: arial,helvetica;
 font-size: 11pt;
 text-align: left;
 color: #0000ff;
}
A.elf:active {
 font-family: arial,helvetica;
 font-size: 11pt;
 text-align: left;
 color: #0000ff;
}
A.elf:visited {
 font-family: arial,helvetica;
 font-size: 11pt;
 text-align: left;
 color: #0000ff;
}
A.elf:hover {
 font-family: arial,helvetica;
 font-size: 11pt;
 text-align: left;
 color: #505050;
}


A:link {
 font-family: arial,helvetica;
 font-size: 12pt;
 text-align: left;
 color: #0000ff;
}
A:active {
 font-family: arial,helvetica;
 font-size: 12pt;
 text-align: left;
 color: #0000ff;
}
A:visited {
 font-family: arial,helvetica;
 font-size: 12pt;
 text-align: left;
 color: #0000ff;
}
A:hover {
 font-family: arial,helvetica;
 font-size: 12pt;
 text-align: left;
 color: #505050;
}

A.zehn:link {
 font-family: arial,helvetica;
 font-size: 10pt;
 text-align: left;
 color: #0000ff;
}
A.zehn:active {
 font-family: arial,helvetica;
 font-size: 10pt;
 text-align: left;
 color: #0000ff;
}
A.zehn:visited {
 font-family: arial,helvetica;
 font-size: 10pt;
 text-align: left;
 color: #0000ff;
}
A.zehn:hover {
 font-family: arial,helvetica;
 font-size: 10pt;
 text-align: left;
 color: #505050;
}
address {
 font-family: arial,helvetica;
 margin-left: 6;
 font-size: 12pt;
 text-align: left;
 color: #000000;
}
//-->
</style>