/* Start of CMSMS style sheet 'detailseite' */
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (de) Formatierung der Inhalts-Container
   * sorgt dafür dass der blaue balken über content und sidebar hinweg geht!
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


	
  #col2_content { 
  border-top: 0.333em #b6c4cf solid;
  }

  #col3 { 
  border-top: 0.333em #b6c4cf solid;
  }

  #col3_content {  
  border-top: 0em;

  }
  
  #col1_content {  }
  #col2_content {  }
  
 




/* End of 'detailseite' */

