@CHARSET "ISO-8859-1";

@import url("../shared/css/3col_fullheight.css");
@import url("css/basemod_fullheight.css");

  #col1 { 
  	width: 236px; 
  	float: left;
  	padding-top: 20px; 
  }

  #col1_content { 
  	margin: 0; 
  	padding:0;
  }
	
  #col2 { 
  	display:none; 
  }

  #col3 { 
  	min-height:240px;
  	height:auto !important;  /* für moderne Browser */
  	height:240px;  /*für den IE */
  	float: right;
  	width:743px;
  	margin: 0 0 0 auto; 
  	padding-top: 20px; 
  }
	
  #col3_content { 
  	margin:0 0 15px 0; 
  	padding:0;
  }

  #col3_content_box { 
  	background:url(../shared/gfx/bg_col3_content.gif) no-repeat;
  	min-height:340px;
  	height:auto !important;  /* für moderne Browser */
  	height:340px;  /*für den IE */
  }

