body {
	font: 80%/150% Myriad, Tahoma, 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;
}

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

.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}

blockquote {
	font-style: italic;
	color: #6c276a;
}

/* headers */

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

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

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

h3 {
	font-size: 1.1em;
	color: #6c276a;
	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 */

img {
	border: none;
}


/* tables */

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


/* forms */

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

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

.defaultWidth {
	width: 250px;
}

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

#wrapper .button {
	border-top: 1px solid #e1d6e2;
	border-left: 1px solid #e1d6e2;
	border-bottom: 1px solid #3e003c;
	border-right: 1px solid #3e003c;
	background: #6c276a;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: white;
}
* html #wrapper input.button {
	padding: 0 2px 1px 2px;
	font-size: 12px;
}
#wrapper .button:hover {
	border-top: 1px solid #6c276a;
	border-left: 1px solid #6c276a;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #bc9fbc;
	color: #e8e0e9;
	text-indent: -1px;
	margin-right: 1px;
}

.required {
	color: #bc9fbc;
	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 {
	width: 60px;
	margin-right: 9px;
}
#fc_woonplaats {
	width: 175px;
}



/* SPECIFIC */
