/* ----- ALGEMEEN ----- */

* { -moz-box-sizing: border-box; }

a:link,
a:active,
a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	color: #fff;
}
a:hover {
}

body, table {
	font-family: arial;
	font-size: 12px;
	background-color: #0168b5;
	font-weight: bold;
}

body, p, form {
	padding: 0;
	margin: 0;
}

.left { float: left; }
.right { float: right; }

.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }

.clear {
	font-size: 0px;
	height: 0px;
	clear: both;
}

html, body, #container {
	width: 100%;
}

#menu {
	width: 100%;
	height: 20px;
	background-color: #000;		
}

#menu .menu_item {
	display: block;
	padding: 3px 18px 3px 5px;
	border-right: 1px solid #9b9d9c;
}

#menu .menu_item:link,
#menu .menu_item:visited,
#menu .menu_item:active {
	background-coor: #9b9d9c;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	background-color: #000;
}
#menu .menu_item a:hover {	
}

#menu .menu_active:link,
#menu .menu_active:visited,
#menu .menu_active:active {
	background-color: #9b9d9c;
}
#menu .menu_active a:hover {	
}

#main {
	width: 787px;
	margin: 0 auto;
}

#cards {
	width: 400px;
	height: 404px;
}

#content {
	width: 387px;
}

#content_content {
	padding: 40px 0 18px 16px;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#content_content .meting_gebied {
	padding: 3px 0 0 12px;
}
#gebied_form .meting_gebied input.text {
	font-size: 12px;
	margin: 0 0 0 5px;
}


.meting_radio input {
	
	
}

table.results {
	width: 100%;
}
table.results td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/* width: 20%; */
}
table.results td.table_block {
	background-color: #bbe0e3;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 5px 0 5px 0;
}
table.results td.table_block_first {
	border-left: 1px solid #000;
}
table.results td.table_title {
	padding: 15px 0 5px 0;
	font-size: 10px;
}

table.results td.color_highlighted {
	background-color: #dc7c48 !important;
}

table.results td.table_img {
	background-color: #fff;
	padding: 5px 0 5px 0;
}

table.results td.table_img img {
	width: 65px;
	padding: 0 5px 0 5px;
}


