body {
	font: 80%/150% Arial, Helvetica, Verdana, Geneva, Sans-serif;
	color: black;
}

/* anchors */
a {
	color: #d71d5a;
	text-decoration: underline;
}
.more {
	font-weight: bold;
	color: #d71d5a;
}
a:hover	{
	color: #0072ba;
	text-decoration: underline;
}


/* set margins and paddings for various elements */
address, blockquote, ul, ol, dl, fieldset, form, hr, p, pre, table {
	margin: 0 0 1em 0;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2em;
	color: #0072ba;
}
h2 {
	font-size: 1.6em;
	color: #d71d5a;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.3em;
	color: #0072ba;
	margin: 0.2em 0;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}

/* images / alignment */

a img {
	border: none;
}

.border img {
	border: 1px solid #333;
}
.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 1em;
}
img.right,
img.left {
	margin-top: 0.2em; margin-bottom: 0.7em;
}

.center {
	text-align: center;
}


/* 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;
}

/* tables */

table {
	border-collapse: collapse;
	border: none;
}

th, td {
	vertical-align: top;
	text-align: left;
	padding: 0.25em;
}

table.weblinks h3 {
	margin-top: 1em;
}
table.weblinks td {
	border-bottom: 1px solid #7fb8dc;
}

/* forms */

#content select, 
#content textarea {
	/* make sure these elements get the same fonts */
	font: 100%/110% Arial, Helvetica, Verdana, Geneva, Sans-serif;
}

#content input.text,
#content textarea {
	border: 1px solid #333;
	background: white;
	padding-left: 3px;
	background: url(../images/interface/input_back.png) repeat-x left top;
}
.defaultWidth {
	width: 220px;	
}

#content input.check,
#content input.radio {
	border: none;
	width: auto;
	background: none;
}

/*
#content input.button {
	border-top: 1px solid #f9e7ea;
	border-left: 1px solid #f9e7ea;
	border-bottom: 1px solid #910d24;
	border-right: 1px solid #910d24;
	background: #c41131;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	font-weight: bold;
	color: white;
}
* html #content input.button {
	padding: 2px 2px 1px 2px;
}
#content input.button:hover {
	border-top: 1px solid #910d24;
	border-left: 1px solid #910d24;
	border-bottom: 1px solid #f9e7ea;
	border-right: 1px solid #f9e7ea;
	color: #f9e7ea;
	padding: 1px 9px 3px 7px;
}
*/
#wrapper .button {
	border-top: 1px solid #D71D5A;
	border-left: 1px solid #D71D5A;
	border-bottom: 1px solid #69002a;
	border-right: 1px solid #69002a;
	background: #D71D5A;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
* html #wrapper input.button {
	padding: 0 2px 1px 2px;
	font-size: 12px;
}
#wrapper .button:hover {
	border-top: 1px solid #69002a;
	border-left: 1px solid #69002a;
	border-bottom: 1px solid #d5296d;
	border-right: 1px solid #d5296d;
	background: #ba024b;
	color: #fc8bb8;
}
.button img {
	vertical-align: middle;
}

.required {
	color: #c41131;
	font-weight: bold;
}

form table {
	border-collapse: collapse;
	border: none;
}

form table td {
	vertical-align: top;
	padding: 0.25em;
}

form table th,
form table td.label {
	width: 12em;
	white-space: nowrap;
}

form #fc_postcode {
	width: 60px;
	margin-right: 9px;
}
/*
form #fc_woonplaats {
	width: 145px;
}
*/

