body {
	font: 13px/140% Arial, Helvetica, sans-serif;
	color: black;
}

/* anchors */
a	{
	color: #e82000;
	text-decoration: none;
}
a:hover {
	color: #e82000;
	text-decoration: underline;
}

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

.medium {
	font-size: 0.95em;
}
.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;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.25em;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.9em;
}


/* images & alignment */
a img {
	border: none;
}
.border img,
img.border {
	border: 1px solid #333;
}
.left {
	float: left; display: inline;
}
.right {
	float: right; display: inline;
}
.imgLeft {
	float: left; display: inline;
	margin: 0.25em 2em 2em 0;
}
.imgRight {
	float: right; display: inline;
	margin: 0.25em 0 2em 2em;
}
.center {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}

.clearBoth {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	font-size: 0;
}

/* lists */
ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}
ol li {
	margin-left: 2.3em;
}


/* tables */

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


/* forms */

div.activate {
	padding: 5px;
	font-weight: bold;
	margin-bottom: 1em;
	background: #e5f6fa;
	border: 1px solid #fdb200;
}
div.success {
	padding: 5px 5px 5px 30px;
	font-weight: bold;
	margin-bottom: 1em;
	border: 1px solid #92da33;
	background: #e9f8d6 url(../../images/beheer_interface/icons/opts_16.gif) no-repeat 7px 7px;
}
div.error {
	padding: 5px 5px 5px 30px;
	font-weight: bold;
	margin-bottom: 1em;
	border: 1px solid #fc0000;
	background: #ffe5e5 url(../../images/beheer_interface/icons/close_16.gif) no-repeat 7px 7px;
}

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

input.textfield,
textarea.textarea {
	border: 1px solid #999;
	padding: 2px 3px;
	background: white;
}
input.textfield:focus,
textarea.textarea:focus
select.select:focus {
	/*background: #ffe3b8;*/
}

.error,
.required {
	color: #e82000;
}
td.error {
	padding-top: 0.5em;
	font-size: 9px;
}

label {
	font-weight: bold;
}

.defaultWidth {
	width: 200px;
}
select.defaultWidth {
	width: 207px;
}

.width2 {
	width: 18px;
}
.width4 {
	width: 35px;
}
.width6 {
	width: 50px;
}
.leftMargin {
	margin-left: 5px;
}
.rightMargin {
	margin-right: 5px;
}

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

form table {
	border-collapse: collapse;
	border: none;
}

form table td {
	vertical-align: top;
	padding: 0.25em;
}

form table th {
	font-weight: normal;
	min-width: 10em;
}
	* html form table th {
		width: 10em;
	}
#frm_search th {
	min-width: 0;
}
#fc_postcode {
	width: 60px;
	margin-right: 9px;
}
#fc_woonplaats {
	width: 125px;
}
#fc_reactie {
	width: 550px;
}

	
/* SPECIFIC */

/* contact form */
div.area {
	width: 550px;
}
span.area {
	float: left;
	display: inline-block;
	width: 110px;
	white-space: nowrap;
}
span.area label {
	font-weight: normal;
}
span.area input {
	vertical-align: middle;
	margin-right: 3px;
}

/* job details */
#content .jobDetails .area {
	margin: 0; padding: 0;
}
#content .jobDetails .area li {
	float: left; display: inline;
	margin: 0; padding: 0 12px 0 0;
}
.jobDetails .item h3 {
	font-size: 1em;
}
