

:focus {
    outline:none;
  }


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


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


a:hover {
    font-weight:bold;
    color:blue;
  }


img {
    border:none;
  }


body {
    background-color : #333366;
    background-image : url('images/bg/bg-body.png');
    background-repeat : repeat-x;
    font-family : 'Arial','Helvetica',sans-serif;
    font-size : 0.8em;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


h1, h2, h3, h4 {
    margin : 0px 0px 10px 0px;
    padding : 0px;
    font-weight : bold;
  }


h1 {
    font-size : 175%;
  }


h2 {
    font-size : 150%;
  }


h4 {
    font-size : 125%;
  }


div#container-titelzeile div {
    background-image : url('images/bg/web-titel.jpg');
    background-repeat : no-repeat;
    height : 100px;
    width : 990px;
  }


div#container-titelzeile h2 {
    color : #eeeeee;
    position : absolute;
    top : 59px;
    left : 13px;
    font-size : small;
    font-weight : bold;
  }


div#container-seite {
    clear : both;
    margin : 0px;
    margin-top : 80px;
    padding : 0px;
    color:#333366;
    background-color : #e6e6e6;
    background-image : url('images/bg/greenframe-blue.jpg');
    background-repeat : repeat-y;
    clear : both;
  }


div#container-gruen {
    left : 0px;
    position : absolute;
    text-align : center;
    top : 170px;
    width : 140px;
  }


div#container-inhalt {
    position : relative;
    top : 0px;
    left : 0px;
    margin-left : 165px;
    padding:25px;
    padding-top : 70px;
    width : 800px;
    line-height : 1.6em;
  }


div#spalte-links {
    float : left;
    width : 370px;
  }


div#spalte-rechts {
    float : right;
    width : 370px;
  }


div#text-links {
    float : left;
    width : 340px;
  }


div#text-rechts {
    float : right;
    width : 400px;
  }


#at-manager {
    width : 1000px;
    height : 750px;
  }


.clear {
    clear : both;
  }


.fett {
    font-weight : bold;
  }


.kursiv {
    font-style: italic;
  }


.liste-home {
    font-size : larger;
    font-weight : bold;
    line-height : 1.8em;
  }


.liste-bullet-green {
    line-height : 1.8em;
    list-style-image : url('../images/bullet-green.gif');
  }


.rahmen-einfach {
    border-color :#585858;
    border-width: 1px;
    border-style : solid;
    padding : 5px;
    margin : 5px;
  }


.rahmen-text {
    border-color :#333366;
    border-width: 2px;
    border-style : inset;
    padding : 15px;
    padding-bottom : 25px;
    margin-bottom : 25px;
  }


.titelzeile {
    background-color : transparent;
    font-size : small;
    font-weight : bold;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-left : 13px;
  }


.aktuell-headline {
    font-size : large;
    font-weight : bold;
    line-height : 1.4em;
  }


.home-news-headline {
    padding-top : 15px;
  }


div#iframe-aktuell {
    -khtml-border-radius : 5px;
    -moz-border-radius : 5px;
    border-bottom-color : #bebebe;
    border-bottom-style : outset;
    border-bottom-width : 1px;
    border-left-color : #bebebe;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #bebebe;
    border-right-style : outset;
    border-right-width : 1px;
    border-top-color : #bebebe;
    border-top-style : solid;
    border-top-width : 1px;
    background-color : #f7f7f7;
    height : 420px;
    left : 1050px;
    position : absolute;
    top : 350px;
    width : 200px;
  }


div#iframe-aktuell iframe {
    height : 410px;
    width : 190px;
    margin-top : 4px;
  }


div#iframe-suche {
    position : absolute;
    top : 200px;
    left : 1050px;
    height : 130px;
    text-align : center;
    width : 200px;
    border-bottom-color : #bebebe;
    border-bottom-style : outset;
    border-bottom-width : 1px;
    border-left-color : #bebebe;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #bebebe;
    border-right-style : outset;
    border-right-width : 1px;
    border-top-color : #bebebe;
    border-top-style : solid;
    border-top-width : 1px;
    background-color : #f7f7f7;
    -khtml-border-radius : 5px;
    -moz-border-radius : 5px;
  }


div#iframe-suche iframe {
    height : 120px;
    width : 190px;
    margin-top : 4px;
  }


img#tech-zeich-tuer {
    position : fixed;
    top : 400px;
    left : 1030px;
  }


.paragraph {
    line-height : 1.4em;
  }


.paragraph-head {
    font-weight : bold;
    padding-bottom : 5px;
    padding-top : 20px;
  }


.signatur {
    color : #e7e7e7;
    font-size : x-small;
    font-weight : bold;
  }


a.signatur-link {
    color : #e7e7e7;
    font-weight : normal;
  }


a#impressum {
    bottom : 30px;
    left : 35px;
    position : relative;
    color : #e7e7e7;
    font-weight : normal;
  }


div#text-weg {
    position:absolute ;
    width: 700px;
    left : -750px;
    font-size : xx-small;
  }


ul.referenzen li {
    font-size : 125%;
    list-style-image : url('../images/punkt.gif');
    margin-bottom : 10px;
    line-height : 1.4em;
  }


.center {
    text-align :center;
  }


