@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.0.3b (http://builder.yaml.de)
 * @file        basemod.css
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { 
  background: #000; 
  padding: 0px 0; 
  color: #fff;
  font-size: 100%;
  }






  /* Layout Alignment | Layout-Ausrichtung */
  #page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { 
  width: 1000px;  
  /*min-width: inherit; 
  max-width: none;*/ 
  background: transparent;
  
   }

  #page { 
  padding: 0px auto;
  margin: 0 auto; 
  text-align: center;
  }


  .enter a, .enter a:link, .enter a:visited {
  font-size: 130%;
  font-family: 'Courier New';
  font-weight: bold;
  color: #fff;
  border-bottom: 2px dotted #fff;
  text-decoration: none;
  }


  .enter a:hover, .enter a:active {
  font-size: 130%;
  font-family: 'Courier New';
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
  border-bottom: 2px solid #ff0000;
  }

  a img {
  text-decoration: none;
  border: 0px;
  }

  #header { 
  padding: 0;
  height: 223px; 
  color: #000; 
  background: transparent url("images/bg_header.jpg") no-repeat; 
  }
  
  #topnav { 
  /*position:static;*/
  height: 23px; 
  color: #aaa; 
  background: transparent url("images/bg_topnav1.jpg") no-repeat;
  padding: 0;
  margin: 0;
  font-size: 10px;
  }

  #header #topnav {
  top:0;
  right:20px;
  }
  
  #subnav {
  position: absolute;
  /*background: #ff0000;*/
  width: 378px;
  height: 58px;
  }

  #header #subnav {
  right: 20px;
  bottom: 0px;
  }
  
  #nav { 
  overflow:hidden;
  }
  
  #nav_main {
  height: 85px;
  background: transparent url("images/bg_nav_main.jpg") no-repeat;   
  }

  #main { 
  margin: 10px 0; 
  background: transparent; 
  }

  #teaser { 
  clear:both; 
  padding: 0 0px; 
  margin: 0px 0;
  height: 85px;
  text-indent: -9999px;
  }

  #footer { 
  padding: 0px 0 0 0; 
  color:#fff;
  font-family: "Courier New", Courier, monospace;  
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  background: transparent url("images/bg_footer.png") no-repeat; 
  height: 400px; 
  border-top: 0px;
  margin: auto;
  text-align: center;
  }
  
  #footernav {
  padding: 20px 0 0 0;
  }

  #footerbottom {
/*  font-family: "Courier New", Courier, monospace;*/
  font-size: 11px;
  text-align: center;
  border-top: 0px solid #c2ae91;
  background: #000000;
  width: auto;
  height: 40px;
  padding: 10px 0 0 10px;
  margin: auto;
  }



  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 20px; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: right; width: 200px;}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 200px 0 0}
  #col1_content {
  /*background: #ff0000;*/ 
  padding: 0 10px 0 0px 
  }
  #col3_content {
  padding: 0 20px 0 20px 
  }
	
  /*-------------------------------------------------------------------------*/
}