/*--- HAUPTNAVIGATION ---*/
#navigation {
			list-style-type: none;
			font-size: 13px; }

#navigation a {
			color: #8cb334;
			text-decoration: none; }

#navigation a:hover {
			font-weight: bold; }

a.navigation-active {
			color: #8cb334;
			font-weight: bold;
			text-decoration: none; }

.navigation-trenner {
			margin: 0;
			padding: 5px 0px 5px 0px; 
			background-image: url(../_images/layout/trenner_h.gif); 
			background-repeat: repeat-x; 
			background-position: bottom left; }


/*--- SUB-NAVIGATION ---*/
#navigation ul {
			list-style-type: none;
			font-size: 11px;
			line-height: 15px;
			padding: 0 0 0 5px; }

#navigation ul a {
			color: #d9c019;
			text-decoration: none; }

#navigation ul a:hover {
			font-weight: bold; }

a.subnavigation-active {
			color: #d9c019;
			text-decoration: none;
			font-weight: bold; }


/*--- META-NAVIGATION ---*/

a.meta-navi {
			color: #8cb334;
			text-decoration: none; }
			
a.meta-navi:hover {
			color: #d9c019; }

