a.knop:link, a.knop:visited, a.knop:active, a.knop:hover {
	text-decoration: none;
	font-weight: bold;
  font-variant: small-caps;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #FF9900;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  height: 12px;
}
a.knop:hover, 
a.knopDown:link, a.knopDown:visited, a.knopDown:active, a.knopDown:hover {
	background-color: #CC3300;
}
.highlight {
	font-size: 13px;
	font-weight: bold;
	color: #CC3300;
  border-top: 1px solid #FF9900;
  border-bottom: 1px solid #FF9900;
  margin: 5px 2px 10px 2px;
  text-align: center;
}

/* --- Layers --- */
div#main {
	position: relative;
	width: 780px;
	background-image: url(../images/bg_main_camp.gif);
}
div#main2 {
	position: relative;
	width: 780px;
	background-image: url(../images/bg_main_camp2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#menuLeftTop {
	position: relative;
	width: 134px;
	height: 80px;
	background-image: url(../nl/images/m_camp_top_d.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#menuRightTop {
	position: relative;
	width: 134px;
	height: 80px;
	background-image: url(../nl/images/m_stacar_top_u.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#contentTop {
	position: relative;
	width: 512px;
	height: 80px;
	background-image: url(../images/bg_top_camp.gif);
	background-repeat: no-repeat;
	background-position: center top;
  z-index: 1000;
}
div#item {
	position: absolute;
  top: 320px;
  right: 0px;
}
