  #Impressum
          {
        background-color: #FFFFF3; /*Hauptseitefarbe gelblich*/
          width: 100%;
          height: auto;
          font-size:12pt;
          float:left;
          }
        

                 .content_left_Impressum
                 {
                 padding: 10px 40px 10px 30px ;

                 }
                 .Box
                 {
                 background-color: #CCFFCC;
                 padding:3px 3px 3px 3px ;
                 border-radius:10px;
                 width: 1450px;
                 }
                 .content_left_Impressum  a
                 {
                     color: #C00000;
                   text-decoration: none;
                 }

                 .content_left_Impressum   a:hover
                 {
                   color: #C00000;
                  text-decoration: underline;
                 }