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

/* content images die WEL in een DIV zitten	*/

div.imageLeft {
	float: left;
	padding: 0 0.5em 0.5em 0;
	font-size: 90%;
}

div.imageRight {
	float: right;
	padding: 0 0 0.5em 0.5em;
	font-size: 90%;
}

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

/*	content images die NIET in een DIV zitten	*/

img.imageLeft	{
	float: left;
	padding: 0 0.5em 0.5em 0;
}

img.imageRight	{
	float: right;
	padding: 0 0 0.5em 0.5em;
}

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

table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
}

table td {
	padding: 0;
}



/* headers */

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

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

h2 {
	font-size: 1.4em;
	color: #ee8300;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}


/* images */

img {
	border: none;
}


/* lists */

ul {
	margin: 0 0 1em 2em;
	padding: 0;
}
ul li {
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}
ol li {
	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;
}


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

input.text, 
textarea {
	border: 1px solid #333333;
	background: #FFF;
}

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

.defaultWidth {
	width: 220px;
}
* html select.defaultWidth {
	width: 224px;
}

input.submit,
input.button {
	color: white;
	font-weight: bold;
	background: #940084;
	border: 1px solid #333333;
	cursor: pointer;
	padding: 1px 5px;
}
* html input.submit,
* html input.button {
	padding: 1px 2px 0 2px;
}

form div {
	clear: both;
	margin: 0 0 0.5em 0;
}

form div label {
	display: block;
	width: 12em;
	float: left;
}

form div div,
form div.footer {
	margin-left: 12em;
}

form div div label {
	display: inline;
	width: auto;
	float: none;
}


/* search form */

#searchBox {
	padding: 10px;
	border: 1px solid #0098af;
	background: #ddf2f5;
	margin: 0 0 1em 0;
}

#searchBox form table td {
	padding: 0.25em 0.5em;;
}

#searchBox table td.label {
	width: 9em;
}

#searchBox form input,
#searchBox form select {
	border: 1px solid #0098af;
}

#searchBox form input.button,
#searchBox form input.submit {
	background: #0098af;
	border: 1px solid white;
}

#searchBox form #fc_prijsGT,
#searchBox form #fc_prijsLT {
	width: 40px;
}
