@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.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  body { padding: 10px 0; }

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

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 740px; max-width: 90em; background: #fff; }
  
  #header {
	float: right;
	position: absolute;
    top: 0px;
	left: 0px;
	right: 5px;
	
	/*width: auto;*/
	overflow: hidden;
	/*margin-right: 2px; */
  }
  #logocontent {
	/*width: 120px;
	height: 110px;
	float: left;
	*/
	padding: 25px 0px 25px 140px;
	background: url("images/logo.png") top left no-repeat; 
  }
  #logo { padding: 5px 2em 0em 20px; color: white;
  background:black url("images/stripes2.png") repeat-x bottom left; }
  #logotext { font-size: 300%; font-weight: bold; }
  #topnav { color: white; background: transparent; }
  #topnav a { color: white; }
  #nav { overflow:hidden; }
  div.hlist { background-color: black
  }
  #main {
		  margin: 180px 0 0 0;
		  background: #fff;
		  min-height:650px;

		  
  }
  #footer { padding: 10px 20px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; }

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

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

  /**
   * (en) Formatting content container
   *
   */

  #col1 { text-align: justify; float: right; margin-left:25px; width: 300px;}
  #col2 { display:none}
  #col3 { text-align: justify; width: auto; margin: 0 25% 0 0}
  #col1_content { padding: 0 20px 0 10px; min-width: 250px;}
  #col3_content { padding: 0 40px 0 20px }
	
  /*-------------------------------------------------------------------------*/

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

  .page {
    border: 0 none;
    margin: 0 0 0 5px; padding: 1px 5px 5px 0px;
	
    background-image:  url(images/borders/border_right.gif);
    background-repeat:repeat-y;
    background-position:right;
	position: relative;
	z-index: 1;
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    background-image:  url(images/borders/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/borders/border_bottom.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #edge-tl {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(images/borders/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/borders/corner_tr.gif);
    background-position: top right;
  }

  #edge-bl {
    float:left;
    width: 20px;
    height: 20px;
    background-image:  url(images/borders/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/borders/corner_br.gif);
    background-position: bottom right;
  }

}