@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section browser reset
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  */

  /* (en) Global reset of paddings and margins for all HTML elements */
  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0; }

  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em; }

 /**
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  /* (en) Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
  /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100%; margin-bottom: 1px; }
  body {
    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
    font-size: 100.01%;

    /* (en) Standard values for colors and text alignment */
    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    color: #000;
    background: #fff;
    text-align: left;
  }

  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img { border: 0 solid; }

  /* (en) new standard values for lists, blockquote and cite */
  /* (de) Neue Standardwerte für Listen & Zitate */
  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote { margin: 0 0 1em 1.5em; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section base layout | Basis Layout
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  *
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 200 px  | flexible  | 200px   |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */

  #header { position:relative; }

  /* (en) Text Alignment for #topnav content */
  /* (de) Textausrichtung für #topnav Inhalte */
  #topnav { text-align: right; } 

  /* (en) Absolute positioning only within #header */
  /* (de) Absolute Positionierung erfolgt nur innerhalb von #header */
  #header #topnav {
    position:absolute;
    top: 10px;
    right: 10px;
  }

  /* (en) Backup for correct positioning */
  /* (de) Absicherung korrekte Positionierung */
  #header, #nav, #main, #footer { clear:both; }

  /* (en/de) Standard: 200 Pixel */
  #col1 { float: left; width: 200px }
  /* (en/de) Standard: 200 Pixel */
  #col2 { float:right; width: 200px }
  /* (en) Standard: center column with flexible width */
  /* (de) Standard: Flexible mittlere Spalte */
  #col3 { width:auto; margin: 0 200px }

  /* (en) Preparation for absolute positioning within content columns */
  /* (de) Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten */
  #col1_content, #col2_content, #col3_content { position:relative; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section generic classes for layout switching | Generische Klassen zur Layoutumschaltung
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  *
  * .hidecol1 -> 2-column-layout (using #col2 and #col3)
  * .hidecol2 -> 2-column-layout (using #col1 and #col3)
  * .hideboth -> single-column-layout (using #col3)
  */

  .hideboth #col3 { margin-left: 0; margin-right: 0; }
  .hidecol1 #col3 { margin-left: 0; margin-right: 200px; }
  .hidecol2 #col3 { margin-left: 200px; margin-right: 0; }

  .hideboth #col1, .hideboth #col2, .hidecol1 #col1, .hidecol2 #col2 { display:none; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */

  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display: block; }

  /* (en) overflow method for clearing floats */
  /* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow:hidden; }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing { display: none; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section subtemplates
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */

  .subcolumns { width: 100%; overflow:hidden; }

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 50%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }

  .subc  { padding: 0 0.5em; }
  .subcl { padding: 0 1em 0 0; }
  .subcr { padding: 0 0 0 1em; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section hidden elements | Versteckte Elemente
  * @see     http://www.yaml.de/en/documentation/basics/skip-links.html
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */

  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  .skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  .skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }
}


