

/* HEADER */

    div {
        overflow:visible!important;
    }

    div.main {
    	background-color: transparent!important;
    	padding: 0!important;
    	margin: 0 1.2em 0 0!important; /* Ein BUG in Mozilla */
    }

    div.header {
    	background-image: none!important;
    	background-color: transparent!important;
    	margin: 0 0 2em 0!important;
    }
    
    div.header-streifen {
        display: none!important;
    }
    
    div.servicenav {
    	display: none!important;
    }        
    
    div.header_schrift{
      	padding: 0!important;    
      	margin: 0!important;
    	background-image: none!important;
    	background-color: transparent!important;
    }

    
 /** BOXES  **/
    
    
    div.float-right {
        display: none!important;
    }
    
    div.float-left {
        display: none!important;
    }
    
    div.both, div.leftonly , div.rightonly {
    	margin-left: 0!important;
    	margin-right: 0!important;
    }
    
    div.box {
    	background-image: none!important;
    	background-color: #FFFFFF!important;
    	padding: 0!important;
    	border: none!important;
    }
