* {
	margin: 0;
	padding: 0;

}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #525555;
	background-color: #fff;
	text-align: center;
}
h1 {
  font-size: 15px;
  font-weight: bold;
}
h2 {
  font-size: 13px;
  font-weight: bold;
}
h3 {
  font-size:10pt;
  font-weight: bold;
}
form {
  padding: 0;
  margin: 0;
}
a {
  color: #6daa3a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  outline: none;
}



/* ----------------------------------------------------------------------- */
/* layout
/* ----------------------------------------------------------------------- */

.wrapper {
	 width: 940px;
	 margin: 0 auto;
	 text-align: left;
}
/* header */
#header {
  height: 111px;
  border-bottom: 3px solid #6DAA3A;
}
	#header .wrapper {
		background: url(../images/header-trekker.jpg) no-repeat;
		height: 111px;
	}
	#header .wrapper a {
		display: block;
		width: 300px;
		height: 111px;
	}
	#header-detail {
		margin: 0 auto;
		height: 79px;
		width: 700px;
	}
	#title {
	  float: left;
	  padding: 18px 20px 0px 10px
	}
	#logo {
	  float: right;
	  padding: 3px 0;
	}
	#linklist {
		padding-left: 10px;*/
		padding-top: 2px;
		color: #fff;
		font-size: 10px;
		text-align: left;
	}
	#linklist a {
		color: #fff;
		text-decoration: none;
		font-size: 10px; 
	}
	#linklist a:hover {
		text-decoration: underline;
	}

/* main content - left and right column */
#content {
	border-top: 3px solid #007BB9;
	padding: 10px 0 10px 0;
}
#content-left {
	width: 328px;
}
	/* list with layers (table) */
	#layerList {
		margin: 5px 0 5px 0;
		padding: 0;
		border-top: 1px solid #ccc;
		background-color: #fff;
	}
	#layerList a {
		cursor: pointer;
	}
	#layerList .layer th, #layerList .layer td {
		border-bottom: 1px solid #ccc;
		padding: 3px;
		margin-left: 5px;
	}
	#layerlist .layer th {
		background-color: #eee;
		border-right: 1px solid #ccc;
	}
	#layerlist .layer .noborder {
		border: none;
		width: 10px;
		background-color: red;
	}
	#layerlist .check {
		border: 1px solid #ccc;
		background-color: red;
		margin-top: 2px;
	}
	#layerlist .help {
		color: #009aff;
	}
	.legendlabel {
		font-size: 11px;
		padding-top: 2px;
	}
	.legenda-title {
		margin: 5px 0px 1px 4px;
		font-size: 11px;
	}
	#content-left .meerinfo {
		background-color: #fff6bf;
		border: 1px solid #eee;
		margin-top: 10px;
		padding: 10px;
	}
	#content-left .meerinfo h2 {
		margin-bottom: 5px;
	}

#content-right {
	width: 600px;
}
	#content-detail { /* details screen */
	  background: #fff;
	  padding: 15px 8px 30px 8px;
	  margin: 0 auto;
	  width: 680px;
	  text-align: left;
	}

a.nieuwland {
	color: #ccc;
}	
a.nieuwland:hover {
	color: #004687;
}
#disclaimer {
	height: 50px;
	padding: 3px 5px 3px 0px;
	color: #bbb;
}

.showTip {
	cursor: pointer;
}

/* wacht dialoog */
#waitforme {
	position: absolute;
	width: 200px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -100px; /* - (width/2) */
	padding: 5px 5px 5px 45px;
	background: #525555 url(../images/ajax-loader-new.gif) no-repeat 5px 7px;
	border: 2px solid #000;
	text-align: left;
	color: #d1d1d1;
	font-weight: bold;
	z-index: 100;
}

