 @media screen and (min-width:520px) {
      
       div.box {
            padding: 0 20px 0 40px;
           }
	}
  
  
 @media screen and (min-width:580px) {
       body { 
           font-size: 75%;
          }
       div.box {
            padding: 0 40px 0 40px;
           }
	}
 
 
@media screen and (min-width:740px) {
 
       body { 
           font-size: 80%;
          }


          p.links {
           width: 45%;
           float: left;
          }
          
          
          p.rechts {
           width: 45%;
           float: right;
          }
          
           div#box_contact h3.impressum {
           clear: both;
          } 

	}
 
 
 
 
 
  @media screen and (min-width:1040px) {

      div.boxContainer {
       max-width: 884px;
      }

	}