* {
      font-family: FreeMono, "Courier New", Courier, monospace;
      color: white;
      background: black;
   }
   
   a {
       text-decoration: none;
       cursor: crosshair;
   }
   
   a:hover {
        color: black;
        background: white;
   }
   
   a span.two {
        color: black;
        background: white;
   }
   
   #container {
       width: 900px;
       margin-left: auto;
       margin-right: auto;
   }
   
   p {
       font-size: larger;
   }
   
   #header h1 {
       font-size: 50px;
       margin-bottom: 33px;
   }
   
   #content {
       margin-top: 35px;
   }
   
   #content h2 {
       font-size: 36px;
       font-weight: normal;
       margin-top: 0px;
       float: left;
   }
   
   #adresse {
       text-align: right;
       margin-top: 0px;
       min-height: 10.0em;
   }
   
   #leistungen {
       margin-top: 25px;
       min-height: 6.0em;
   }
   
   #referenzen {
       text-align: right;
       margin-top: 25px;
       min-height: 8.0em;
   }
   
   #footer {
       margin-top: 35px;
       font-size: 10px;
       text-align: right;
   }
   
   /* fadeLinks styles */
   
   #caption {
       display: none;
   }
   
   #showCaption {
       font-size: larger;
   }
   
   
   /* linkPreview styles */
   /* popup box */
   #imgPreviewWithStyles {
       color: white;
       background: black;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       padding: 10px;
       z-index: 999;
       border-color: white;
       border-width: 1px;
       border: solid;
    }
    
    /* Text below image */
    #imgPreviewWithStyles span {
        text-align: center;
        display: block;
        padding: 10px 0 3px 0;
    }