body {
	font: 90%/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}

.large {
	font-size: 1.1em;
}
.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}

/* anchors */

a	{
	color: #14a0c6;
	text-decoration: underline;
}

a:hover	{
	color: #00a33d;
	text-decoration: underline;
}


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



/* headers */

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

h1 {
	font-size: 2em;
	color: #000000;
}

h2 {
	font-size: 1.3em;
	color: #14a0c6;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	color: #00a33d;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}


/* images */

img {
	border: none;
}

.image {
	clear: both;
}

.border img,
img.border {
	border: 1px solid #333;
}


/* alignment */

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

abbr {
	border: none;
}

.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}


/* lists */

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;
}

/* block */

#content blockquote	{
	border: 1px dashed #0067D1;
	padding: 1em 1em 0em 1em;
	width: 60%;
	margin: 1em;
}


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 100%/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

.defaultWidth {
	width: 220px;
}
select.defaultWidth {
	width: 225px;
}

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

#wrapper .button {
	width: auto;
	border-top: 1px solid #e8eef2;
	border-left: 1px solid #e8eef2;
	border-bottom: 1px solid #013e53;
	border-right: 1px solid #013e53;
	background: #00a23c;
	padding: 2px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: white;
}
a.button {
	padding: 4px 8px;
}
* html input.button {
	padding: 2px 2px 1px 2px;
}

.error,
.confirm,
.required {
	font-weight: bold;
}
.error {
	color: #bb0000;
}
.confirm {
	color: #009900;
}
.required {
	color: #ee9900;
}

/* tables */

table {
	border-collapse: collapse;
	border: none;
}
th,
td {
	vertical-align: top;
	text-align: left;
	padding: 0.25em;
}

/* contact form table */

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

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

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

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

form #fc_woonplaats {
	width: 145px;
}

/* search result table */

table#searchResult {
}
table#searchResult td.indent1,
table#searchResult td.indent2,
table#searchResult td.indent3 {
	background: url(../images/interface/bullet.png) no-repeat right center;
}
table#searchResult td.indent1 {
	width: 20px;
}
table#searchResult td.indent2 {
	width: 60px;
}
table#searchResult td.indent3 {
	width: 100px;
}
