body {
	border: 0; margin: 0 0 0 0;
}

p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: rgb(0, 120, 64);                /* dgreeen */
	text-decoration: none;
}

a:hover {
	color: black;
	background-color: rgb(192, 220, 209);  /* light green */
	
}
.gelb-bg {
	background-color: rgb(255, 204, 102);
}
.lgreen-bg {
	background-color: rgb(192, 220, 209);   /* light green  */
}

.dgreen {
	color: rgb(0, 120, 64);
}

#NavLev1 a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#NavLev1 a:link {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: white);
	text-decoration: none;
}

#NavLev1 a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#NavLev1 a:hover {
	font-weight: bold;
	color: rgb(0, 120, 64);  /* dgreen *************** */
	text-decoration: none;
}

#nav_menu {
	width:100%;
}

#navBalken {
	background-color: rgb(0, 120, 64);
	height:20px;
}

#NavLev1 {  
	float:left;
	height:19px;
	width:100%;
	padding-top:1px;
	padding-left:6px;
	list-style-type:none;
	margin:0;
}  

#NavLev1 li {
	float:left;
	list-style-type:none;
}
#NavLev1_go a {
	/* line-height:19px; */
	padding-right:10px;
	padding-left:10px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
}
#NavLev1_go a:hover {
	background-color: white;
}
#NavLev1_here a {
	/* line-height:19px; */
	padding-right:10px;
	padding-left:10px;                 
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
}
#NavLev1_here a:hover {
	color: white;                       /* white ********* */
	background-color: rgb(0, 120, 64);  /* dgreen */
}
.NavLev1_nil {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	/* line-height:19px; */
	padding-right:10px;
	padding-left:0px;

}

