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

body {
	margin: 0px;
	padding: 0px;
}

div, table, body {
	font-family: verdana;
	font-size: 10pt;
}

h1 {
	line-height: 22pt;
}

.home_title h1 {
	font-weight: 100;
	font-size: 23pt;
}

.header_img {
	float: left;
	width: 200px;
	height: 106px;
	padding: 10px 0px 0px 10px;
}

.header_img a {
	text-decoration: none;
	color: white;
	font-size: 10pt;
	background: url(/images/menu_bullet.gif) no-repeat left center;
	padding: 0px 0px 0px 10px;
}

.header_img br {
	line-height: 7px;
}

img {
	border: none;
}

#navigation {
	float: left;
}

#breadcrumb {
	font-size: 8pt;
	color: #319dd9;
}

#breadcrumb a {
	font-size: 8pt;
	color: #319dd9;
}

#page {
	font-size: 10pt;
	font-family: verdana;
	width: 1000px;
	min-width: 1000px;
	_width: 1000px;
}

#container {
	width: 599px;
	padding: 10px 10px 0 12px;
	float: left;
}

#topright {
	margin-top:5px;
	font-size: 8pt;
	color: #319dd9;
}

#topright a {
	text-decoration: none;
	color: #319dd9;
}

#rightcolumn {
	padding-top: 10px;
	width: 195px;
	float: right;
}

h1 {
	font-size: 19pt;
}

h2, h3, h4, h5, h6 {
	font-size: 10pt;
	font-weight: bold;
}

.clear {
	clear: both;
}

h2 small {
	font-size: 7pt;
}

.view_prod {
	cursor: pointer; 
	margin: 10px; 
	float: left;
	width: 172px; 
	height: 210px; 
	text-align: center;
}

.view_prod_title {
	font-size: 10pt;
	font-weight: bold;
}

.zoek_div {
	clear: left;
}

.zoek_text {
	float: left;
	width: 40px;
}

.zoek_input {
	background: url(/images/search_bullet.gif) no-repeat right center;
	margin-right: 9px;
}

.search_box {
	border: 1px solid black;
	width: 90px;
	font-size: 8pt;
}

small {
	font-size: 7pt;
}

/*form*/
form {
	margin: 0;
	padding: 10px;
	border: 1px solid #319dd9;
}

form.zoek {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset {
	border: none;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
}

input.text {
	border: 1px solid silver;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 300px;
}

input.smalltext {
	border: 1px solid silver;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 75px;
}

input.mediumtext {
	border: 1px solid silver;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 150px;
}

input.datum {
	border: 1px solid silver;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 80px;
}

input.upload {
	width: 227px;
}

label {
	color: #000000;
	display: block;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 2px;
}


label.boolean {
	color: #000000;
	display: inline;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
}

input.radio, input.checkbox {
	margin: 4px 4px 0 0;
}

label.extralabel {
	display: inline;
	margin: 0 4px 0 0;
}


select.select {
	width: 200px;
	margin-bottom: 10px;
}

textarea.textarea {
	border: 1px solid silver;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	height: 150px;
	width: 560px;
	margin-bottom: 10px;
}

.htmlarea {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	height: 400px;
	width: 560px;
}

input.button {
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 2px;
}

legend {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	padding: 0;
	margin: 0 0 10px 0;
}

table.dbtable tr.dbroweven  td {
	background-color: #d5d5d5;
	padding: 3px;
	vertical-align: top;
}

table.dbtable tr.dbrowodd td {
	background: #ffffff;
	padding: 3px;
	vertical-align: top;
}

table.dbtable tr.dbroweven  td.dbacties {
	background-color: #d5d5d5;
	padding: 3px;
	text-align: center;
}

table.dbtable tr.dbrowodd td.dbacties {
	background: #ffffff;
	padding: 3px;
	text-align: center;
}


table.dbtable th {
	background: black;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
}

table.dbtable {
	margin-bottom: 1px;
}

table.multiselect {
	border: none;
	padding: 0; 
	margin: 0;
}

select.multiselect {
	width: 249px;
}

input.multiselect {
	border: 1px solid black;
	margin: 0 5px 0 5px;
	padding: 2px;
	width: 40px;
}


