body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size:11px;
	color:#333;
	line-height:15px;
	margin:0;
	padding:0;
}
body, html {
	height: 100%;
}
img {
	border:0;
}
a {
	color: #9DA013;
}
form {
	padding:0;
	margin:0;
}
.errormsg {
	font-weight:bold;
	color:#d71921;
}
.klein {
	font-size:10px;
	line-height:12px;
	color:#666;
}
.grijs {
	color:#666;
}
p {
	margin:0;
	padding:0;
}

h1 {
	font-size:24px;
	font-weight:bold;
	margin-top:5px;
}

/*home */

#home_container{
	width: 895px;
	}
	
#home_left{
	width: 477px;
	float: left;
	margin-top:10px;
	font-size:13px;
	line-height: 19px;
	}
	
#home_right{
	width: 283px;
	padding-left: 75px;
	float: left;
	margin-top:10px;
	}
.home_blok {
	background-color: #f4f4ed;
	padding: 10px 15px;
	}
	
h1.home {
	font-size: 20px;
	line-height: 23px;
	color: #A09C00;
	font-weight:bold;
	margin-top:0px;
	padding-bottom:10px;
}
#home_left strong {
	color: #A09C00;
}
/* Wait until loaded */

#waituntilloaded {
	position: absolute;
	z-index:500;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align:center;
}
#waituntilloaded div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin: -100px 0 0 -100px;
	text-align:center;
	background-color:#fff;
	border:1px solid #999;
	padding:20px
}

/* Wait until loaded */

#waituntilloaded {
	position: absolute;
	z-index:500;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align:center;
}
#waituntilloaded div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin: -100px 0 0 -100px;
	text-align:center;
	background-color:#fff;
	border:1px solid #999;
	padding:20px
}

/* Error message */

#errormessage {
	position:absolute;
	z-index:600;
	left:50%;
	top:50%;
	width:250px;
	margin: -100px 0 0 -125px;
	border:2px solid #d71921;
	background-color:#eee;
	padding:10px;
}

#errormessage h3 {
	color:#d71921;
	font-size:14px;
	margin-top:0;
}

/* Header */

#header {
	background-color: #9DA013;
	height: 60px;
	background-image:url(/site/gfx/header_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header_logo {
	width:395px;
	height:60px;
	position:absolute;
	left:18px;
	top:0;
}

#header_tabs {
	position:absolute;
	top: 31px;
	width:100%;
	text-align:center;
}

#header_tabs a {
}
.imagebutton {
	margin-right:5px;
}
#header_login {
	position:absolute;
	top:10px;
	right:20px;
	font-size:10px;
	color:#666;
}

.loginlabel {
	width:60px;
	display:block;
	float:left;
	clear:both;
	color:#FFF;
}
.logininput {
	float:left;
	font-family: Calibri, Lucida Grande, Trebuchet MS, Arial, sans-serif;
	font-size:11px;
	width:70px;
	background-color:#FFF;
	border:0;
	padding:1px;
	margin-bottom:2px;
	margin-right:5px;
	height:12px;
}
.loginbutton {
	font-family: Calibri, Lucida Grande, Trebuchet MS, Arial, sans-serif;
	font-size:11px;
	border:0;
	background-color:#999;
	height:13px;
}

.loginlink {
	font-family: Calibri, Lucida Grande, Trebuchet MS, Arial, sans-serif;
	font-size:10px;
	border:0;
	position:absolute;
	color:#666;
	text-decoration:none;
}

/* Main */

#main {
	margin:10px;
}

/* Map */

#map {
	margin:10px;
	margin-right:330px;
	height:100%;
}

#mapmsg {
	position:absolute;
	top:70px;
	left:90px;
	background-color:#fff;
	opacity:0.75;
	padding:2px 4px;
}

#legenda {
	position:absolute;
	right:350px;
	bottom:30px;
	border:1px solid #fff;
	background-color: #9DA013;
	padding:8px;
	font-size:11px;
}

#legenda a {
	color:#fff;
}

