* {
	padding: 0;
	margin: 0;
}
html,
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #333;
	line-height:160%;
}


.cleardiv {
	clear:both;
}

/* ====== logo ====== */

#logo1 {
	float: left;
}
#logo1 img {
	position: relative;
	border: 0;
	top: 0;
	padding: 0 45px 15px 0;
}
#logo2 {
	position: absolute;
	left: 450px;
	top: 0px;
	width: 400px;
	overflow: hidden;
}
#logo2 img {
	border: 0;
}

/* ====== positie op website ====== */

#crumble {
	width: 910px;
	font-size: 10px;
	top: 143px;
	left: 20px;	
	color: #707173;
}

#crumble a,
#crumble a:hover,
#crumble a:visited {
	font-size: 10px;
	color: #707173;
	text-decoration: none;
}

/* ====== menu ====== */

#navigatie {
	display: none;
}

/* ====== hoofdveld ====== */

#inhoud {
	float: left;
	width: 620px;
	min-height: 445px;
}

/* ====== footnote ====== */

#footer {
	display: none
}

/* ====== table ====== */

table {
	width: 100%;
}
table.form_tbl {
	background-color: #f7f6fb;
	border: 1px solid #4a6ba0;	
}
th {
	padding: 2px 10px;
	color: #fff;
	background-color: #4a6ba0;
	text-align: left;
}
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
td.info {
	width: 30%;
	padding: 7px 0;
	text-align: right;
}
td.invoer {
	padding: 2px 3px 4px 0;
}
td.zoek {
	padding: 2px 3px 4px 0;
	width: 49%;
}
td.marker {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
td.marker_info {
	color: red;
	text-align: right;
}

/* ====== Inputs ====== */

input, textarea, select {
	border: 1px solid #4a6ba0;
	width: 90%;
	padding: 4px;
}
input.small {
	width: 4%;
	border: 0;
}
input.send {
	background-color: #00418c;
	color: #fff;
	width: 80px;
	margin-bottom: 15px;
	padding: 3px;
}
textarea{
	height: 120px;
}

