@charset "UTF-8";
/****************
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * @copyright       Copyright 2005-2010, 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.2.1
 * 
 * "Framework Templates, YAML for TYPO3"
 * @copyright       Copyright 2010, René Schröder ... image[FORMAT]
 * @license         CC-A 3.0 (http://creativecommons.org/licenses/by/3.0/),
 *                  if20-C (http://if-20.com/downloadbereich/lizenzmodell/)
 * @link            http://if-20.com
 * @packages        if_yaml ... if_ready2go
 * @version         1.3.0  
 * @thanks to       the basic typoscript and css is partly based and inspired by the extension "db_ttv" 
 *                  (c) 2005-2009 by GbR Bunkerd/Schäbel, who discontinued supporting this.  
 * @file                 
 */

@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:95%;
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
    display:inline;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /*
background:#c0c0c0 url("../../images/navigation/shiny_buttons/background.png") repeat-x center right;
*/
	background-color:#000;
    /*
border-top:1px #333 solid;
    border-bottom:1px #333 solid;
*/
    line-height:0;
	text-transform:uppercase;
  }

  .hlist ul {
    margin:0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    /*
border-left:1px #aaa solid;
    border-right:1px #fff solid;
*/
  }

  .hlist ul li {
    /*
border-left:1px #fff solid;
    border-right:1px #aaa solid;
*/
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    font-size:1.4em;
    line-height:1em;
    list-style-type:none;
    margin:0 20px 0 0;
    padding:0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background:transparent;
    color:#FFF;
    display:block;
    font-size:1em;
    font-weight:normal;
    margin:0;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { /*
background:#eee;
*/ color:#C8002C; text-decoration:none; outline: 0 none; }

  .hlist ul li#current,
  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /* background:#272727 url("../../images/navigation/shiny_buttons/background_active.png") repeat-x center right;
    border-left:1px #444 solid;
    border-right:1px #888 solid;*/
  }

  .hlist ul li#current strong,
  .hlist ul li.active a {background:transparent; color:#C8002C; text-decoration:none; }
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background:transparent; color:#C8002C; text-decoration:none; }
  
  .hlist ul li span.accessKey,
  .hlist ul li span.showAccessKey {background-image:none !important;display:inline !important; padding:0;}
  .hlist ul span.accessKey {text-decoration:underline;}
  .hlist ul span.showAccessKey {font-size:85%; font-style:italic; margin-left:0.3em; color:red; }

/**
 *  modifications first and second tab nav
 */
  #nav_main {
  	width:75%;
	
  } 
  #nav_main_2 {
  	width:910px;
  	border-top: 1px solid grey;
  	margin-left: 15px;
	font-size: 0.9em;
	font-weight:normal;
	text-transform:none;
  } 
  
  #nav_main_2.hlist ul li{
  	margin: 0 10px 0 0;
	text-transform:none;
	font-weight:normal;
  }
  
  #nav_main_2.hlist ul li a,
  #nav_main_2.hlist ul li strong {
  	font-weight:normal;
  	text-transform:none;
  }

}