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


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

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

blockquote {
	font-style: italic;
	color: #a9006e;
}

/* headers */

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

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

h2 {
	font-size: 1.5em;
	color: #494f54;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.2em;
	color: #a9006e;
	margin-bottom: 0.3em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

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


/* images / alignment */

img {
	border: none;
}

.image {
	clear: both;
	margin: 0 0 1em 0;
}

.image img {
	border: 1px solid white;
}

.border img,
img.border {
	border: 1px solid #333;
}
.center {
	text-align: center;
}
.left {
	float: left;
	margin: 0 0.8em 0.8em 0;
}
.right {
	float: right;
	margin: 0 0 0.8em 0.8em;
}
img.right,
img.left {
	margin-top: 0.3em;
}

hr {
	height: 1px;
	border-top: 1px solid #a4a7a9;
}


/* tables */

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


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font-size: 13px;
	font: 13px/120% Arial, Helvetica, Verdana, Sans-serif;
}

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

.defaultWidth {
	width: 250px;
}

input.check,
input.radio,
option {
	border: none;
	width: auto;
	background: none !important;
}

input.button {
	border: none;
	width: auto;
	background: none;
}
#wrapper a.button,
#wrapper input.button {
	display: block;
	border: 1px solid #a9006e;
	background: #a9006e url(../images/interface/bullet_button.png) no-repeat right center;
	padding: 1px 22px 1px 6px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: white;
	
}
#wrapper .button:hover {
	background: white url(../images/interface/bullet_button_on.png) no-repeat right center;
	color: #a9006e;
}
#wrapper input.button {
	display: inline;
}

.required {
	color: #a8006d;
	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;
}

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



/* SPECIFIC */
