

:focus {
    outline: none;
  }


a:link {
    font-weight:bold;
    color:#006634;
  }


a:visited {
    font-weight:bold;
    color:#006634;
  }


a:hover {
    font-weight:bold;
    color:#006634;
  }


strong {
    font-weight : bold;
  }


body {
    font-family: Verdana, Tahoma, Helvetica, Arial, 'Segoe UI' sans-serif;
    font-size : 0.8em;
    background-image : url('images/bg/balken-gruen-top.jpg');
    background-repeat : repeat-x;
    padding-top : 25px;
    padding-left:10px;
    color:#006634;
  }


img {
    border-color : #006634;
    border-style : solid;
    border-width:1px;
  }


div#container-page {
    position : absolute;
    left : 200px;
    top : 30px;
    width : 1000px;
  }


div#titel {
    float : left;
    margin-left : 25px;
    margin-top : 50px;
    width : 450px;
  }


div#container-inhalt {
    background-image : url('images/bg/bg-blatt.jpg');
    background-position : 0px 100px;
    background-repeat : no-repeat;
    margin-left : 25px;
    padding-top : 20px;
    width : 750px;
  }


div#inhalt-links {
    float : left;
    width : 320px;
  }


div#inhalt-rechts {
    float : right;
    width : 350px;
    margin-right : 15px;
  }


div#inhalt-bottom {
    background-image : url('images/bg/bg-logo-buendgen-bottom.gif');
    background-position : bottom right;
    background-repeat : no-repeat;
    margin-bottom : 10px;
    clear : both;
    height : 180px;
    width : 750px;
  }


div#signatur {
    color : #c0eb6a;
    font-size : xx-small;
    margin-top : 15px;
    padding-bottom : 25px;
    text-align : center;
  }


div#signatur a {
    font-weight : normal;
    color : #c0eb6a;
  }


.hr-signatur {
    clear : both;
    color : #c0eb6a;
    height : 1px;
    margin-top : 0px;
  }


ul.list-abstand li {
    padding-bottom : 5px;
  }


