<style>
<!--
/* Globale Definitionen */

#hinter {

             background-image: url('../images/back-inhalt.jpg'); 

             background-color: #E6E6E6;
             }

p, h1, h2, h3, h4, div, body, table, ul, ol {
             font-family: Arial;
             line-height: 140%;
             margin-top: 0;
             }

p, div, body, table, ul, ol { 
             font-size: 9pt;
             color: #000000;
             margin-bottom:5;
             }

h1, h2, h3, h4 {
             color: #006E9B; 
             text-align: left;
             font-weight: bold;
             margin-bottom: 10;
             }

#table-main {
             width: 650px;
             border: 0px;
             }

/* Definitionen für Formulare */

input, select, option, textarea {
             font-family: Arial;
             font-size: 9pt;
             color: #000000;
             }

/* Definitionen für einzelne Textelemente */

body {

             background-image: url('../images/back-inhalt.jpg'); 

             background-color: #E6E6E6;
             margin-top: 10pt;
             margin-left: 10pt;
             }

h1 {
             font-size: 12pt; 
             letter-spacing: 2;
             }

h2 {
             font-size: 11pt; 
             }

h3 {
             font-size: 10pt; 
             margin-top: 10;
             margin-bottom: 0;
             }

h4 {
             font-size: 9pt; 
             color: #000000;
             margin-top: 10;
             margin-bottom: 0;
             text-decoration:underline;
             }

ul { 
             list-style-type: square;
             margin-left: 25;
             }
ol {
             list-style-type: decimal;
             margin-left: 25;
             }


/* Definition für Links */
a:link       { color: #0000FF; font-style: italic }
a:visited    { color: #0000FF; font-style: italic }
a:hover      { color: #006E9B; font-style: italic }
a:active     { color: #0000FF; font-style: italic }


-->
</style>