@media all {
  /* ================================================================== */
  /* = These buttons exist in 4 colors: green, orange, blue and white = */
  /* ================================================================== */
  a.button,
  a.button:focus,
  a.button:hover,
  a.button:active,
  button.button,
  button.button:focus,
  button.button:hover,
  button.button:active { 
    color: #fffae4;
    font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    outline: none;
  }
  a[class="button white"],
  a[class="button white"]:active,
  button[class="button white"],
  button[class="button white"]:active { 
    color: #333;
  }
  a[class="button green"],
  button[class="button green"] {
    background: transparent url('../../images/button_green_a.png') no-repeat top right;
  }
  a[class="button green"]:focus,
  a[class="button green"]:hover,
  button[class="button green"]:focus,
  button[class="button green"]:hover { 
    color: #fff;
    background: transparent url('../../images/button_green_a.png') no-repeat bottom right;
  }
  a[class="button blue"],
  button[class="button blue"] {
    background: transparent url('../../images/button_blue_a.png') no-repeat top right;
  }
  a[class="button blue"]:focus,
  a[class="button blue"]:hover,
  button[class="button blue"]:focus,
  button[class="button blue"]:hover { 
    color: #fff;
    background: transparent url('../../images/button_blue_a.png') no-repeat bottom right;
  }
  a[class="button orange"],
  button[class="button orange"] {
    background: transparent url('../../images/button_orange_a.png') no-repeat top right;
  }
  a[class="button orange"]:focus,
  a[class="button orange"]:hover,
  button[class="button orange"]:focus,
  button[class="button orange"]:hover { 
    color: #fff;
    background: transparent url('../../images/button_orange_a.png') no-repeat bottom right;
  }
  a[class="button white"],
  button[class="button white"] {
    background: transparent url('../../images/button_white_a.png') no-repeat top right;
  }
  a[class="button white"]:focus,
  a[class="button white"]:hover,
  button[class="button white"]:focus,
  button[class="button white"]:hover { 
    color: #555;
    background: transparent url('../../images/button_white_a.png') no-repeat bottom right;
  }
  a.button span,
  button.button span {
    display: block;
    line-height: 16px;
    padding: 4px 0 4px 12px;
  }
  a[class="button green"] span,
  button[class="button green"] span {
    background: transparent url('../../images/button_green_span.png') no-repeat top left;
  }
  a[class="button green"]:hover span,
  button[class="button green"]:hover span {
    background: transparent url('../../images/button_green_span.png') no-repeat bottom left;
  }

  a[class="button blue"] span,
  button[class="button blue"] span {
    background: transparent url('../../images/button_blue_span.png') no-repeat top left;
  }
  a[class="button blue"]:hover span,
  button[class="button blue"]:hover span {
    background: transparent url('../../images/button_blue_span.png') no-repeat bottom left;
  }

  a[class="button orange"] span,
  button[class="button orange"] span {
    background: transparent url('../../images/button_orange_span.png') no-repeat top left;
  }
  a[class="button orange"]:hover span,
  button[class="button orange"]:hover span {
    background: transparent url('../../images/button_orange_span.png') no-repeat bottom left;
  }

  a[class="button white"] span,
  button[class="button white"] span {
    background: transparent url('../../images/button_white_span.png') no-repeat top left;
  }
  a[class="button white"]:hover span,
  button[class="button white"]:hover span {
    background: transparent url('../../images/button_white_span.png') no-repeat bottom left;
  }
  button.button,
  button.button:focus,
  button.button:hover,
  button.button:active {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-right: 10px;
  }
  button.button span {
   position: relative;
   height: 16px;
   padding: 4px 0 4px 12px;
  }
  button.button span img {
    vertical-align: bottom;
  }
  
  button.button[disabled="disabled"],
  button.button:focus[disabled="disabled"],
  button.button:hover[disabled="disabled"] {
    background: transparent url('../../images/button_disabled_a.png') no-repeat top right;
    cursor: default;
    color: #ccc;
  }
  button.button[disabled="disabled"] span,
  button.button:focus[disabled="disabled"] span,
  button.button:hover[disabled="disabled"] span {
    background: transparent url('../../images/button_disabled_span.png') no-repeat top left;
  }
  

  div.buttons a.button,
  div.buttons a.button:focus,
  div.buttons a.button:hover,
  div.buttons a.button:active,
  div.buttons button.button,
  div.buttons button.button:focus,
  div.buttons button.button:hover,
  div.buttons button.button:active {
   float: right; 
  }
  div#status a.button,
  div#status a.button:focus,
  div#status a.button:hover,
  div#status a.button:active { float:left; }
  
  /* ================= */
  /* = Small Buttons = */
  /* ================= */
  a.buttonSmall,
  a.buttonSmall:focus,
  a.buttonSmall:hover,
  a.buttonSmall:active,
  button.buttonSmall,
  button.buttonSmall:focus,
  button.buttonSmall:hover,
  button.buttonSmall:active { 
    color: #fffae4;
    font-weight: bold;
    height: 18px;
    margin-right: 4px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    outline: none;
    font-size: 85%;
  }
  a[class="buttonSmall white"],
  a[class="buttonSmall white"]:active,
  button[class="buttonSmall white"],
  button[class="buttonSmall white"]:active { 
    color: #333;
  }
  a[class="buttonSmall green"],
  button[class="buttonSmall green"] {
    background: transparent url('../../images/buttonSmall_green_a.png') no-repeat top right;
  }
  a[class="buttonSmall green"]:focus,
  a[class="buttonSmall green"]:hover,
  button[class="buttonSmall green"]:focus,
  button[class="buttonSmall green"]:hover { 
    color: #fff;
    background: transparent url('../../images/buttonSmall_green_a.png') no-repeat bottom right;
  }
  a[class="buttonSmall blue"],
  button[class="buttonSmall blue"] {
    background: transparent url('../../images/buttonSmall_blue_a.png') no-repeat top right;
  }
  a[class="buttonSmall blue"]:focus,
  a[class="buttonSmall blue"]:hover,
  button[class="buttonSmall blue"]:focus,
  button[class="buttonSmall blue"]:hover { 
    color: #fff;
    background: transparent url('../../images/buttonSmall_blue_a.png') no-repeat bottom right;
  }
  a[class="buttonSmall orange"],
  button[class="buttonSmall orange"] {
    background: transparent url('../../images/buttonSmall_orange_a.png') no-repeat top right;
  }
  a[class="buttonSmall orange"]:focus,
  a[class="buttonSmall orange"]:hover,
  button[class="buttonSmall orange"]:focus,
  button[class="buttonSmall orange"]:hover { 
    color: #fff;
    background: transparent url('../../images/buttonSmall_orange_a.png') no-repeat bottom right;
  }
  a[class="buttonSmall white"],
  button[class="buttonSmall white"] {
    background: transparent url('../../images/buttonSmall_white_a.png') no-repeat top right;
  }
  a[class="buttonSmall white"]:focus,
  a[class="buttonSmall white"]:hover,
  button[class="buttonSmall white"]:focus,
  button[class="buttonSmall white"]:hover { 
    color: #555;
    background: transparent url('../../images/buttonSmall_white_a.png') no-repeat bottom right;
  }
  a.buttonSmall span,
  button.buttonSmall span {
    display: block;
    line-height: 12px;
    padding: 3px 0 3px 8px;
  }
  a[class="buttonSmall green"] span,
  button[class="buttonSmall green"] span {
    background: transparent url('../../images/buttonSmall_green_span.png') no-repeat top left;
  }
  a[class="buttonSmall green"]:hover span,
  button[class="buttonSmall green"]:hover span {
    background: transparent url('../../images/buttonSmall_green_span.png') no-repeat bottom left;
  }

  a[class="buttonSmall blue"] span,
  button[class="buttonSmall blue"] span {
    background: transparent url('../../images/buttonSmall_blue_span.png') no-repeat top left;
  }
  a[class="buttonSmall blue"]:hover span,
  button[class="buttonSmall blue"]:hover span {
    background: transparent url('../../images/buttonSmall_blue_span.png') no-repeat bottom left;
  }

  a[class="buttonSmall orange"] span,
  button[class="buttonSmall orange"] span {
    background: transparent url('../../images/buttonSmall_orange_span.png') no-repeat top left;
  }
  a[class="buttonSmall orange"]:hover span,
  button[class="buttonSmall orange"]:hover span {
    background: transparent url('../../images/buttonSmall_orange_span.png') no-repeat bottom left;
  }

  a[class="buttonSmall white"] span,
  button[class="buttonSmall white"] span {
    background: transparent url('../../images/buttonSmall_white_span.png') no-repeat top left;
  }
  a[class="buttonSmall white"]:hover span,
  button[class="buttonSmall white"]:hover span {
    background: transparent url('../../images/buttonSmall_white_span.png') no-repeat bottom left;
  }
  button.buttonSmall,
  button.buttonSmall:focus,
  button.buttonSmall:hover,
  button.buttonSmall:active {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-right: 8px;
  }
  button.buttonSmall span {
   position: relative;
   height: 12px;
   padding: 4px 0 2px 8px;
  }
  button.buttonSmall span img {
    vertical-align: bottom;
  }


  /* ================ */
  /* = Front Button = */
  /* ================ */
   a.frontButton,
   button.frontButton {
    color: #fffae4;
    font-weight: bold;
    height: 51px;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
    font-size: 200%;
    text-decoration: none;
    float: left;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
  }
  button.frontButton[disabled="disabled"],
  button.frontButton:focus[disabled="disabled"],
  button.frontButton:hover[disabled="disabled"] {
    background: transparent url('../../images/frontseite/button/button_front_a_disabled.png') no-repeat top right;
    cursor: default;
    color: #ccc;
  }
  button.frontButton[disabled="disabled"] span,
  button.frontButton:focus[disabled="disabled"] span,
  button.frontButton:hover[disabled="disabled"] span {
    background: transparent url('../../images/frontseite/button/button_front_span_disabled.png') no-repeat top left;
  }
  a.frontButton,
  button.frontButton {
    background: transparent url('../../images/frontseite/button/button_front_a.png') no-repeat top right;
  }
  a.frontButton:focus,
  a.frontButton:hover,
  button.frontButton:focus,
  button.frontButton:hover { 
    color: #fff;
  }
  a.frontButton span,
  button.frontButton span {
    display: block;
    line-height: 51px;
    padding: 0 0 0 20px;
  }
  a.frontButton span,
  button.frontButton span {
    background: transparent url('../../images/frontseite/button/button_front_span.png') no-repeat top left;
  }

  /* =============== */
  /* = Menu Button = */
  /* =============== */
   a.menuButton {
    color: #fffae4;
    font-weight: bold;
    height: 33px;
    margin-right: 6px;
    padding-right: 26px; /* sliding doors padding */
    font-size: 150%;
    text-decoration: none;
    float: left;
    outline: none;
  }
  a.menuButton {
    background: transparent url('../../images/menu/buttons/orange_button/100_prozent/menu_button_a.png') no-repeat top right;
  }
  a.menuButton:focus,
  a.menuButton:hover {
    background-position: right -33px;
    color: #fff;
  }
  a.menuButton:active {
    background-position: right bottom;
    color: #fff;
  }
  a.menuButton span {
    display: block;
    line-height: 33px;
    padding: 0 0 0 26px;
  }
  a.menuButton span {
    background: transparent url('../../images/menu/buttons/orange_button/100_prozent/menu_button_span.png') no-repeat top left;
  }
  a.menuButton:focus span,
  a.menuButton:hover span {
    background-position: left -33px;
  }
  a.menuButton:active span {
    padding: 1px 0 0 26px;
    background-position: left bottom;
  }

  /* =============== */
  /* = Notify Button = */
  /* =============== */
   a.notifyButton {
    color: #fffae4;
    font-weight: normal;
    height: 16px;
    margin-right: 5px;
    padding-right: 5px; /* sliding doors padding */
    font-size: 11px;
    text-decoration: none;
    float: left;
    outline: none;
  }
  a.notifyButton {
    background: transparent url('../../images/notify_button_a.png') no-repeat top right;
  }
  a.notifyButton:focus,
  a.notifyButton:hover {
    color: #fff;
  }
  a.notifyButton:active {
    color: #fff;
  }
  a[class="notifyButton disabled"],
  a[class="notifyButton disabled"]:focus,
  a[class="notifyButtondisabled"]:hover {
    cursor: default;
  }
  a.notifyButton span {
    display: block;
    line-height: 16px;
    padding: 0 0 0 5px;
  }
  a.notifyButton span {
    background: transparent url('../../images/notify_button_span.png') no-repeat top left;
  }

}

