@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background:#797979 /*#828282 url("../../../../images/bg_gray.png")*/ repeat-x top left fixed; padding: 0px 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 970px;  min-width: inherit; max-width: none; background: #797979; }   
  /*.page { padding: 10px; }*/
  #header { padding: 34px 0em 1em 0px; color: #000; /*background: #fff;*/ }
  #topnav { color: #ffffff; background: transparent; }
  #main { padding: 10px 0 35px 0; /*background: #fff; */}
  #copyright {
	  background: #747575;
	  border-top: 5px #6f7070 solid;    
	  clear:both;
	  color:#666;
	  overflow:auto;
	  text-align:left; 
	}
  #footer { padding: 10px 0px 10px 10px; float:left; }
  
  #copyright .claims {
direction:ltr;
float:right;
text-align:left;
width:38%;
}

#copyright img {
float:left;
margin:0 10px 0 4px;
padding:0;
}

#copyright .claims a {
color:#999999;
font-weight:bold;
}

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #main { float: left; width: 100% }
/*  #col1 { float: left; width: 17%; }
  #col2 { float: left; width: 63%; border-left:1px solid #ffffff; }
  #col3 { float: right; width: 20%; margin-left: -5px; margin-right: 0; }
  #col1_content { padding: 0 10px; position:static; }
  #col2_content { padding: 0 10px 0 20px; position:static; }
  #col3_content { padding: 0 0px 0 10px; position:static; }*/
  
  #col1 { float: left; width: 170px}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 170px;  border-left:1px solid #ffffff;}
  #col1_content { padding: 0 0px 0 10px; position:static; }
  #col3_content { padding: 0 0px 0 20px; position:static; }
	
  /*-------------------------------------------------------------------------*/
}