@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-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
{
  #topnav  {
     
	 margin: 0 0 0 0;
	 padding: 0 0 0 0;
	 color: #fff;
	 }
  
    #topnav a { color: #fff; font-size: 1em; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent; }
  #navLogin {
    display: inline;   	
  }

 #aspnetFormX{
    display: inline;   
  }

  
  
  #nav_main {
    /* (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) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /* background: #375d81 url("/images/shiny_buttons/background.gif") repeat-x center right;*/
    background-color: #dcdeea ;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    line-height: 0;
  }


  #nav_main ul {
    border-left: 1px #aaa solid;
    border-right: 1px #fff solid;
    /* (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  */
    margin-left: 0px;
    padding: 0;
  }

  #nav_main ul li {
    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
    /* (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 {
    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;
  }

  #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 {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 url("images/shiny_buttons/background_active.gif") repeat-x center right;
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
  }

  #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: #000; text-decoration: none; }


  .current {
     background-color: #fff;
  }



  #nav_second {
    /* (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) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
  }

  #nav_second ul {
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    margin-left: 50px;
    padding: 0;


  }

  #nav_second ul li {
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;

  }

  #nav_second ul li a,
  #nav_second 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;
  }
  


  #nav_second ul li a:focus,
  #nav_second ul li a:hover,
  #nav_second ul li a:active  { background: #fff; color: #000; text-decoration: none; }

  #nav_second ul li.current {
    /* (en) Repeat the main color from the image */
    background: #ABC8E2; color: #000; 
  }

  #nav_second ul li.current strong,
  #nav_second ul li.current a,
  #nav_second ul li.current a:focus,
  #nav_second ul li.current a:hover,
  #nav_second ul li.current a:active { background: #fff; color: #000; text-decoration: none; }



.pagenext {
	display: inline;
  }

.pageprevious {
	display: inline;
  }

/*------------------------------------------------------------
Seitennavigation
*/

#SideNavSimple{
		height: 320px;
}



#nav_seite {
		background: transparent;
		font-size: 1em;
		margin-left: 10px;
		width: 220px;
		border: 1.5px #fff solid;
	  }
	  #nav_seite * {
		/*display:block;*/
	/*float:none;*/
		list-style: none;
		margin: 0 0 0 0;
		border: 0;
		padding: 0 0 0 0;
		font-weight: bold;
	  }
	  
	  #nav_seite * li
	  {
		background: #7590c8;/*#526e9b;*/
	  }
	  #nav_seite a
	  {
		border-bottom: 1px  solid  #000;
	  }
	  

#nav_seite * a, #nav_seite * a:hover, #nav_seite * a:active, #nav_seite * a:visited
	  {
		display: block;
		text-decoration: none;
		color: #fff;
	  }
	  #nav_seite * a:hover
	  {
		background: #050b83;
		color: #fff;
	  }
	  

	#nav_seite ul li
	  {
		text-indent:10px
	  }
	  
	  #nav_seite ul li ul li 
	  {
		text-indent: 30px
	  }
	#nav_seite ul li ul li ul li 
	  {
		text-indent: 50px
	  }
	#nav_seite * .current * li
	  {
		background: #d0dbfc;/*#a2b8da;*/
		color: #555;
	  }
	
	/*  
	#nav_seite ul li.current  
	  {
		/*background: #d53;*/
		/*background: #B5C5E8;
		color: #fff;
	  }
	
	
	#nav_seite li.current  
	  {
		background: #B5C5E8;
		color: #000;
	  }
	  #nav_seite ul li.current * a, #nav_seite ul li.current ul li a:active, #nav_seite ul li.current ul li a:visited
	  {
		color: #222;
		}


		#nav_seite  * .current * a:hover
	  {
		color: #fff;
	  }
*/

	#nav_seite li.current  
	  {
		background: #d0dbfc;/*#3764c2;/*#6d84a9;*/
		color: #fff;
	  }
	  #nav_seite .current * a, #nav_seite .current  a:active, #nav_seite .current a:visited
	  {
		color: #222;
	  }
	#nav_seite  .current  a:hover
	  {
		color: #fff;
	  }
	
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