/* zoek knop */
#ppcPopup, #identifyPopup, #identifyClear {
	display: block;
	font-size: 14px;
	color: #009aff;
	margin: 10px 0 10px 0;
	padding: 6px 5px 11px 43px;
	border: 1px solid #ccc;
	outline: 0;
}
/*#identifyWrapper {
	border: 1px solid red;
	height: 55px;
}*/
#ppcPopup {
	background: #eee url(../images/icons/system-search.png) no-repeat 5px 5px;
	-moz-border-radius: 7px;
	width: 240px;
}
#identifyPopup {
	background: #eee url(../images/icons/webdev-p.png) no-repeat 5px 5px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	width: 184px;
	w\idth: 187px;
}
#identifyClear {
	background: #eee url(../images/icons/user-trash.png) no-repeat 13px 6px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	width: 2px;
	border-left: 1px solid #eee;
}
.disabled #identifyClear {
	background: #eee url(../images/icons/user-trash2.png) no-repeat 13px 6px;
	cursor: text;
}
#ppcPopup:hover, #identifyPopup:hover, .enabled #identifyClear:hover {
	text-decoration: none;
	background-color: #dedede;
	border: 1px solid #efa016;	
}
.disabled #identifyClear:hover {
	text-decoration: none;
}
#ppcPopup:focus {
	border: 1px solid #efa016;
	background-color: #dedede;
}
#identifyPopup.selected {
	border: 1px solid #efa016;
	background-color: #dedede;
	float: left;
}
#identifyPopup.unselected {
	float: left;
}
#ppcPopup span, #identifyPopup span {
	border-bottom: 1px solid #009aff;
	padding: 0 0 3px 0;
}
#identifyClear span {
	padding: 0 0 3px 0;
}
#ppcPopup:hover span, #identifyPopup:hover span {
	color: #007bb9;
	border-bottom: 1px solid #007bb9;
}
#ppcClear:hover span {
	color: #007bb9;
}
/* popup */
.header {
	background: url(../images/header-trekker_popup.jpg) no-repeat;
	height: 100px;	
}
.popup {
	margin: 10px 20px 5px 20px;
}
	.popup #disclaimer {
		margin-top: 40px;
		padding-top: 5px;
		border-top: 1px solid #ccc;
	}
	.popup table {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.popup th, .popup td {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 2px 5px 2px 5px;
		text-align: left;
	}
	.popup th {
		vertical-align: top;
		background-color: #007bb9;
	}
	.popup ul {
		margin-left: 20px;
	}
.zoek {
	background: #ff4500;
	border: 1px solid #ccc;
	padding: 7px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
}
	.zoek table, .zoek td {
		border: none;
		padding: 2px 2px 2px 0px;
		margin-right: 10px
	}
	.zoek input {
		padding: 2px;
		font-size: 13px;
		border: 1px solid #ccc;
		/*margin-left: 7px;*/
	}
	.zoek .button {
		padding: 1px 8px 1px 8px;
		margin-left: 5px;
		background-color: #eee;
	}
	.message {
		margin: 10px 20px 5px 0px;
		padding: 8px 0px 8px 30px;
		background: url(../images/icons/dialog-warning.png) no-repeat 0px 6px;
		color:red;
		font-size: 13px;
		font-weight: bold;
	}
/* straat popup */
#straat table table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#straat th, #straat td {
  text-align: left;
  font-weight: normal;
  font-size: 8pt;
}
#straat th {
  color: #009aff;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 1px dotted #ccc;
  width: 50px;
}
#straat td {
  padding-top: 5px;
}
#straat .title {
  background-color: #eee;
  color: #525555;
  font-weight: bold;
}
#straat table table th {
  margin-bottom: 3px;
  color: #333;
  font-weight: normal;
  padding: 3px;
  background-color: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#straat table table td {
  padding: 3px;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#straat a {
  display: block;
  color: #6daa3a;
  background: url(images/icons/page_white_link.png) no-repeat 3px 3px;
  padding: 3px 3px 3px 23px;
}

/* ----------------------------------------------------------------------- */
/* messages
/* ----------------------------------------------------------------------- */

.error {
	background: #ffd7d7 url(../images/icons/delete_new.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 10px 20px 10px 45px;
	margin: 10px 0px 10px 0px;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
}
.alert {
	background: #fff6bf url(images/exclamation_new.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 10px 20px 10px 45px;
	margin: 10px 0px 10px 0px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.tip {
	background: #fff6bf url(../images/icons/dialog-information.png) no-repeat center;
	background-position: 10px 10px; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 10px 20px 10px 45px;
	margin: 10px 0px 10px 0px;
	border:1px solid #ffd324;
}
.mail {
	background: #F8FAFC url(../images/icons/email_go_over.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 10px 20px 10px 45px;
	margin: 10px 0px 10px 0px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}

/* tootltip */
#jHelperTipAttrContainer{ 
	background: #fff6bf url(../images/icons/dialog-information.gif) no-repeat center;
	background-position: 5px 5px; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 10px 20px 10px 35px;
	margin: 0;
	border: 1px solid #ffd324;
	
	display: none;
	z-index: 100;
}
#jHelperTipContainer {
	display: none;
}

.none {
	display:none;
}

/* float rules */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
	display: block;
}