body {
	font: 13px/150% "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	color: #333;
}

/* anchors */
a	{
	color: #ef4723;
	text-decoration: underline;
}
a:hover {
	color: #f37521;
	text-decoration: underline;
}
.more {
	font-weight: bold;
	color: #ef4723;
}
.more a {
	text-decoration: none;
	color: #ef4723;
}
.more a:hover {
	text-decoration: underline;
	color: #ef4723;
}
a.noline {
	text-decoration: none;
}
a.noline:hover {
	text-decoration: underline;
}

/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, p, pre, table {
	margin: 0 0 1.2em 0; padding: 0;
}

.medium {
	font-size: 0.95em;
}
small,
.small {
	font-size: 0.85em;
}
.smaller {
	font-size: 0.75em;
}

.normal {
	font-weight: normal;
}

/* headers (size) */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
	line-height: 130%;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 0.5em 0;
	text-transform: uppercase;
	color: #ef4723;
	border-bottom: 1px solid #a4a4a4;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 0.1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-weight: normal;
	font-size: 0.9em;
}


/* h2/hr */
h2, hr {
	display: none;
}
#content h2,
#primaryContent hr {
	display: block;
}
#primaryContent hr {
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #dadbdb;
}


/* images & alignment */
a img {
	border: none;
}
.border img,
img.border {
	border: 1px solid #dadbdb;
}
.left {
	float: left; display: inline;
}
.right {
	float: right; display: inline;
}
.imgLeft {
	float: left; display: inline;
	margin: 0.25em 1.5em 1.5em 0;
}
.imgRight {
	float: right; display: inline;
	margin: 0.25em 0 1.5em 1.5em;
}
.center {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
.clear,
.clearBoth {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	font-size: 0;
}

/* lists */
ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

/* tables */

/* default table */
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 0.25em 0.3em;
	vertical-align: top;
	text-align: left;
}


/* forms */

form table {
	margin: 0;
}
form table th {
	width: 180px;
}

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 100%/120% "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
}
input.check {
	vertical-align: middle;
}
input.check,
input.radio {
	background: none;
	border: none;

}
input.textfield,
textarea.textarea {
	border: 1px solid #888;
	padding: 1px 3px 1px 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
	color: #333;
}
input.textfield:focus,
textarea.textarea:focus
select.select:focus {
	/*background: #ffe3b8;*/
}
input.error,
textarea.error,
select.error {
	border-color: #ef4723;
	background: #f9ddd7;
}

.required {
	color: #f37521;
}
.error {
	color: #ef4723;
}

.defaultWidth {
	width: 250px;
}
select.defaultWidth {
	width: 257px;
}

.width2 {
	width: 18px;
}
.width4 {
	width: 35px;
}
.width6 {
	width: 50px;
}


/* SPECIFIC */
blockquote {
	font: 17px/140% "Times New Roman", Times, "Trebuchet MS";
	font-style: italic;
	color: #818181;
}

address {
	font-style: normal;
}
address .label {
	float: left; display: inline;
	margin: 0 5px 0 0;
	width: 10px;
	text-align: center;
}

#fc_postcode {
	width: 55px;
}
#fc_woonplaats {
	width: 180px;
}