body {
	font: 13px/150% "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	color: black;
}

/* text */
.large {
	font-size: 1.2em;
}
.larger {
	font-size: 1.1em;
}
.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}


/* set margins and paddings for various elements */
address, blockquote, fieldset, form, hr, p, pre, table, ul, ol, dl {
	margin: 0 0 1em 0;
}


/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}

h1 {
	font-size: 2em;
	color: black;
}

h2 {
	font-size: 1.3em;
	color: #000b82;
}

h3 {
	font-size: 1.1em;
	color: #c20000;
}

h4 {
	font-size: 1em;
	color: #666aad;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.85em;
}

/* lists */

ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
}
ol {
	margin: 0 0 1em 3em;
	padding: 0;
}


dt {
	float: left;
	width: 12em;
	font-weight: bold;
}

ul#sitemap li {
	font-weight: bold;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.95em;
}
ul#sitemap li li li {
	list-style: circle;
	font-weight: normal;
	font-size: 0.95em;
}


/* images */

img {
	border: none;
}


/* tables */

table {
	border-collapse: collapse;
	
}
table td {
	vertical-align: top;
	padding: 0.2em 0.3em;
}


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font-size: 13px;
	font: 13px/120% "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, Sans-serif;
}

input,
textarea {
	border: 1px solid #333;
	background: white;
	padding-left: 3px;
	width: 220px;
	background: url(../images/interface/input_back.png) repeat-x left top;
}

input.button,
input.check,
input.radio,
input.button,
option {
	border: none;
	width: auto;
	background: none;
}

#wrapper .button {
	border-top: 1px solid #a0a5df;
	border-left: 1px solid #a0a5df;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: #000b82;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
* html #wrapper input.button {
	padding: 1px 2px 0 2px;
}
#wrapper .button:hover {
	border-top: 1px solid #00064b;
	border-left: 1px solid #00064b;
	border-bottom: 1px solid #a0a5df;
	border-right: 1px solid #a0a5df;
	background: #585fa4;
	color: white;
}

.required {
	color: #ffde00;
	font-weight: bold;
}

#frm_contact table {
	border-collapse: collapse;
	border: none;
}

#frm_contact table td {
	vertical-align: top;
	padding: 0.25em;
}

#frm_contact table td.label {
	width: 12em;
	white-space: nowrap;
}

#frm_contact #fc_postcode {
	width: 60px;
	margin-right: 9px;
}

#frm_contact #fc_woonplaats {
	width: 145px;
}



/* SPECIFIC */

dl.dateListing dt {
	width: 6em;
	font-weight: normal;
	color: #222;
}
h5.date {
	float: right;
	margin-left: 20px;
	font-weight: normal;
	font-size: 0.9em;
	color: #222;
}
#secondaryContent li div.date {
	font-size: 10px;
	color: #777;
}


/* roiForm */
#roiForm table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #c20000;
}
#roiForm table th,
#roiForm table td {
	vertical-align: top;
	text-align: left;
	padding: 0.2em 0.5em;
}

#roiForm table th {
	background: #c20000 url(../images/interface/menu_back.png) repeat-x left center;
	color: white;
	white-space: nowrap;
}
#roiForm th.input {
	text-align: center;
}

#roiForm table td {
	background: #f7f7f7;
}
#roiForm table td.spacer {
	height: 1em;
	background: #f7f7f7 url(../images/interface/dots_horizontal.png) repeat-x left center;
}

#roiForm input {
	width: 6em;
	padding-right: 0.2em;
	text-align: right;
	vertical-align: middle;
}

#roiForm #table1 td.input {
	width: 7em;
	text-align: right;
}

#roiForm #table2 .label {
	width: 17em;
}

#roiForm #table2 input {
	width: 3em;
}
#roiForm #table2 td.input {
	width: 8em;
	text-align: center;
	white-space: nowrap;
}

#roiForm #table3 td.input {
	width: 9em;
	text-align: right;
	white-space: nowrap;
}

tr.bold td.label,
tr.bold input {
	color: black;
	font-weight: bold;
}

tr.highlight td.label,
tr.highlight input {
	text-transform: uppercase;
	color: #c20000;
	font-weight: bold;
}