@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * @copyright       Copyright 2005-2007, 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.4
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2008-04-02 18:35:00 +0700 (Mi, 02 Apr 2008) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../../../typo3conf/ext/db_yamltv/template/yaml/core/slim_base.css);
/* import screen layout | Screen-Layout einbinden */
/* @import url(navigation/nav_slidingdoor.css); */
/* uncomment the following line to use shinybutton-navigation instead of slidingdoor */

/*@import url(navigation/nav_ssc.css); */ /* <- um zu verhindern, dass das SSC-Logo auch auf den K1 & Goalkeeper Websites erscheint*/

@import url(navigation/nav_vlist.css);
@import url(screen_startseite/basemod.css);
@import url(screen_startseite/content.css);
@import url(screen_startseite/typo3-RTE.css);
/* import print layout | Druck-Layout einbinden */
@import url(print/print_003.css);



@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2007, 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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2008-04-02 18:35:00 +0700 (Mi, 02 Apr 2008) $
 */

@media all
{
	
 	/* Tope Menu Content Startseite */
	#top_menu_itmes {
		height: 41px;
		float: left;
		
	}

	
	
  #nav {
  	padding-top:51px;
	
  }



	#nav_logo p {
		margin:0px;
	}

  #nav_main {
	
  	border-bottom:0;
		height:41px;
		/* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */

		overflow: hidden;
		/* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
		display: inline;
		/*
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    */
    line-height: 0;
  }
  
  #nav_sub {
	height: 26px;
	width: 960px;
	clear: both;
  
  }

  #nav_main ul {

    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    padding: 0;
  }

  #nav_main ul li {
  	height:41px;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong {

  	height:41px;
    background: transparent;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
    background: #eee;
    color: #333;
    text-decoration: none;
  }

  #nav_main ul li#current {
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active {
    background: transparent;
    color: #fff;
    text-decoration: none;
  }
  
  #langmenu {
  	position:absolute;
  	z-index:50;
  	margin-left:680px;
		margin-top:12px;
  }
  
  #langmenu a,
  #langmenu a:focus,
  #langmenu a:hover,
  #langmenu a:active  {
    color: #ffffff;
    text-decoration: none;
  }
  
}

