body {
	background-color: #E9E9EB;
	/*
	blauw verloop
	background-image: url(../images/bg_body.gif);
	*/
	background-image: url(../images/bg_body1.gif);
	
	background-repeat: repeat-x;
	background-position: top 300pix;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

body, td, input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	overflow-y: auto;
}

a, a:active, a:link, a:visited {
	color: #FF6900;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

input, textarea, select{
	border-width: 2px;
	margin: 2px 0px;
	padding: 2px;
}

input.button {
	padding: 1px;
	color: #000000;
	background-color: #0033FF;
}

select.vacature, input.vacature {
	width: 280px;
}

li {
	list-style-type: square;
}
img.imgborder {
	border: 1px solid #035B8B;
}

#container {
	width: 778px;
	background-color: #D9D9D9;
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-x;
	background-position: left 80px;
	/*
	originele blauwe lijnen
	border-left: 1px solid #035B8B;
	border-right: 1px solid #035B8B;
	*/
	border-left: 1px solid #515558;
	border-right: 1px solid #515558;
}

#header {
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	/*
	originele blauwe lijn
	border-bottom: 1px solid #035B8B;
	*/
	border-bottom: 1px solid #515558;
}

#header div.adres {
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 7px 175px;
	color: #c0c0c0;
}

#navigatie {
	color: #000000;
	margin: 5px 0px;
	height: 15px;
	padding: 0px 0px 0px 97px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

#navigatie a, #navigatie a:active, #navigatie a:link, #navigatie a:visited {
	color: #000000;
	display: block;
	padding: 4px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
#navigatie a:hover, #navigatie a.active, #navigatie a.active:visited {
	background-color: #0000CC;
	color: #FFFFFF;
}

#subnav {
	width: 143px;
	padding: 50px 10px 0px 10px;
	border-right: 2px solid #FFFFFF;
}
div.subtop {
	height: 1px;
	background-image: url(../images/dotted_line.gif);
	background-position:  bottom left;
	background-repeat: repeat-x;
}
div.subnav {
	font-weight: bold;
	font-size: 10px;
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 4px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
div.subnav a, div.subnav a:active, div.subnav a:link, div.subnav a:visited {
	color: #FF6900;
	text-decoration: none;
}
div.subnav a:hover {
	color: #000000;
}


#content {
	width: 583px;
	line-height: 16px;
	padding: 20px 40px 0px 15px;
}

#content h3 {
	font-size: 12px;
}
#content h5 {
	color: #FF6900;
	font-size: 12px;
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0px 0px 3px 0px;
	margin: 10px 0px 3px 0px;
}
#content td.vacature {
	padding: 0px 0px 3px 0px;
	font-size: 10px;
}

#content td.vacature2 {
	padding: 0px 0px 3px 0px;
	font-size: 11px;
}

#content div.omschrijving {
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	
}


div.footer {
	color: #B3B3B3;
	font-size: 10px;
}
div.footer a, div.footer a:active, div.footer a:link, div.footer a:visited {
	color: #B3B3B3;
	text-decoration: none;
}
div.footer a:hover {
	color: #000000;
}

.error {
	color: red;
}
