@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-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
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:100%;
    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/shiny_buttons/background.png") repeat-x center right;
    border-top:1px #333 solid;
    border-bottom:1px #333 solid;
    line-height:0;
  }

  .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.0em;
    line-height:1em;
    list-style-type:none;
    margin:0;
    padding:0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background:transparent;
    color:#000;
    display:block;
    font-size:1em;
    font-weight:bold;
    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:#333; text-decoration:none; outline: 0 none; }

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

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }
  
  
  .navcontainer { margin: 9px 0 0 0; padding: 0; }

 /* DEFAULTS */

ul#navlist li a,ul#subnavlist li a { line-height: 1.8em; font-weight: normal; text-decoration: none; margin-top: 0; margin-bottom: 0;}



/* NAV LIST */

ul#navlist {

	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	color:#000000;
}
ul#navlist li { 

    display: inline; 
	margin: 0;
	padding: 0;
	}



ul#navlist li a {
	display: block;
	text-align:left;
	padding: 3px 5px 3px 12px;
	background: #ffffff;
	color: #000000;
	border-bottom: 1px solid #89c7de;
	font-weight: normal;
}

ul#navlist li a:hover, ul#navlist li a:active, ul#navlist li a:focus { 
	background: #32b2e3;
	color:#ffffff;
	font-weight: bold;
	/*font-weight: bold;*/
	text-decoration:none;
	padding: 3px 5px 3px 12px;
}



ul#navlist li #current a {
	color: #ffffff;  background:#32b2e3;
}

ul#navlist li a#current { color: #ffffff;  background:#32b2e3; border-left: 0px solid #32b2e2 !important; font-weight: bold;}
ul#navlist li a#current:hover { color: #ffffff; background-image: url(bg-navi); text-decoration:none; }
ul#navlist li a#subcurrent:hover { color: #ffffff; background-image: url(bg-navi); text-decoration:underline;}

ul#navlist li#active a { text-align:left; }

ul#navlist li#subactive a {	font-weight: bold; text-align:left;}









/* NAV LIST */

ul#subnavlist {

	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color:#c9ebf8;
	color:#000000;
}
ul#subnavlist li { 

    display: inline; 
	margin: 0;
	padding: 0;
	}



ul#subnavlist li a {
	display: block;
	text-align:left;
	padding: 3px 5px 3px 30px;
	background-color: #c9ebf8;
	color: #000000;
	border-left: 0px solid #fad126 !important;
	border-bottom: 1px solid #89c7de;
	font-weight: normal;
	font-size: 90%;
}

ul#subnavlist li a:hover, ul#subnavlist li a:active, ul#subnavlist li a:focus { 
	background-color: #32b2e3;
	color:#fff;
	font-weight: normal;
	/*font-weight: bold;*/
	border-left: 0px solid #32b2e3 !important;
	background-repeat: repeat-x;
	background-position: center right;
	text-decoration:none;
	padding: 3px 5px 3px 30px;
}



ul#subnavlist li #current {
	font-weight: normal;
	background-repeat: no-repeat;
    background-position: center right;
}

ul#subnavlist li a#current { color: #fff;  background:#32b2e3; border-left: 0px solid #32b2e2 !important; font-weight: normal;}
ul#subnavlist li a#current:hover { color: #000; background: #32b2e3; text-decoration:none; }
ul#subnavlist li a#subcurrent:hover { color: #000;  background: #32b2e3; text-decoration:none;}

ul#subnavlist li#active a { text-align:left; }

ul#subnavlist li#subactive a {	font-weight: bold; text-align:left;}



#horizmenue {
  margin: 0;
  padding: 0;
  font-size: 95%;
}
#horizmenue ul {
margin-left: -0.4em;
padding: 0;	
}
#horizmenue li {
  display: inline;
  padding: 0; 
  margin: 0em;  
}
#horizmenue a {
  padding: 0; 
  margin-right: 0.5em;
}


}
