/* CSS Document */

/*Navigation Lenzi Freiberger Pferde*/

/* erste Ebene */

#navigation ul {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 17px;
	font-weight: normal;
	color: #a80a16;
	text-decoration: none;
	margin: 0;
	/*margin-top:10px;*/
    padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type:none;
}

#navigation ul li {
        /*line-height: 36px;*/
       /* border-bottom:#999999 1px dashed;*/
	   display:inline;
		
}

#navigation ul a {
	display: block;
	/*padding: 8px 0 8px 0;*/
        margin:0;
        line-height: 36px;        
}

#navigation ul a:link, #navigation ul a:visited, #navigation ul a:active {
	display:block;
	color: #333333;
	text-decoration: none;
        padding-left: 50px;
		background-image:url(bilder/button.gif);
		background-repeat:no-repeat;
		margin-bottom: 10px;
        
}

#navigation ul a:hover {
	color: #001ed8;
	text-decoration: none;
	
}

#navigation ul .last a {
	display: block;

}

#navigation ul .first a {
	display: block;
	border-top:none;
    /*margin-top: -10px;*/
}

#navigation ul .first ul {
        margin-top: 0px;
}

#navigation ul .first ul li a {
        margin-top: 0px;
}


/* zweite Ebene*/

#navigation ul ul {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin: -10px 15px 10px 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	/*padding-left: 15px;*/
	list-style-type: none;
	background-color: #bb565c;
       
}



#navigation ul ul li {
       border-bottom: none;
      display: inline;
	   
       
}

#navigation ul ul a {
	display: block;
	/*font-weight: normal !important;*/
    margin: 0 0 3px 0;
    padding: 0;
	line-height: 14px;


}

#navigation ul ul a:link, #navigation ul ul a:visited, #navigation ul ul a:active {
	display:block;
	color: #ffffff !important;
	text-decoration: none;
	background-image:none;
	font-weight: normal;
	
        
}

#navigation ul ul a:hover {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
	
}

#navigation ul ul .last a {
	display: block;
	border-bottom:none;
    /*padding-bottom: 8px;*/
}


/* Aktive Links */

#navigation ul .active a {
	color: #bd0617 !important;
	text-decoration: none;
	font-weight: bold;
	background-image:url(bilder/button-aktiv.gif);
	background-repeat:no-repeat;
	}
	
#navigation ul ul .active a {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold !important;
	}
