/* CSS Document */

* {
margin : 0;
padding : 0;
} 
*html .navi3 {
	padding-left: 0px;
	} 

.navi3 {
	padding-left: 10px;
	} 
.navi3 a:link, .navi3 a:visited, .navi3 li a {
	color: #000000;
	display: block;
	text-decoration: none;
	font-family:  "Trebuchet MS", Verdana;
	font-size: 10px;

}
.navi3 a:hover{
	text-decoration: underline;
	font-size: 10px;
	}

.navi3_NO {
	list-style: none;
	line-height: 16px;
	font-size: 10px;
	color: #000000;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	font-weight: normal;
	background-color: #ffffff;
	font-family:  "Trebuchet MS", Verdana;
	
}

.navi3_ACT {
	list-style: none;
	line-height: 16px;
	font-size: 10px;
	font-family:  "Trebuchet MS", Verdana;
	color: #000000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(http://www.staatsforsten-openair.de/fileadmin/template/images/bg_nav3_ACT.gif);
	background-repeat: no-repeat;

}
