@CHARSET "UTF-8";
@media screen {
	#main { background-image: url(../../images/page_bgr_breit.gif); }
	
	
  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 734px; float:left; margin-left: 195px; overflow:hidden; }
  #col1_content {padding-left: 12px; padding-right: 12px;margin-top:0px;}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 195px; float:left;  margin-left: -928px; }
  #col2_content {padding-left: 11px; padding-right: 8px }

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 { margin-left:0px; margin-right: 0px; float:right; width:0px; height:0; visibility:hidden;}
  #col3_content {padding-left: 12px; padding-right: 21px}
  
  
}
