  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 {width:0px}
  #col1_content {}

  #col2 {width:0%;}
  #col2_content {}

  #col3 {margin:0px; 		
  	border-left:1px solid #999999;
	border-right:1px solid #999999;
	min-height:310px;
	}
	
	#col3_content {
		min-height:310px;
	}

  #nav_logo {
  	/* background-image:url(../../images/bar_top_logo.jpg); */
  	background-repeat:no-repeat;
  }
