/* 
based on YAML
overwriting base.css
*/
@media screen
{
/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalten und deren Dimension ###############################################
** ######################################################################################################*/

  #col3 {
		border: 0;
		width: 830px;	
		float: left;
		margin: 0;		
  }    
        
  #col3_content {  	
    padding: 20px 57px 0px 50px;
  	margin: 0;
  }    
  
  #col2 {  	
        width: 150px;
  	float: right;  	
  	margin: 10px;
  	margin-top: 79px;  	  	
  	margin-right: 0;
  	position: absolute;
  	right: 57px;
  }
  
  #col2_content {
  	margin: 0;  	
  	position: relative;
  }
  
      
}