/* CSS Document */

body {
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #AB9E98;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #554943;
}

h1 {
	font-size: 16px	
}

h2 {
	font-size: 14px	
}

h3 {
	font-size: 12px	
}

a:link, a:active, a:visited {
color: #f0840d;
text-decoration: none;
}

a:hover {
color: #f0840d;
text-decoration: underline;	
}

#wrapper {
	position: relative;
	margin: 0 auto;
	border: 1px solid #554943;
	width: 978px;
	
}

tr {
	vertical-align: top;
}

#topnav {
	background-color: #554943;
	height: 21px;
}

#taalwissel {
	position: absolute;
	top: 0;
	right: 5px;
}

#container {
	background-image: url(../../images/structure/logo.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#zoek {
	border: 1px solid #897B73;
	background-color: #EEECEA;
	padding: 8px;
}

#zoek_onder, #nieuws_onder {
	background-color: #ffffff;
}

.zoek_input {
	border: 1px solid #554943;
	width: 100px;
	height: 16px;
	margin-right: 8px;
}

#content {
	width: 566px;
	border-right: 1px solid #F0840D;
	border-left: 1px solid #F0840D;
	border-bottom: 1px solid #F0840D;
	background-color: #ffffff;
	min-height: 480px;
}

div {
/*border: 1px solid red;*/
}

#text {
	padding: 12px;	
}

#jobs_in_zicht {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-right: 12px;	
}

#jobs_homepage {
	width: 260px;
	border-left: 1px solid #f0840d;
	border-right: 1px solid #f0840d;
	border-bottom: 1px solid #f0840d;
	
}

#jobs_spacer {
	padding: 12px;
}

#nieuws {
	border: 1px solid #897B73;
	background-color: #EEECEA;
}

#newspaper {
	position: absolute;
	top: 172px;
	right: 11px;
}


#white_bottom {
	background-color: #ffffff;
}

#brown_bottom {
	background-color: #554943;
}

.td_gray {
	background-color: #E8E5E3;
}

.nieuws_table {
	width: 184px;
}

.td_nieuwsruler {
	background-image: url(../../images/structure/nieuws_ruler.gif);
}

.td_nieuwsitem {
	padding: 8px;
}

.nieuws_datum {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #776860;
}

a.nieuws_titel {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #776860;
	text-decoration: none;
}

.vacature {
	font-size: 14px;
	font-weight: bold;
	color: #F0840D;
	
}

.faq, a.faq, .homepage_vacature, a.homepage_vacature {
	font-size: 12px;
	font-weight: bold;
	color: #F0840D;	
}

.faq_answer {
	font-size: 12px;
	font-weight: bold;
	color: #776860;	
	
}

.input_contact {
	border: 1px solid #F0840D;
	width: 210px;
	height: 18px;	
}

.textarea_contact {
	border: 1px solid #F0840D;
	width: 280px;
	height: 52px;	
}