/* Layer map */

.layermap {
	height:480px;
	width:640px;
	margin:10px 0;
}



/* Reports Map */

#reportmap {
	margin:10px;
	margin-right:430px;
	height:100%;
}

#reportcontrol {
	float:right;
	width:410px;
	height:100%;
	overflow:auto;
	padding-right:10px;
}


/* Projects Map */

#projectsmap {
	margin:0 10px 10px 10px;
	height:100%;
}

#projectscontrol {
	width:100%;
	height:50px;
	overflow:hidden;
	margin-right:10px;
}

/* Report */

#printbody {
	border:1px solid #ccc;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:17cm;
	padding:2cm;
}
.box {
	margin-top:100px;
	float:right;
	background-color:#eee;
	padding:8px;
	width:320px;
}
.page {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0;
	margin-top:10px;
}
.page_dotted {
	height:1px;
	color:#eee;
	background-color:#eee;
	border:0;
	margin-top:10px;
}
.line {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0;
	margin-top:10px;
}
#printmap {
	height:12.5cm;
	width:17cm;
}

/* Control */

#control {
	float:right;
	width:310px;
	height:100%;
	overflow:auto;
	padding-right:10px;
}

.kader {
	background-color: #EBECD0;
	padding:5px;
	margin-bottom:10px;
}

.kadertitel {
	background-image:url(/site/gfx/kadertitel.gif);
	height:17px;
}

.kadertitel_inner {
	background-color: #9DA013;
	color:#fff;
	display:inline;
	padding:2px 4px;
	margin-left:8px;
}
.select {
	width:270px;
}
select {
	font-family: Calibri, Lucida Grande, Trebuchet MS, Arial, sans-serif;
	font-size:11px;
	border:1px solid #666;
}
.formline {
	margin-bottom: 5px;
	padding:0px 0;
	clear:both;
}
.label {
	float:left;
	width:70px;
	margin-top:2px;
}
.input {
	width:140px;
	font-family: Calibri, Lucida Grande, Trebuchet MS, Arial, sans-serif;
	font-size:11px;
	border:1px solid #666;
}
.button {
	font-family: Calibri, Lucida Grande, Trebuchet MS, Arial, sans-serif;
	font-size:11px;
}
.checkbox {
	clear:both;
	float:left;
	margin:0;
	padding:0;
}
.checkboxlabel {
	float:left;
	margin-left:5px;
	width:240px;
	margin-top:3px;
}
.checkboxinfo {
	float:right;
	margin-top:4px;
}

/* Popup */

#popup {
	display:none;
	position:absolute;
	left:100px;
	top:200px;
	width:225px;
	height:auto;
	border:1px solid #999;
	background-color:#fff;
	padding:5px 8px;
	overflow:auto;
	font-size:11px;
	line-height:13px;
}
#popup_close {
	float:right;
	margin-left:5px;
	background-color:#9DA013;
	padding:0;
}
#popup_close a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:13px;
	width:15px;
	text-align: center;
	padding:2px 0;
}

/* Projectlist */

#projectlist {
	background-color:#e2dbcc;
	padding:5px;
	margin-bottom:10px;
	overflow:auto;
}

/* Listview */

