/* General styles */
html {
	font-size: 100%;
}

body {
	font-size: 62.5%; /* equals 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('images/bg_main.gif') repeat-x 0 287px #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	font-size: 1.8em;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	color: #e06111;
	font-weight: normal;
	margin: 0 0 .6em 0;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #31464e;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

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

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

a.green:link,
a.green:active,
a.green:visited {
	color: #7ea71c;
	text-decoration: none;
}

a.green:hover {
	color: #7ea71c;
	text-decoration: underline;
}

p {
	margin-top: 0;
	line-height: 1.3em;
}

#wrapper {
	margin: 0;
}

#page {
	width: 1000px;
	margin: 0 auto;
}
/* /General styles */

p.leftside {
	float: left;
	width: 64%;
	text-align: left;
	padding-left: 10px;
	font-size: 1.2em;
}

p.rightside {
	width: 34%;
	float: right;
	text-align: right;
	padding-right: 10px;
	font-size: 1.2em;
}

/* Header */
#header {
	background: url('images/bg_header.gif') repeat-x 0 0;
	height: 287px;
}

.header_inner {
	background: url('images/header_left.jpg') no-repeat 0 68px;
	height: 260px;
	margin: 0 auto;
	width: 1000px;
}

.header_right {
	float: right;
	margin: -69px 0 0 0;
	height: 192px;
	width: 194px;
	border: none;
}

.main_menu {
	height: 68px;
	width: 1000px;
	margin: 0 auto;
}

.logo_top {
	background: url('images/logo_top.jpg') no-repeat 0 0;
	float: left;
	width: 281px;
	height: 68px;
	margin-left: 12px;
}

.logo_top a {
	display: block;
	text-indent: -999em;
	height: 68px;
	width: 230px;
}

.logo_bottom {
	background: url('images/logo_bottom.png') no-repeat 0 0;
	width: 216px;
	height: 69px;
	margin-left: 12px;
}

ul.menu {
	float: right;
	height: 24px;
	margin: 39px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.menu li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

ul.menu li a {
	display: block;
	width: 169px;
	padding: 6px 0;
	text-align: center;
	margin-left: 1px;
}

ul.menu li a:link,
ul.menu li a:active,
ul.menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}

ul.menu li a:hover {
	text-decoration: underline;
}

ul.menu li.green a { background-image: url('images/button_green.gif'); }
ul.menu li.blue a { background-image: url('images/button_blue.gif'); }
ul.menu li.purple a { background-image: url('images/button_purple.gif'); }
ul.menu li.orange a { background-image: url('images/button_orange.gif'); }

.navbar {
	height: 27px;
	background: url('images/bg_navbar.gif') repeat-x 0 0;
	clear: both;
}

.navbar_inner {
	margin: 0 auto;
	width: 1000px;
	color: #fff;
}

.navbar_left {
	float: left;
	text-align: left;
	width: 191px;
	padding: 8px 0 0 7px;
	height: 19px;
}

.navbar_center {
	background: url('images/navbar_spacer.gif') no-repeat 0 3px;
	float: left;
	width: 548px;
	padding: 8px 0 0 15px;
	height: 19px;
}

.navbar_right {
	background: url('images/navbar_spacer.gif') no-repeat 0 3px;
	float: right;
	text-align: right;
	width: 232px;
	padding: 8px 7px 0 0;
	height: 19px;
}

.navbar a:link,
.navbar a:active,
.navbar a:hover,
.navbar a:visited {
	color: #fff;
}

.navbar_center strong {
	color: #4d1f01;
}
/* /Header */

/* Footer */
#footer {
	margin: 0 auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer_left,
.footer_left_groen,
.footer_left_blauw,
.footer_left_paars,
.footer_left_oranje {
	float: left;
	width: 198px;
	height: 80px;
	background: url('images/footer_left.gif') no-repeat 0 100% #9d9d9c;
}

.footer_center {
	float: left;
	width: 568px;
	height: 80px;
	background: url('images/footer_center.gif') no-repeat 0 0;
}

.footer_right {
	float: right;
	width: 234px;
	height: 80px;
	background: url('images/footer_right.gif') no-repeat 100% 100% #9d9d9c;
	color: #fff;
	font-size: 1.2em;
}

.footer_left_groen {
	background-color: #98b84a;
}

.footer_left_blauw {
	background-color: #3c8da9;
}

.footer_left_paars {
	background-color: #b260b5;
}

.footer_left_oranje {
	background-color: #e06111;
}

/* /Footer */

/* Body */
.left_column {
	width: 198px;
	background-color: #9d9d9c;
}

.left_columngroen {
	width: 198px;
	background-color: #98b84a;
}

.left_columnblauw {
	width: 198px;
	background-color: #3c8da9;
}

.left_columnpaars {
	width: 198px;
	background-color: #b260b5;
}

.left_columnoranje {
	width: 198px;
	background-color: #e06111;
}

.right_column {
	width: 234px;
	background-color: #9d9d9c;
	color: #fff;
	font-weight: bold;
}

.center_column {
	background: url('images/bg_page.gif') repeat-y 0 0;
}
/* /Body */

/* Content */
.content {
	padding: 10px 20px;
}

.page_table {
	width: 100%;
}

.page_table td {
	vertical-align: top;
}
/* /Content */

/* Sidebars */
ul.side_menu {
	margin: 0;
	padding: 10px 7px;
	list-style-type: none;
}

ul.side_menu li {
	height: 25px;
}

ul.side_menu li a {
	display: block;
	border-bottom: 1px solid #b1b1b1;
	line-height: 25px;
	margin: 0;
	font-weight: bold;
	background: url('images/icon_menu.gif') no-repeat 97% 50%;
}

ul.side_menu li a:link,
ul.side_menu li a:active,
ul.side_menu li a:visited {
	color: #fff;
	text-decoration: none;
}

ul.side_menu li a:hover {
	text-decoration: none;
	color: #1f3d47;
}

.gen_small {
	font-size: .9em;
}

.right_content {
	padding: 7px;
}

table.subscribe {
	width: 100%;
}

.label {
	padding: 3px 0;
	width: 88px;
}

.inputbox {
	width: 120px;
	padding: 2px;
	border: 1px solid #2b464f;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
.inputthing {
	/*width: 120px;*/
	padding: 2px;
	border: 1px solid #2b464f;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	width: 250px;
}
.inputthingfout {
	/*width: 120px;*/
	padding: 2px;
	border: 1px solid #ff0000;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	width: 250px;
}
.bordertesti {
	border-width: 0 0 1px 0;
	border-style:solid;
	border-color: #ffaa00;
}
.inputboxfout {
	width: 120px;
	padding: 2px;
	border: 1px solid #FF0000;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

.otherthing {
	border: 1px solid #2b464f;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
}
.submit_button {
	background-color: #455a62;
	padding: 2px 10px;
	color: #fff;
	cursor: pointer;
	border: none;
	font-size: 1em;
}
/* /Sidebars */

/* VACATURE */
.vacature {
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e06111;
	background-image: url(images/vac.gif);
	background-repeat:no-repeat;
	background-position: left 10px;
	color: #666666;
}

.tienvacatures {
padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e06111;
	background-image: url(images/vac.gif);
	background-repeat:no-repeat;
	background-position: left 10px;
	color: #666666;
}

.tienvacatures a{
	color: #ffffff;
}

.testimonial {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e06111;
	color: #333333;
}

.vacaturemenu a {
	color: #666666;
}

.vacaturecontent {
	padding: 0 0 0 25px;
}

a.contact {
	display: block;
	width: 198px;
	height: 61px;
	margin-top: 19px;
}