body {
	font: 85%/150% Arial, Sans-serif, Verdana, Geneva;
	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: #003781;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #e42553;
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	color: #e42553;
	margin-bottom: 0.25em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.9em;
}

/* 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;
}
.caption {
	text-align: center;
	font-size: 0.9em;
	line-height: 125%;
	padding: 2px 0;
	color: #555;
}

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

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

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

.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 1em;
}
.center {
	text-align: center;
}
.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}


/* tables */

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


/* forms */

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

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

.defaultWidth {
	width: 250px;
}
select.defaultWidth {
	width: 256px;
}

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

#wrapper .button {
	border: white;
	background: #e42553;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 130%;
	color: white;
}
* html #wrapper input.button {
	padding: 0 2px 0 2px;
}
#wrapper a.button {
	display: inline-block;
	padding: 1px 5px 2px 5px;
}
#wrapper .button:hover {
	border: 1px solid white;
	background: #000;
	text-decoration: none;
	color: white;
}

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

form table th,
form table td {
	padding: 0.4em 0.3em;
}
form table th,
form table td.label {
	width: 21em;
}

#fc_postcode,
#fc_tussenvoegsel {
	width: 60px;
	margin-right: 9px;
}
#fc_plaats,
#fc_achternaam {
	width: 175px;
}

/* SPECIFIC */
