@import url(yaml/layout_3col_fixed_seo.css);

/* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
#col1 { width: 720px; float:right; margin-left: 0; }
#col1_content {padding-left: 14px; padding-right: 14px}

/* #col2 is turned off | #col2 abschalten */
#col2 { display:none; }

/* #col3 becomes the left column | #col3 wird zur linken Spalte */
#col3 { margin-left: 0; margin-right: 0; width: 240px; float:left;}
#col3_content {padding-left: 14px; padding-right: 14px}
  
#col3 {border: none;}

#main {padding: 1em 0}
