

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


td {
    vertical-align : top;
  }


img {
    border : none;
  }


div#titel {
    height : 90px;
    margin-left : auto;
    margin-right : auto;
    width : 800px;
    background-image : url('images/titel.jpg');
    background-repeat : no-repeat;
    background-color : #870007;
    padding-bottom : 15px;
  }


div#titel div {
    color : #ffcc00;
    margin-right : 25px;
    text-align : right;
  }


div#titel h1 {
    font-size : large;
    font-weight : bold;
    margin-bottom : 0px;
    padding-top : 15px;
  }


div#titel h2 {
    font-size : large;
    margin-top : 0px;
  }


div#container {
    clear : both;
    background-color : #870007;
    border-bottom-color : #550004;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #550004;
    border-right-style : solid;
    border-right-width : 1px;
    border-left-color : #550004;
    border-left-style : solid;
    border-left-width : 1px;
    height : auto;
    margin-left : auto;
    margin-right : auto;
    padding-top : 0px;
    width : 798px;
  }


div#side {
    float : left;
    height : 650px;
    width : 130px;
    margin-left : 5px;
    margin-bottom : 5px;
  }


div#inhalt {
    float : right;
    min-height : 560px;
    width : 600px;
    background-color : #eeeeee;
    padding : 20px;
    margin-bottom : 5px;
    margin-left : 5px;
    margin-right : 5px;
  }


hr {
    background-color : #ffcc00;
    color : #ffcc00;
  }


div#signatur {
clear : both;    width : 800px;
    margin-left : auto;
    margin-right: auto;
    color : #ffcc00;
    text-align : center;
    font-size : x-small;
    font-weight : bold;
  }


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


