@charset "UTF-8";
@media screen, projection
{
  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { padding: 10px 0; 
         background-color: #efefef;}

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  /*.page_margins { width: auto;  min-width: 850px; max-width: 850px; background: #fff; }*/
  .page_margins { width: auto;  min-width: 970px; max-width: 970px; background: #fff; }
  .page { padding: 10px 15px 10px 10px; }
  #header { padding: 45px 2em 1em 20px; 
    color: #000; 
    background: #d0d0d0; 
    position:relative;
    height:60px;}
  #topnav { color: #aaa; background: transparent; }
  #nav { overflow:hidden; }
  div.hlist {  }
/* 13102011 bka  #main { margin: 20px 0; background: #fff;} */
  #main { margin: 0px 0 20px 0; background: #fff;}
  
  #footer { padding: 10px 20px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; overflow:hidden;display:block;}

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 20px; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #main { float: left; width: 100% }
  #col1 { float: left; width: 500px;  margin: 0 0 0 230px }
  #col2 { float: left; width: 230px;  margin: 0 0 0 -730px }
  #col3 { width: auto; margin: 0 0 0 730px}
  #col1_content { padding: 0 10px }
  #col2_content { padding: 0 10px 0 20px }
  #col3_content { padding: 0 20px 0 10px }
	
	#col1_2 { float: left; width: 730px;  margin: 0 0 0 230px }
  #col2_2 { float: left; width: 230px;  margin: 0 0 0 -960px }
  
  #col1_2 .left {width:500px;float:left;}
  /* 13102011 #col1_2 .right {width:180px;float:right;} */
  #col1_2 .right {width:191px;float:right;}
  #col1_2 #col1_content .left  { padding: 0px 10px }
  #col1_2 #col1_content { padding: 0px 0px 0 0px }
  /*13102011 bka +20px oben, war 0:*/
  .right { padding: 20px 0px 0 0px }
  
  div.twosubcol_content {display:block;overflow:hidden;}
  div.twosubcol_content .left {display:block;overflow:hidden;}
  #col1_2 {
    background-image:url(images/twosubcolumns_bg.gif);
    background-position: top left;
    background-repeat:repeat-y;}

  /*-------------------------------------------------------------------------*/

  .page_margins {
    border: 0 none;
    background-image:  url(../../images/gfxborder/border_left.gif);
    background-repeat:repeat-y;
    background-position:left;
  }

  .page {
    border: 0 none;
    margin: 0 0 0 5px; padding: 10px 15px 10px 10px;
    background-image:  url(../../images/gfxborder/border_right.gif);
    background-repeat:repeat-y;
    background-position:right;
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    background-image:  url(../../images/gfxborder/border_top.gif);
    background-repeat:repeat-x;
    background-position:top left;
  }

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    background-image:  url(../../images/gfxborder/border_bottom.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #edge-tl {
    float:left;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../../images/gfxborder/corner_tl.gif);
    background-position: top left;
  }

  #edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../../images/gfxborder/corner_tr.gif);
    background-position: top right;
  }

  #edge-bl {
    float:left;
    width: 20px;
    height: 20px;
    background-image:  url(../../images/gfxborder/corner_bl.gif);
    background-position: bottom left;
  }

  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    background-image:  url(../../images/gfxborder/corner_br.gif);
    background-position: bottom right;
  }

}