
body         {
        font-size : small;
        font-family : Arial, Helvetica, sans-serif;
        background-image : url(grafiken/background.gif);
        margin : 0;
        padding : 0;
        }

h1         {
        font-size : 150%;
        margin-top : 10px;
        border-bottom : 2px dotted black;
        }

h2         {
        font-size : 130%;
        margin-top : 40px;
                }

h3         {
        margin-top : 5px;
        }

table         {
        border : thin solid black;
        border-collapse : collapse;
        width : 530px;
        margin-bottom : 10px;
        }

table#ohnerand td {
        border : none;
        padding : 1px;
        }

table#ohnerand2 td {
        border : none;
        padding : 1px;
        }

table.zelle_zentriert {
        text-align : center;
        }

tr.grau {
        background-color : #efefef;
        }

th         {
        border : thin solid black;
        padding : 3px;
        background-color : #c0c0c0;
        }

td         {
        border : thin solid gray;
        padding : 3px;
        vertical-align : top;
        }

td.lor         {
        text-align : left;
        border : none;
        }

td.ror         {
        text-align : right;
        border : none;
        }

td.zor         {
        text-align : center;
        border : none;
        }

p         {
        margin-top : 4px;
        margin-bottom : 10px;
        }

em         {
        font-weight : bold;
        }
        
img {
        border: none;
        }        

div.nav {
        width : 210px;
        padding-top : 15px;
        padding-left : 15px;
        position : absolute;
        }

div.inhalt {
        position : absolute;
        left : 225px;
        top : 20px;
        padding-bottom : 30px;
        }

div.oben {
        position : fixed;
        left : 210px;
        height : 80px;
        width : 100%;
        background-image : url(grafiken/oben_background.jpg);
        }

div#navi a {
        font-weight : bold;
        font-size : 14px;
        font-family : Arial, Helvetica, sans-serif;
        background-color : #007f00;
        text-decoration : none;
        text-align : center;
        display : block;
        padding : 4px;
        margin : 4px;
        width : 160px;
        color : white;
        border : 2px outset silver;
        }

div#navi a:hover {
        border : 2px inset silver;
        background-color : #005f00;
        }

div#navi a.active {
        background-color : #003f00;
        border : 2px outset silver;
        color: #c0c0c0;
        }

#altlink a {
        text-decoration : none;
        }

#altlink a:hover {
        text-decoration : underline;
        }

.fotos {
        text-align: center;
        padding-bottom: 20px;
        }

.rechts {
        text-align : right;
        }

.links {
        text-align : left;
        }

.zentriert {
        text-align : center;
        }

.bold {
        font-weight : bold;
        }

.grau {
        background : #efefef;
        }

.grau_bold {
        background : #efefef;
        font-weight : bold;
        padding : 4px;
        }

.gelb {
        background : #ffff80;
        }

.klein {
        font-size : x-small;
        }

.schmal {
        width : 530px;
        }

.linieoben {
        border-top : 2px dotted black;
        }

.ohnerand {
        border : none;
        }