@media all {
  .star-rating{
  	list-style:none;
  	margin: 0px;
  	padding:0px;
  	width: 250px;
  	height: 50px;
  	position: relative;
  	background: url('../../images/satellite/star_rating.png') top left repeat-x;		
  }
  .star-rating li{
  	padding:0px;
  	margin:0px;
  	height:50px;
  	width: 50px;
  	/*\*/
  	float: left;
  	/* */
  }
  .star-rating li a{
  	display:block;
  	width:50px;
  	height: 50px;
  	line-height:50px;
  	text-decoration: none;
  	text-indent: -9000px;
  	z-index: 20;
  	position: absolute;
  	padding: 0px;
  	overflow:hidden;
  }
  .star-rating li a:hover{
  	background: url('../../images/satellite/star_rating.png') repeat-x left center;
  	z-index: 2;
  	left: 0px;
  	border:none;
  }
  .star-rating a.stars_1{
  	left: 0px;
  }
  .star-rating a.stars_1:hover{
  	width:50px;
  }
  .star-rating a.stars_2{
  	left:50px;
  }
  .star-rating a.stars_2:hover{
  	width: 100px;
  }
  .star-rating a.stars_3{
  	left: 100px;
  }
  .star-rating a.stars_3:hover{
  	width: 150px;
  }
  .star-rating a.stars_4{
  	left: 150px;
  }	
  .star-rating a.stars_4:hover{
  	width: 200px;
  }
  .star-rating a.stars_5{
  	left: 200px;
  }
  .star-rating a.stars_5:hover{
  	width: 250px;
  }
  .star-rating li.current-rating {
  	background: url('../../images/satellite/star_rating.png') repeat-x left bottom;
  	position: absolute;
  	height: 50px;
  	display: block;
  	text-indent: -9000px;
  	z-index: 1;
  	left: 0;
  }
  /* remove halo effect in firefox   */
  a:active{
  	outline: none;
  }		
}

