

:focus {
    outline:none;
  }

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


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


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


img {
    border:none;
  }


strong {
    font-weight : bold;
  }


body {
    background-color : #aab4c9;
    background-image : url('images/bg/aqua.jpg');
    background-repeat : repeat-x;
    color : #223d80;
    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size : 0.8em;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 5px;
  }


div#container-main {
    margin-left : auto;
    margin-right : auto;
    margin-top : 0px;
    width : 950px;
  }


div#titelzeile {
    background-repeat : no-repeat;
    height : 200px;
  }


div#titelzeile h1 {
  }


div#titelzeile h2 {
  }


div#container-inhalt {
    padding-top : 40px;
  }


div#seiteninhalt {
    background-color : #ffffff;
    float : right;
    margin-right : 5px;
    width : 730px;
    padding:25px;
  }


div#signatur {
    clear : both;
    color : #223d80;
    font-size : x-small;
    text-align : center;
    padding-bottom : 25px;
    margin-top : 15px;
  }


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


.img-rahmen {
    border-color : #c7c7c7;
    border-style : solid;
    border-width : 1px;
  }


