/* ##################################### */
/* ###### Anordnung der Container ###### */
/* ##################################### */

/* ###### Navigation oben */
         .container1 {
               display:block;
               position: absolute;
               margin-top: 110px;
               margin-left: 100px;
        }
/* ###### HTML PLUS Container  */
          .container2 {
              display: block;
              position: absolute;
              margin-top: 150px;
              margin-left: 110px;
        }
/* ###### Navigation links */
         .container4 {
              display: block;
              position: absolute;
              margin-top: 160px;
              margin-left: -10px;    
        }
/* ###### noch nicht zugeordnet  */
          .container5 {
              display: block;
              position: absolute;
              margin-top: 590px;
              text-align: center;   
        }
/* ###### Kontaktformular  */
          .container6 {
              display: block;
              position: absolute;
              margin-top: 240px;
              margin-left: 260px; 
              text-align: left;
              z-index: 100;
        }
/* ###### Google Map  */
          .container7 {
              display: block;
              position: absolute;
              margin-top: 200px;
              margin-left: 280px; 
              width: 477px;
              height: 460px;
              overflow: auto;
        }
/* ###### Google Search  */
          .container8 {
              display: block;
              position: absolute;
              margin-top: 200px;
              margin-left: 780px; 
        }
/* ###### Powered by Link  */
           .powered {
              display: block;
              position: absolute;
              margin-top: 740px;
              margin-left: 920px; 
              text-align: right;             
        }
          .powered a:link, .powered a:visited, .powered a:hover, .powered a:active   {
              color: red;             
              font-size: 0.8em;    
        }
/* ###### Loginfeld  */
          .container10 {
              display: block;
              position: absolute;
              margin-top: 300px;
              margin-left: 300px;
              width: 400px;
              height: 200px;
              text-align: right;
        }
/* ###### Navigation unten */
         .container30 {
              position: absolute;
              margin-top: 750px;
              margin-left: 350px;    
      }
/* ########################################### */
/* ###### Textplus Container Anordnung ####### */
/* ########################################### */

/* ###### Textfeld halbe Seite links ###### */
          .cont1 {
              display:block;
              position: absolute;
              margin-top: 60px;
              margin-left: 165px;
              width: 290px;
              height: 460px;
              padding-right: 10px;
              overflow: auto;
              z-index: 20;
          /*  border: 1px dotted black; */
        }
/* ###### Textfeld halbe Seite rechts ###### */
         .cont2 {
              display:block;
              position: absolute;
              margin-top: 60px;
              margin-left: 500px;
              width: 300px;
              height: 460px;
              padding-right: 10px;
              overflow: auto;
              z-index: 2
           /* border: 1px dotted green; */
        }
/* ###### Textcontainer ganze Seite ###### */
        .cont3 {
              display:block;
              position: absolute;
              margin-top: 60px;
              margin-left: 165px;
              width: 600px;
              height: 460px;
              padding-right: 10px;
              overflow: auto;
              z-index: 101;
           /* border: 1px dotted red; */
       }
/* ##### Textcontainer rechte Seite neben Kontaktformular #####  */
       .cont4 {
              position: absolute;
              margin-top: 80px;
              margin-left: 600px;
              width: 230px;
              height: 400px;
              padding-right: 10px;
              overflow: auto;
              z-index: 23;
           /* border: 1px dotted white; */
       }
/* ##### Textfeld rechte Seite unten Routenplaner #####  */
       .cont5 {
              position: absolute;
              margin-top: 200px;
              margin-left: 670px;
              width: 180px;
              height: 200px;
              padding-right: 10px;
              overflow: auto;
              z-index: 23;
           /* border: 1px dotted white; */
       }
