/* CSS/XHTML RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
}

/* FRAMEWORK */
html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b3d58;
	line-height: 18px;
}
body {
	background: #1a3a5f url(../images/template/bg.gif) repeat-y center;
}

#wrapper {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
	margin: 0 auto -90px; /* min value == height: #footer & .push */
	background: url(../images/template/bg_container.gif) no-repeat bottom center;
}

#site {
	position: relative;
	margin: auto;
	width: 740px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}
#header {
	float: left;
	width: 740px;
	margin: 50px 0px 50px 0px;
}
#logo {
	float: left;
	width: 193px;
	text-align: right;
	padding: 0px 35px 0px 0px;
}
#logo img {
	
}
#vacatures {
	float: left;
	width: 462px;
	padding: 0px 0px 0px 30px;
	margin-left: 20px;
}
#vacatures ul,
#content ul.vacatures {
	float: left;
	width: 100%;
	padding: 0px;
}
#content .sfeer {
	margin: -20px 0px 20px 0px;
}
#vacatures ul li,
#content ul.vacatures li {
	float: left;
	padding: 0px 15px 0px 15px;
	width: 432px;
	height: 30px;
	line-height: 30px;
	background: #fff;
}
#vacatures ul li.grey {
	background: #f0f3f6;
}
#content ul.nieuws li.grey,
#content ul.vacatures li.grey {
	background: #f1f1f1;
}
#vacatures ul li a,
#content ul.vacatures li a {
	float: left;
	display: block;
	background: url(../images/template/li_raquo.gif) no-repeat center left;
	padding-left: 15px;
	font-weight: bold;
	color: #2b3d58;
	text-decoration: none;
}
#vacatures ul li a:hover,
#content ul.vacatures li a:hover {
	text-decoration: underline;
}
#vacatures ul li span,
#content ul.vacatures li span {
	font-weight: normal;
	text-align: right;
	float: right;
}
#menu {
	float: left;
	width: 193px;
	text-align: right;
	padding: 0px 35px 0px 0px;
}
#menu ul {

}
#menu ul li {
	padding: 0px 0px 10px 0px;
}
#menu ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#menu ul li a:hover,
#menu ul li.active a{
	text-decoration: underline;
}
#menu ul li ul {
	padding: 16px 0px 0px 0px;
}
#menu ul li ul li {
	padding: 0px 0px 6px 0px;
}
#menu ul li ul li a,
#menu ul li.active ul li a {
	display: block;
	font-weight: normal;
	color: #48a089;
	font-size: 12px;
	background: url(../images/template/li_bullet.gif) no-repeat right center;
	padding-right: 15px;
	text-decoration: none;
}
#menu ul li ul li.active a,
#menu ul li.active ul li.active a,
#menu ul li.active ul li a:hover,
#menu ul li ul li a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 462px;
	padding: 0px 0px 0px 30px;
	margin-left: 20px;
	/*text-align: justify;*/
}
#content h1,
#vacatures h1,
#content h2,
#content h3 {
	display: block;
	font-weight: normal;
	visibility: hidden;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#content h1,