.listview {
	background-color:#EBECD0;
	padding:10px;
	border:1px solid #999;
	margin-bottom:15px;
}
.listview_top {
	padding-bottom:10px;
}
.listview_title {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.listview_bottom {
	padding-top:10px;
}
.listview_table {
	border-collapse:collapse;
}
.listview_header {
	color:#000;
	background-color: #EBECD0;
	font-weight:bold;
	padding: 1px;
	border-bottom:1px solid #ccc;
}
.listview_cell {
	border-bottom:1px solid #ccc;
	padding: 2px 3px;
}
.listview_select {
	border-bottom:1px solid #ccc;
	padding: 0px 3px;
}
.listview_alternate {
	background-color:#e8e2d5;
}
.listview_cell_level0 {
	border-bottom:1px solid #ccc;
	padding: 2px 3px;
	font-weight:bold;
	background-color:#ccc;
}
.listview_cell_level1 {
	border-bottom:1px solid #ccc;
	padding: 2px 3px;
	font-weight:bold;
	background-color:#ddd;
}
.listview_cell_level2 {
	border-bottom:1px solid #ccc;
	padding: 2px 3px;
	background-color:#eee;
	font-weight:bold;
}

/* Form view */

.form {
}
.form .label {
	float:left;
	font-weight:bold;
	text-align:right;
	width:95px;
	margin-right:10px;
	padding-top:4px;
}
.form .field2 {
	float:left;
	padding:4px 1px 2px 0;
}
.form .space {
	float:left;
}
.form .field {
	float:left;
}
.form .separator {
	clear:both;
}
.form .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:1px 3px;
	margin:2px 0;
	border:1px solid #ccc;
}
.form .input:focus {
	border:1px solid #d71921;
}
.form .disabled {
	background-color:#ddd;
}
.form .submit {
	width:115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:2px 0;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid #666;
	background-color:#8BC64F;
}
.form .cancel {
	width:85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:2px 0;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid #666;
	background-color:#DF5347;
}
.form .newcolumn {
	float:left;
	background-color:#EBECD0;
	border:1px solid #999;
	padding:10px;
	margin-right:20px;
	margin-bottom:5px;
}
.form .multiselectbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:30px;
	margin:2px 0;
}
hr {
	color:#999;
	background-color:#999;
	border:none;
	height:1px;
	clear:both;
	margin:10px 0;
}

/* Company */

#container {
	width:895px;
	margin:auto;
}
#container hr {
	clear:none;
}

#companyleft {
	width:210px;
	float:left;
	margin-top:5px;
}
#menu {
	padding:10px;
	background-color:#EBECD0;
}
#news {
	margin-top:10px;
	padding:10px;
	background-color:#EBECD0;
}

#menu ul {
	margin:0;
	padding-left:0;
	list-style:none;
}
#menu li {
	font-size:14px;
	margin-bottom:6px;
}
#menu li a {
	text-decoration:none;
	font-weight:bold;
}
#menu li a:hover {
	text-decoration:underline;
	color:#000;
}

#companyright {
	width:190px;
	padding:10px;
	float:right;
	background-color:#EBECD0;
	margin-top:5px;
}
#companymain {
	margin-left:210px;
	margin-right:210px;
	padding:5px 15px;
	font-size:12px;
	line-height:17px;
	letter-spacing: 0.01em;
	word-spacing: 0.15em;
}
.message {
	background-color:#d3c8b1;
	padding:5px 10px;
	margin-bottom:10px;
	font-weight:bold;
}
h1 {
	font-size:18px;
	font-weight:bold;
	color: #9DA013;
	line-height:18px;
	margin:0;
	margin-bottom:5px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color: #9DA013;
	line-height:18px;
	margin:0;
}
h4 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:18px;
	margin:0;
}
.quote {
	background-color: #EBECD0;
	color: #9DA013;
	padding:3px 7px;
	float:right;
	width:150px;
	margin:6px;
}
#companymain td {
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:3px 7px;
	text-align:center;
}
.darker {
	background-color:#D9D9BF;
}
.lighter {
	background-color:#EBECD0;
}
.left {
	text-align:left;
}
#contactmap {
	width:450px;
	height:350px;
	margin-bottom:10px;
}

/* Bodemloket */

.bodemloket table {
	margin:0;
	padding:0;
}

.bodemloket td {
	font-size:10px;
	border-bottom:1px solid #ccc;
	padding: 0 5px 0 2px;
}
.bodemlokettitel {
	font-weight: bold;
	color: #9DA013;
	padding-bottom:8px;
}

.legendablock {
	float:left;
	width:12px;
	height:11px;
	margin-top:3px;
	margin-right:5px;
	background-color: #000;
}

.instruction {
	font-size:15px;
	color:#808b00;
	font-weight: bold;
	margin:3px 0 7px 0;
}