/*
// OVERALL LAYOUT STYLES
*/

body, td, a, div {
	font-size: 12px;
	color: #415a68;
	font-family: Verdana;
	text-align: left;
	line-height: 18px;
}

body {
	margin: 0px;
	background-color: white;
}

table {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-bottom: 1px solid black;
	height: 1px;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
}

h2, h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

img {
	display: block;
	border: 0px;
	vertical-align: bottom;
}

ul, ol {
	margin: 0px;
	padding:0px;
}

li {
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

input.text {
	width: 100px;
}

/*
// Alignment
*/

.center { /* Center an image in a Div or Td */
	margin-left: auto;
	margin-right: auto;
}

.left { /* Align image to the left in a Div or Td */
	margin-left: 0;
	margin-right: auto;
}

.right { /* Align image to the right in a Div or Td */
	margin-left: auto;
	margin-right: 0;
}

/*
// Colors
*/

.aqua { color: aqua; }
.black { color: black; }
.blue { color: blue; }
.fushia { color: fushia; }
.gray { color: gray; }
.green { color: green; }
.lime { color: lime; }
.maroon { color: maroon; }
.navy { color: navy; }
.olive { color: olive; }
.purple { color: purple; }
.red { color: red; }
.silver { color: silver; }
.teal { color: teal; }
.white { color: white; }
.yellow { color: yellow; }
.orange { color: #f8981d; }

/*
// Styles
*/

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }

.error { color: red; }
.succes { color: green; }

/*
// Sizes
*/

.small { font-size: 11px; }
.standard { font-size: 12px; }
.medium { font-size: 14px; }
.large { font-size: 16px; }

/*
// Id styles
*/

#container {
	margin-left: 50px;
	margin-top: 50px;
	width:950px;
}

#top {
	position: relative;
	height: 130px;
}

#logo {
	position: absolute;
	top:-10px;
	left:0px;
}

#contact {
	position: absolute;
	top:0px;
	left:600px;
}

#contact_information {
	float: left;
	line-height: 14px;
	padding: 5px;
	padding-right: 20px;
	margin-right: 20px;
	padding-top:5px;
	text-align: right;
	width:200px;
	background-image: url('../img/vertical_dots.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#contact_information span {
	color: #f8981d;
}

#logo_noab {
	padding: 5px;
}

#content {
	padding-left: 110px;
}

#header {
}

#menu {
	color: white;
	text-transform: uppercase;
	background-image: url('../img/menu_background.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f8981d;
}

#menu a {
	color: white;
}

#menu a:hover {
	color: #415a68;
}

#menu ul {
	margin: 0px;
	height:30px;
	list-style: none;
	padding-left: 15px;
}

#menu li {
	list-style-position: outside;
	background-image: url('../img/menu.gif');
	background-repeat: repeat-y;
	background-position: left;
	float:left;
	height:22px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
}

#menu li a {
	font-size: 10px;
}

#menu li.first {
	background: none;
}

#menu li.selected {
	background-image: url('../img/menu_selected.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#menu li.first_selected {
	background-image: url('../img/menu_first_selected.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#intro {
	position: relative;
	background-image: url('../img/intro_background.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #415a68;
}

#intro_side {
	position: absolute;
	top: 0px;
	left: -20px;
}

#intro_content {
	padding: 25px;
	background-image: url('../img/intro_content_background.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
}

#intro_text {
	color: white;
	width: 350px;
}

#page_content {
	padding: 20px;
	padding-left: 25px;
}

#page_content #nieuws_items {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	background-image: url('../img/horizontal_dots.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#page_content #nieuws_items li {
	background-image: url('../img/nieuws_item_background.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 5px;
	padding-top: 10px;
}

#page_content #nieuws_items li a {
	color: #f8981d;
}

#page_content #nieuws_items li span {
	color: #415a68;
}

#footer {
	clear: both;
	padding: 20px;
	padding-top: 40px;
}

#footer .left {
	width: 440px;
	padding: 0px;
	font-size:9px;
	letter-spacing: -.06em;
}

#search {
	float: left;
	padding-right: 10px;
}

#page_content ul {
	list-style: disc;
	padding-left: 20px;
}

#testimonials {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style: none;
}

#testimonials li {
	padding-bottom: 40px;
}

#vacatures {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style: none;
}

#vacatures li {
	padding-bottom: 40px;
}

#vacatures li ul {
	list-style: disc;
	padding-left: 20px;
}

#vacatures li ul li {
	padding: 0px;
}

/*
// Classes styles
*/

.vertical_dots {
	width:1px;
	background-image: url('../img/vertical_dots.gif');
	background-repeat: repeat-y;
}

.left {
	width: 350px;
	padding-right: 40px;
	float:left;
}

.right {
	width:340px;
	padding-right: 10px;
}

.title {
	font-weight: bold;
}

.search_title {
	list-style: none;
	font-weight: bold;
	margin-left: -20px;
	padding-top: 20px;
}