#vacatures h1 {
	font-size: 27px; 
	color: #48a089;
	line-height: 27px;
}
#content h2 {
	font-size: 18px;
	line-height: 18px;
}
#content h3 {
	font-size: 15px;
	line-height: 15px;
}
#content p {
	padding: 0px 0px 15px 0px;
	line-height: 20px;
}
#content a {
	color: #2b3d58;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	padding: 0px 0px 15px 15px;
}
#content ul li {
	background: url(../images/template/li_bullet_blue.gif) no-repeat 0px 8px;
	padding-left: 13px;
}
#content table {
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
	margin-bottom: 15px;
}
#content td {
	width: 49%;
	padding: 1%;
}
#content table.vacatures td {
	padding: 3px 0px 3px 0px;
	width: 50%;
}
#content td.grey {
	background: #f1f1f1;
}
#content td a {
	color: #48a089;
}
#content tbody {
	padding-bottom: 25px;
}
#navigatie {
	float: left;
	width: 100%;
}
#navigatie #solliciteer {
	float: right;
}
#navigatie #terug {
	float: left;
}
.push {
	clear: both;
	height: 90px;	/* height of footer */
}
body > #footer {
	height: 30px;
}
#footer {
	position: relative;
	clear: both;
	width: 740px;
	margin: auto;
	height: 90px;
	color: #bac4cf;
}
#footer span {
	padding: 0px 10px 0px 10px;
}
#footer a {
	color: #bac4cf;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerLeft {
	position: relative;
	float: left;
	width: 193px;
	text-align: right;
	padding: 0px 35px 0px 0px;
	margin: 30px 0px 30px 0px;
}
#footerLeft img {
	position: relative;
	float: right;
}
#footerContent {
	float: left;
	width: 462px;
	padding: 0px 0px 0px 30px;
	margin: 30px 0px 30px 20px;
}
.highlight {
	font-weight: bold;
	font-size: 13px;
}
/* formulieren */
form {
	float: left;
	width: 100%;
}
label {
	float: left;
	width: 138px;
	overflow: hidden;
	color: #888;
}
.input {
	position: relative;
	float: left;
	width: 320px;
	height: 22px;
	background: url(../images/template/input_bg.gif) no-repeat;
	padding-bottom: 10px;
	overflow: hidden;
}
.input input {
	float: left;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #48a089;
	width: 310px;
	padding-left: 5px;
	padding-top: 4px;
	height: 22px;
}
.textarea {
	float: left;
	width: 320px;
	height: 100px;
	background: url(../images/template/textarea_bg.gif) no-repeat;
	padding-bottom: 10px;
}
.textarea textarea {
	float: left;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #48a089;
	width: 315px;
	height: 97px;
	line-height: 22px;
	padding-left: 5px;
	overflow: auto;
}
.verzenden {
	width: 100%;
	height: 22px;
}
.verzenden .button {
	border: none;
	background: url(../images/template/button_verzenden.gif);
	width: 100px;
	height: 22px;
	cursor: pointer;
	float: right;
}
.button.zoek{
	border: none;
	background: url(../images/template/button_zoek.gif);
	width: 100px;
	height: 22px;
	cursor: pointer;
	float: right;
}
#melding_contact {
	float: left;
	width: 432px;
	height: auto;
	margin-bottom: 15px;
	padding: 15px;
	color: #ff0000;
	background: #FFE6E7;
	font-style:italic;
}
.select {
	position: relative;
	float: left;
	width: 320px;
	height: 22px;
	line-height: 22px;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #48a089;
	background: url(../images/template/selectbox_bg.gif) no-repeat;
}
.select .value {
	position: relative;
	width: 320px;
	cursor: pointer;
}
.select.sel1 {
	padding-bottom: 10px;
	z-index: 70;
}
.select .select_items {
	position: absolute;
	left: 0px;
	top: 22px;
	width: 320px;
	border: 1px #d4d4d4 solid;
	border-top: 0px;
	background: #fff;
}
.select_item {
	background: #FFFFFF;
	cursor: pointer;
}
#error {
	float: left;
	width: 432px;
	height: auto;
	margin-bottom: 15px;
	padding: 15px;
	color: #ff0000;
	background: #FFE6E7;
	font-style:italic;
}

#error.groen {
	color:#009900;
	background: #D9FFD7;
}
.file_container {
	position: relative;
	float: left;
	width: 320px;
	height: 22px;
	background: url(../images/template/bladeren.gif);
	overflow: hidden;
	cursor: pointer;
}

.file_container .file_url {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 290px;
	background: none;
	border: none;
	cursor: pointer;
	color: #48a089;
	font-style: normal;
}

.file_container .file_url.inactive {
	color: #ABABAB;
	font-style: italic;
}

.file_container .file_sel {
	position: absolute;
	cursor: pointer;
	left: 130px;
	top: 0px;
	width: 200px;
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
}

.navigatie {
	width: 100%;
	height: 20px;
	position: relative;
	float: left;
	margin: 15px 0px;
	color: #fff;
}
.navigatie a {
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
	float: left;
	background: #1a3a5f;
	color: #fff!important;
	margin: 0px 5px 0px 0px;
	text-align: center;
	line-height: 20px;
}
.navigatie a:hover {
	text-decoration: none!important;
}
.navigatie a.active {
	background: #48a089;	
	text-decoration: underline!important;
}
.navigatie .stipjes {
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
	float: left;
	background: #1a3a5f;
	color: #fff!important;
	margin: 0px 5px 0px 0px;
	text-align: center;
	line-height: 20px;
}