@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:896px; */
	height:28px;
   /* 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:#28537c url("images/shiny_buttons/background.png") repeat-x center right;
    border-top:1px #fff solid;
	border-bottom:0px #555555 solid;
    border-left:12px #fff solid;
	border-right:12px #fff solid;
    line-height:1em;
	z-index:6;
  }

  .h5list 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 #82fa02 solid;
    border-right:1px #fff solid;*/
  }

  .h5list ul li {
    border-left:1px #a7bbcd solid;
    border-right:1px #a7bbcd solid;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    width:177px;
	display:inline;
    float:left; /* LTR */
    font-size:1.1em;
    line-height:1.1em;
    list-style-type:none;
    margin:0;
    padding:0;
	text-align:center;
  }
  .hlist ul li#last{
  	width:180px;
	border-right:0px #a7bbcd solid;
	margin:0;
    padding:0;
  }
    .hlist ul li#first{
 
	border-left:0px #a7bbcd solid;
  }
  .h5list ul li a,
  .h5list ul li strong {
    background:transparent;
    color:#b6e7fc;
    display:block;
    font-size:1em;
    font-weight:bold;
    margin:0;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

  .h5list ul li a:focus,
  .h5list ul li a:hover,
  .h5list ul li a:active  { background:#f2ef9b; color:#627b92; text-decoration:none; outline: 0 none; }

ul.ln_menu ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:#416a8f url("images/shiny_buttons/background_active.png") repeat-x center right;
    border-left:1px #444 solid;
    border-right:1px #888 solid;
  }

ul.ln_menu li.active strong,
ul.ln_menu li.active a:focus,
ul.ln_menu li.active a:hover,
ul.ln_menu li.active a:active { background:transparent; color:#fff; text-decoration:none; }
  

ul.ln_menu, ul.ln_menu ul {
    list-style-type: none;
		 margin:0;
   		 padding:0;
		 display:inline;
		 
}

ul.ln_menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight: normal;
}

ul.ln_menu li {
    padding: 0;
    margin: 0;
    float: left;
	background:#28537c url("images/shiny_buttons/background.png") repeat-x center right;
    height: 28px;
			border-left:1px #a7bbcd solid;
			border-right:1px #a7bbcd solid;
			/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
			width:177px;
			display:inline;
			float:left; /* LTR */
			font-size:1.1em;
			line-height:1.1em;
			list-style-type:none;
			margin:0;
			padding:0;
			text-align:center;	
}

ul.ln_menu li a{
			background:transparent;
			color:#b6e7fc;
			display:block;
			font-weight:bold;
			margin:0;
			padding:0.5em 0.8em 0.5em 0.8em;
			text-decoration:none;
			width:auto;
}
/* doNotLinkIt start
 1. Menu Ebene  
 Internet Agentur Torsten Weiler
 www.torsten-weiler.de */
ul.ln_menu li span.ebene-1 {
			background:transparent;
			color:#b6e7fc;
			display:block;
			font-weight:bold;
			margin: 0;
			padding:0.5em 0.8em 0.5em 0.0em;
			text-decoration:none;
			width:auto;
			cursor: pointer;
}
ul.ln_menu li span.ebene-1:hover,
ul.ln_menu li span.ebene-1:focus,
ul.ln_menu li span.ebene-1:active,
ul.ln_menu li span.act { 

			background:#f2ef9b; 
			color:#627b92;
			text-decoration:none;
			outline: 0 none; 
}
/* doNotLinkIt stop */

ul.ln_menu li strong{
			background:transparent;
			color:#b6e7fc;
			display:block;
			font-weight:bold;
			margin:0;
			padding:0 0 0 0;
			text-decoration:none;
			width:auto;
}
ul.ln_menu li str5ong{
padding:0 0 0 0;
}
ul.ln_menu li a:focus,
ul.ln_menu li a:hover,
ul.ln_menu li a:active,
ul.ln_menu li a.act { 
			background:#f2ef9b; 
			color:#627b92;
			text-decoration:none;
			outline: 0 none; 
}


/* Für Unterpunkte keine Float-Eigenschaft */
ul.ln_menu ul li {
   /* float:none;*/
	background:#28537c repeat-x center right;
	border-bottom:1px #a7bbcd dotted;

	height:28px;    

}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.ln_menu ul li.hover, ul.ln_menu ul li:hover {
    background:#416a8f url("images/shiny_buttons/background_active.png") repeat-x center right;
}

/* Zweite Ebene */
ul.ln_menu ul {                
	padding: 0;
	position: absolute;
	background-color: #244f79;
	border: 0px dotted;
	display: none;
	width: 177px;
	border-right: 1px solid #a7bbcd;
	border-top: 1px solid #a7bbcd;
	border-left: 1px solid #a7bbcd;
	/*bottom: 28px;*/
}

.klappoben{
	bottom: 28px;
}
#klappaus{
/*	background: url("images/shiny_buttons/pfeil.png") no-repeat center right;*/

}
ul.ln_menu ul li {
	border-left:0px #a7bbcd solid;
	border-right:0px #a7bbcd solid;
/*	background: url("images/shiny_buttons/pfeil.png") no-repeat center right;*/
			font-size:1em;
			line-height:1.1em;	
}
ul.ln_menu ul li a{
}
ul.ln_menu ul li strong{
background: url("images/shiny_buttons/pfeil.png") no-repeat center right;
}

ul.ln_menu ul li a[href^="http:"] {
background:url('images/shiny_buttons/pfeil_ext.png') no-repeat center right;

}				
/* Zweite Ebene anzeigen */
ul.ln_menu li.hover ul, ul.ln_menu li:hover ul  {
		display: block;
}

/* Dritte Ebene */
        ul.ln_menu li.hover ul ul, ul.ln_menu li:hover ul ul {
                display: none;
                /* Breite eines Listenelements - Überlagerung */
                margin-top: -28px; /* Höhe eines Listenelements */
				margin-left:177px;
				border-left:2px #a7bbcd solid;
				
        }

        /* Dritte Ebene anzeigen */
        ul.ln_menu li.hover ul li.hover ul, ul.ln_menu li:hover ul li:hover ul {
                display: block;
        }


/* Vierte Ebene */
        ul.ln_menu li.hover ul li.hover ul ul, ul.ln_menu li:hover ul li:hover ul ul {
                display: none;
				 margin-left: 160px;
        }

        /* Vierte Ebene anzeigen */
        ul.ln_menu li.hover ul li.hover ul li.hover ul , ul.ln_menu li:hover ul li:hover ul li:hover ul {
                display: block;
        }

 
 
   
}
