@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.2
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   *
   * @color Link:		FF3399
   * @color Text: 		CCC
   * @color 
   */

  body { overflow-y: scroll; }

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  
  * {margin: 0; padding: 0;}
  
  body {font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #CCC;  background: #000 url("./images/bg_body_satellite_start.jpg") repeat-x 0px -1px; padding: 0; }
  body#start {background: #000 url("./images/bg_body_start.jpg") repeat-x 0px -1px;}
  #main .teaser .item h1, #main .media .video_title h2, .nav_main ul li a, #main .media .video .col3 ul.tabs {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; }
	
  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0;}

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 100%; padding: 0; background-color: transparent; } /* background: transparent url("./images/bg_content.jpg") no-repeat center 125px; */
  #bg_content {min-height: 552px; width: 100%;}
  .bg_image { margin: 125px 0 0; width: 100%; height: 552px; position: absolute; top: 0px; left: 0px; overflow: hidden;}
  .page { width: 980px; padding: 0 0 0 0px; margin: auto;  position: relative; top: 0px; left: 0px;}
  #satellitestart .page {width: 981px; }
  #header { height:91px; width: auto; padding: 0; margin: 0; color: #000; } /* background: url(./images/bg_bordertop.jpg) 0px 0px repeat-x; */

  #nav { overflow:hidden; }
  #main { padding: 0; position: relative; top: 0px; left: 0px; color: #CCC;}
  
  #footer_margins { height: 117px; width: 980px; margin: 0 auto; color:#666; background: #1f1d1b; position: relative; top: 0px; left: 0px;}
  #footer {width: 980px; margin: 0 auto; position: relative; top: 0px; left: 0px;}
  #footer_content { width: 700px; margin: 0 0 0 0; position: relative; top: 0px; left: 0px;} 
	
  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 20px; }
  
  
  
}