
/* 940 x 2000  */

@media all and (min-width: 1023px) and (max-width: 2000px)  {

#umweltMKlein{
         display: none;
         }

#top{
         position: absolute;
         margin-top: -60px;
         z-index. 9000;
         }

.impressum td{font-size: 0.8em;}



#impressum{
         position: relative;
         float: left;
         margin-top: 130px;
         width: 40%;
         color: #333333;
         margin-left: 10%;
         text-align: left;
         }

#webdesign{
         position: relative;
         float: right;
         width: 35%;
         margin-top: 130px;
         color: #333333;
         margin-left: 5%;
         margin-right: 10%;
         text-align: left;
         }


}












@media all and (min-width: 630px) and (max-width: 1023px){

#umweltMKlein{
         display: none;
         }

#top{
         position: absolute;
         margin-top: -60px;
         z-index. 9000;
         }

.impressum td{font-size: 0.8em;}



#impressum{
         position: relative;
         float: left;
         margin-top: -120px;
         width: 40%;
         color: #333333;
         margin-left: 5%;
         text-align: left;
         }

#webdesign{
         position: relative;
         float: right;
         width: 50%;
         margin-top: -120px;
         color: #333333;
         text-align: left;
         }


}









@media all and (min-width: 175px) and (max-width: 629px){

#umweltMKlein{
         position: relative;
         margin-top: -370px;
         background-color: #447737;
         height: 40px;
         color: #ffffff;
         font-weight: bold;
         font-size: 1.2em;
         padding-top: 20px;
         }

#top{
         position: absolute;
         margin-top: -60px;
         z-index. 9000;
         }

.impressum td{font-size: 0.8em;}



#impressum{
         position: relative;
         margin-top: -10px;
         width: 90%;
         color: #333333;
         margin-left: 5%;
         text-align: left;
         }

#webdesign{
         position: relative;
         width: 90%;
         margin-top: -10px;
         color: #333333;
         margin-left: 5%;
         text-align: left;
         }



}