body {
	font: 80%/150% Tahoma, Arial, Helvetica, sans-serif;
	color: black;
}

.blue {
	color: #0f2d71;
}
.red {
	color: #ca004f;
}


/* 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: #0f2d71;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #ca004f;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	color: #0f2d71;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
}

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: 100%/110% Arial, Helvetica, sans-serif;
}

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

input.button,
input.check,
input.radio,
input.button {
	border: none;
	width: auto;
	background: none;
}
option {
	background: white !important;
}
input.button {
	border-top: 1px solid #f4ccdc;
	border-left: 1px solid #f4ccdc;
	border-bottom: 1px solid #94013b;
	border-right: 1px solid #94013b;
	background: #ca004f;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	font-weight: bold;
	color: white;
}
* html input.button {
	padding: 2px 2px 0 2px;
}
input.button:hover {
	border-top: 1px solid #7487b5;
	border-left: 1px solid #7487b5;
	border-bottom: 1px solid #00174b;
	border-right: 1px solid #00174b;
	background: #0f2d71;
	color: white;
}

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

form table {
	border-collapse: collapse;
	border: none;
}

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

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

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

#fc_woonplaats,
#fc_woonplaats_oud {
	width: 175px;
}



/* SPECIFIC */


