@charset "UTF-8";

@media screen
{
  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col3 {
    /* Um die Grafiken (Teaser) sind jeweils links und rechts noch 4 px schatten */
  	width: 233px; 
  	margin-left: 26px !important;
        margin-left:15px;  	
  }   
  
  #col3_content {
  }

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col6 { 
        /* Um die Grafiken (Teaser) sind jeweils links und rechts noch 4 px schatten */  
        margin-left: 2px;
  	width: 233px; 
  }
  
  #col6_content { 
  	padding-left: 0;
  	padding-right: 0; 	
  }
    
  #col7 { 
        /* Um die Grafiken (Teaser) sind jeweils links und rechts noch 4 px schatten */  
        margin-left: 2px;  
  	width: 233px; 
  }
  
  #col7_content {  	  
  	padding-left: 0;
  	padding-right: 0;
  }
  
  /* #col4 becomes the right column | #col4 wird zur rechten Spalte */        
  #col8 {   	
        /* Um die Grafiken (Teaser) sind jeweils links und rechts noch 4 px schatten */    
  	width: 233px;
  	margin-left: 2px;
  }
  
  #col8_content {  	  
  	padding-left: 0;
  	padding-right: 0;
  }
  
  #col3_content, #col6_content, #col7_content, #col8_content {
	padding-top: 20px;
  }    
}
