body {
	font: 100%/150% Garamond, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	color: black;
}

.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.85em;
}


/* anchors */

#content a:link	{
	color: #ac7d00;
	text-decoration: underline;
}

#content a:visited	{
	color: #634800;
	text-decoration: underline;
}

#content a:hover,
#content a:active	{
	color: #ecac00;
	text-decoration: underline;
}


hr {
	display: none;
}
#content hr {
	display: block;
}

/* 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.4em;
	margin-bottom: 0.7em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

/* images */

img {
	border: none;
}


/* colors */
.black {
	color: black;
}

/* lists */

#content ul {
	list-style-image: url(../images/interface/bullet.png);
	padding-left: 2em;
}

* html #content ul {
	/* IE/WIN doesn't vertical-align the bullet well */
	list-style-image: url(../images/interface/bullet_ie.png);
}

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


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 100%/110% Garamond, "Times New Roman", Times, Arial, Helvetica, sans-serif;
}

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

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

input.button {
	border-top: 1px solid #ffe9b3;
	border-left: 1px solid #ffe9b3;
	border-bottom: 1px solid #b98400;
	border-right: 1px solid #b98400;
	background: #efaa00;
	padding: 0.1em 0.2em;
	cursor: pointer;
	font-weight: bold;
	color: white;
}
input.button:hover {
	border-top: 1px solid #b98400;
	border-left: 1px solid #b98400;
	border-bottom: 1px solid #ffe9b3;
	border-right: 1px solid #ffe9b3;
	color: black;
}

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

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

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

#form_contact table td.label {
	width: 11em;
	white-space: nowrap;
}

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

#form_contact #fc_woonplaats {
	width: 145px;
}


/* thumbnail tabel */

table.thumbs {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: 0.5em 0;
}

table.thumbs td {
	padding: 0.5em;
	text-align: center;
}

table.thumbs td img {
	border: 1px solid #222;
}