@charset "utf-8";
/* CSS Document */

  #col1 {width:350px}
  #col1_content {padding:10px 20px 0 0;}
  
  #col2 {float: right; width:160px}
  #col2_content {padding: 10px 0 0 10px;}
  
  #col3 {margin:0 150px 0 320px}
  #col3_content {padding:10px 10px 0 10px;}
  
  
  .floatbox {
		padding:0;
		margin: 0;  
  }
  
  #teaser {
 	height: 6px;
	overflow:hidden; 
  }
  
  #main {
  		border-bottom: 1px solid #eee;
		margin-bottom: 12px;
 		/*background: url(/fileadmin/web/images/start/bg_start_main.jpg) repeat-x bottom; */
  }