@media all {
  body {
    background: #403f38;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 65.00%;
    height: 100%;
  }

  a {
      text-decoration: none;
      color: #ed5e07;
  }
  
  a:hover {
      text-decoration: underline;
  }
  
  #topContent a {
    color: #fffae4;
    text-decoration: underline;
  }
  #topContent a:hover {
    color: #ffffff;
    text-decoration: none;
  }

  p, ul {
    line-height: 1.6em;
    padding: 1em 0;
  }  

  table { width: auto; border-collapse: collapse; margin-bottom: 10px; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 5px 10px; }
  
  table thead tr { background: #eee; }
  table tbody tr.even { background: #fffae4; }
  
  table.compact { width: 100%; font-size: 90%; }
  table.compact th, table.compact td { padding: 2px 4px; }

  #headerWrapper, #topContentWrapper, #mainContentWrapper, #footerWrapper {
      width: 100%;
      clear: both;
  }

  #headerContent, #topContent, #mainContent, #footerContent {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
  }

  #headerWrapper {
      height: 50px;    
      background-color: #403f38;
  }

  #headerContent {
    line-height: 50px;
  }

  #navigation a {    
      margin: 0 1em 0 1em;
      text-decoration: none;
  }

  .navigationLink {
      float: left;
      font-size: 1.4em;
  }

  #navigation a:hover,
  #navigation a:active,
  #navigation a.activeLink {    
    color: #fffae4;
  }

  #navigationMarker {
    background: #D45406 url('../../images/satellite/zapfen.png') no-repeat top left;
    overflow: hidden;
    width: 21px;
    height: 11px;
    margin: 0 auto;
    margin-top: -11px;
  }
  
  #breadCrumbs {
    list-style: none;
  }

  #breadCrumbs li {
    display: inline;
    margin-left: 0.5em;
  }

  #logo {
    height: 50px;
    margin: 0;
    padding: 0;
    float: right;
  }

  #logo a img {
    border: none;
    vertical-align: middle;    
  }

  #topContentWrapper {
    background-color: #D45406;
    min-height: 1em;
  }

  #topContent {
    color: #fffae4;
    padding: 2em 0 2em 0;
  }
  
  
  #topContent #people {
    float:left;
    width: 300px;
  }
  #topContent #teaser {
    float:left;
    margin-left: 50px;
    font-size: 130%;
    width: 400px;
  }
  #mainContentWrapper {
      background-color: #fffae4;
  }

  #mainContent {
      font-size: 1.2em;
      line-height: 1.6em;

      color: #33322d;

      padding-top: 1em;
      padding-bottom: 1em;
  }   

  #mainContent h2 {
      font-size: 2em;
      line-height: 1.4em;
  }

  #mainContent h1 {
    line-height: 1.4em;
  }
  
  #topContent form,
  #mainContent form {
    padding: 0 0 1em 0;
    clear: both;
  }
  #topContent form fieldset,
  #mainContent form fieldset {
    padding: 20px 10px;
    color: #525048;
  }
  #topContent form fieldset {
    border: 5px solid #fff;
    background: #fffae4;
    
  }
  #topContent form label,
  #mainContent form label {
    display: block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    padding: 3px 5px;
  }
  #topContent form label {
    margin-top: 2px;
  }
  #mainContent form label {
    margin-top: 9px;
  }
  #topContent form input,
  #mainContent form input {
    border: 3px solid #525048;
    background: #fff;
    padding: 2px 4px;
    float: left;
    font-size: 30px;
    margin-left: 10px;
  }
  #topContent form button,
  #mainContent form button {
    margin-top: -3px;
    margin-left: 10px;
    font-size: 20px;
  }  
  
  #mainContent p.vote {
    width: 440px;
    margin: 20px auto;
  }
  
  #mainContent blockquote.bubble {
    position: relative;
    width: 400px;
    margin: 20px auto 40px auto;
    background: transparent url('../../images/satellite/quote_top2.png') no-repeat top left;
  }
  #mainContent blockquote div.quote {
    font-size: 140%;
    position: relative;
    top: 18px;
    width: 400px;
    line-height: 1.5em;
    padding: 0 0 45px 0;
    background: transparent url('../../images/satellite/quote_bottom2.png') no-repeat bottom left;
  }
  #mainContent blockquote div.quote p {
    position: relative;
    top: -13px;
    line-height: 1.3em;
    padding: 0 25px 0 15px;
  }
  #mainContent blockquote div.who {
    position: relative;
    text-align: right;
    margin-top: 10px;
    right: 30px;
    width: 400px;
    font-size: 160%;
    font-weight: bold;
  }
  #mainContent blockquote div.who div {
    position: absolute;
    bottom: 10px;
    right: 50px;
  }
  #mainContent blockquote span.quotationMark {
    font-size: 200%;
    font-family: 'Georgia', 'Times', serif;
  }
  #mainContent blockquote span[class="quotationMark left"] {
    vertical-align: baseline;
  }
  #mainContent blockquote span[class="quotationMark right"] {
    vertical-align: middle;
  }
  
  .side_ad {
    float: left;
    margin-top: 20px;
  }
  
  #footerContent {
      padding: 1em 0;
      font-size: 1.2em;
  }

  #footerContent a {
      font-weight: bold;
      text-decoration: none;
      color: #727068;
  }

  #footerContent a:hover {
    color: #929088;
    text-decoration: underline;
  }

  .footerNavSection {
      float: left;
      width: 120px;
      margin-right: 20px;
  }

  .stars {
    width: 400px;
    margin: 20px auto;
    text-align: center;
  }
  .stars h3 {
    margin-bottom: 10px;
  }

  .stars ul.star-rating {
    margin: 0 auto;
    width: 250px;
  }
  
  /* ========== */
  /* = CapNav = */
  /* ========== */
  ul.twcaps {
    margin-bottom: 10px;
    line-height: 0;
    overflow: hidden;
    list-style: none;
  }
  ul.twcaps a img {
    vertical-align: text-bottom;
  }
  ul.twcaps li {
    float: left;
    margin-left: 1px;
    padding: 0;
  }
  ul.twcaps li.left,
  ul.twcaps li.right {
    background: transparent url("/images/misc/icon_sprite.png") no-repeat;
  }
  ul.twcaps li.left[class~="active"] {
    background-position: left -0px;
  }
  ul.twcaps li.right[class~="active"] {
    background-position: right -0px;
  }
  ul.twcaps li.left {
    background-position: left -30px;
  }
  ul.twcaps li.right {
    background-position: right -30px;
  }
  ul.twcaps li a {
    color: #333;
    background: #ddd;
    text-decoration: none;
    display: block;
    padding: 0 6px;
    line-height: 16px;
    height: 16px;
  }
  ul.twcaps li a:hover,
  ul.twcaps li a:focus,
  ul.twcaps li a:active {
   color: #ed5e07;
  }
  ul.twcaps li.active a {
    color: #fffae4;
    background: #ed5e07;
  }
  ul.twcaps li.active a {
    cursor: default;
  }
  ul.twcaps li.left a {
    padding-left: 2px;
    margin-left: 8px;
  }
  ul.twcaps li.right a {
    padding-right: 2px;
    margin-right: 8px;
  }
  /* ========== */
  /* = EpgBox = */
  /* ========== */
  table.tw_epg {
    margin-top: 10px;
  }
  table.tw_epg thead tr {
    background: #ddd;
  }
  table.tw_epg tbody tr {
    background: none;
  }
  
  table.tw_epg th,
  table.tw_epg td {
    vertical-align: top;
  }
  table.tw_epg td {
    padding: 0;
  }
  table.tw_epg tr.hour_group td {
    background: #eee;
    border-top: 1px dashed #ddd;
    padding: 5px;
  }
  table.tw_epg tr.hour_group td a {
    display: block;
    height: 16px;
  }
  table.tw_epg tr.hour_group td img {
    vertical-align: top;
  }
  table.tw_epg tr.hour_group td:hover {
    background: #fff;    
  }
  table.tw_epg tr.now_schedule {
    background: #e5ffb2;
  }
  table.tw_epg tr.now_schedule tr {
    background: transparent;
  }
  
  
  div.tw_schedule_entry {
    font-size: 10px;
    padding: 5px;
  }
  table.tw_epg tr.now_schedule div.tw_schedule_entry {
    font-size: 12px;
  }
  div.tw_schedule_entry div.quick_info {
    float:left;
    width: 16px;
    height:16px;
  }
  div.tw_schedule_entry div.time {
    float:left;
    width: 35px;
    margin-left:5px;
    margin-top:2px;
  }
  table.tw_epg tr.now_schedule div.tw_schedule_entry div.time {
    margin-top:1px;
  }
  div.tw_schedule_entry div.title {
    margin-left: 55px;
    margin-top:2px;
  }
  table.tw_epg tr.now_schedule div.tw_schedule_entry div.title {
    margin-left: 60px;
    margin-top:1px;
  }

  
}