

a:link {
    color : #37451e;
  }


body {
    background-color : #37451e;
    background-image : url('images/gradient-bg.jpg');
    background-repeat : repeat-x;
    color : #37451e;
    font-family : 'Arial' , 'Helvetica' , 'sans-serif';
    font-size : 10pt;
    margin-bottom : 15px;
    margin-left : 15px;
    margin-right : 15px;
    margin-top : 15px;
  }


h1 {
    font-size : x-large;
  }


td {
    vertical-align : top;
  }


div#navigation {
    float : left;
    width : 100px;
  }


div#navigation ul {
    width: 90px;
    margin:1;
    padding:0;
    margin-left: 10px;
  }


* html ul#Navigation {
    /* Korrekturen fuer IE 5.x */ width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em-;
  }


div#navigation ul li {
    list-style: none;
    margin: 0;
    padding:0;
    margin-top: 2px;
    font-size : 10pt;
    font-weight: bold;
    background-color: #fffffb;
    color: #37451e;
    text-align: left;
    border: 1px solid #37451e;
    border-left-color: #fffffb;
    border-top-color: #fffffb;
  }


div#navigation a {
    display: block;
    color : #37451e;
    padding: 1px;
    border: 0px;
    text-decoration: none;
  }


div#navigation a:hover {
    background-color: #37451e;
    color: #fffffb;
  }


div#container-seite {
    background-color : #475a27;
    margin-left : auto;
    margin-right : auto;
    width : 725px;
  }


div#titelzeile {
    background-color : #fffffb;
    height : 52px;
    margin-bottom : 20px;
    padding-bottom : 10px;
    width : 725px;
  }


div#inhalt {
    float : right;
    width : 565px;
    height : 490px;
    background-color : #fffffb;
    padding : 15px;
    margin-bottom : 25px;
    margin-right : 10px;
  }


div#absatz-datenschutz p {
    margin-top : 0px;
  }


div#signatur {
    color : #f3f3dd;
    font-size : x-small;
    font-weight : bold;
    text-align : center;
    padding-bottom : 15px;
  }


div#signatur a {
    color : #f3f3dd;
    font-weight : bold;
  }


.spalte-links {
    float : left;
    width : 220px;
  }


.spalte-rechts {
    float : right;
    margin-right : 5px;
    width : 310px;
  }


.titel-datenschutz {
    margin-bottom : 5px;
    font-weight : bold;
  }


