@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: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media all
{

	#footer-inner {
	padding-top: 32px;
	color: #666666;
	}  
	#footer-inner a {
	color: #666666;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	}	
	#footer-inner a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #959480;
	}	
	#menu3 {
	padding-bottom: 22px;
	}
	#menu3 a {
	color: #666;
	text-decoration: underline;
	padding-right: 1px;
	padding-left: 1px;
	}
	#menu3 a:hover, #menu3 a.active {
	text-decoration: none;
	background-color: #BFD5B7;
	color: #000;
	}
	/********************************************/
	/*neuneuneuneuneu*/
	#menu1 .libut {
	font-size: 120%;	
	display: inline;
	list-style-type: none;
	}
	#menu1 .libut a, #menu1 .libut a.fst {
		color: #fff;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999;
		line-height: 220%;
		display: inline;
		padding: 10px;
	}
	#menu1 .libut a.fst {
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #999;
	}
	#menu1 .libut a:hover, #menu1 .libut a.fst:hover {
		color: #F7F6F3;
		text-decoration: none;
		background-color: #000;
	}
	#menu1 .libut a.active, #menu1 .libut a.fst.active {
		color: #000;
		text-decoration: none;
		background-color: #989792;
	}
}
