@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.5
 * @revision        $Revision: 189 $
 * @lastmodified    $Date: 2008-05-24 08:26:23 +0200 (Sa, 24 Mai 2008) $
 */
 
 /*###########################*/
 /* BEI ÄNDERUNGEN AN DER ERSTEN EBENE MÜSSEN FOLGENDE STYLES ANGEPASST WERDEN */
  
 /* #nav_main ul AUCH IEHACKS.CSS */
 /* #nav_main ul a */
 /* #nav_main ul li#nav08 a */
  
 /*###########################*/

@media all
{

/*##########*/
/* Quernavigation */
/*##########*/


  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;
    line-height: 0;
  }
	
	/*##########*/
	/* Funktionsnavigation */
	/*##########*/
	
	topnav 
	{ 
	color: #929292; 
	margin-top:-9px;
	}
	  
	topnav ul li
	{
	display:inline;
	margin-left:1px;
	margin-right:1px;
	font-size:14px;
	}
	
	topnav a,
	topnav input.suchbutton
	{
	color:#4A4A4A;
	font-size:11px;
	padding:0 2px;
	}
	
	topnav a,
	topnav ul li,
	topnav input.suchbutton
	{
	text-decoration:none;
	font-weight:bold;
	}
	
	topnav a:hover
	{
	text-decoration:underline;
	}
	
	topnav input
	{
	vertical-align:bottom;
	margin-bottom:2px;
	margin-top:2px;
	}
	
	topnav input#Suche
	{
	height:12px;
	font-size:11px;
	width:150px;
	}
	
	topnav input.suchbutton
	{
	font-family:Arial, Helvetica sans-serif;
	border:0;
	background:transparent;
	}
	
	topnav img
	{
	vertical-align:middle;
	margin-top:-1px;	
	}

 /*------------------------------------------------------------------------------------------------------*/
} 

