html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-repeat: repeat-x;
	background-color: #EDF0F9;
	background-image: url(/graphics/lijn.jpg);
	background-position: top;
	text-align: center;
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
	color: #333399;
	letter-spacing: -0.05em;
}

h2 {
	font-family: Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	color: #FC3122;
	margin-bottom: 8px;
}

h3 {
	font-size: 11px;
	margin-bottom: 3px;
	line-height: 15px;
	color: #33418A;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

p, form {
	margin: 0px;
}

table td tr{
	vertical-align: top;
}

@media print {
	table, table tbody, table tr, table td { display: inline; }
}

a {
	color: blue;
}
a:hover {
	text-decoration: none;
}
/**
 * Main fonts
 */
body, table, td, input, textarea, select {
	font-family: Tahoma, Arial, Verdana, Georgia, Sans;
	font-size: 11px;
	line-height: 16px;
}

div.main {
	width: 850px;
	height: 819px;
	background-position: center;
	vertical-align: top;	
	margin: 0px auto;
}
	div.main div.header {
		width: 850px;
		height: 233px;
		vertical-align: top;
		background-image: url(/graphics/header/home.jpg);
		border-left: 1px solid white;
	}
		div.main div.header div.menuitem {
			width: 170px;
			height: 168px;
			position: relative;
			float: left;
			margin-top: 33px;
		}
			div.main div.header div.menuitem a.menu {
				display: block;
				width: 169px;
				height: 33px;
				position: absolute;
				bottom: 0px;
				left: 0px;
				background-repeat: no-repeat;
				background-position: bottom left;
				background-image: url(/graphics/menu/bluemain.jpg);
				padding-left: 15px;
				text-align: left;
				font-size: 12px;
				font-weight: bold;
				line-height:250%;
				color: #FFFFFF;
				text-decoration: none;
				_behavior: url(/inc/styles/hover.htc);
			}
			div.main div.header div.menuitem a.menu:hover {
				background-image: url(/graphics/menu/redmain.jpg);
			}
			div.main div.header div.menuitem a.selectedlink {
				background-image: url(/graphics/menu/redmain.jpg);
			}
			div.main div.header div.menuitem div.bg {
				display: none;
				position: absolute;
				left: 0px;
				width: 169px;
				height: 136px;
				opacity: 0.7;
				filter: alpha(opacity=70);
				background-color: #FFFFFF;
				bottom: 33px;
			}
			div.main div.header div.menuitem div.sub {
				display: none;
				position: absolute;
				left: 0px;
				width: 169px;
				text-decoration: none;
				bottom: 33px;
			}
				div.main div.header div.menuitem div.sub a{
					display: block;
					text-decoration: none;	
					font-size: 11px;
					color: #333399;
					font-weight: bold;
					line-height: 100%;
					text-align: left;
					padding: 6px 0px 6px 15px;
					margin: 0px;
					margin-bottom: 0px;
				}
				div.main div.header div.menuitem div.sub a:hover {
					display: block;
					background-color: #FF3300;
					text-decoration: none;	
				}
				div.main div.header div.menuitem div.sub a.selectedlink {
					color: #000000;
					background-image: none;
				}
			div.main div.header div.menuitem:hover div.sub,
			div.main div.header div.menuitem:hover div.bg {				
				display: block;	
			}
			div.main div.header div.selectedlink div.sub,
			div.main div.header div.selectedlink div.bg {
				display: block;	
			}
		div.main div.content {
			background-color: #FFFFFF;
			border-left: 1px solid #6699CC;
			border-right: 1px solid #6699CC;
			background-image: url(/graphics/logoklein.jpg);
			background-repeat: no-repeat;
			background-position: bottom right;
			text-align: left;
			padding-bottom: 30px;
		}
		div.main div.homepage {
			background-image: url(/graphics/logokleinleeg.jpg);
		}
			div.main div.content div.breadcrumbs {
				padding: 25px 10px 5px 50px;
			}
				div.main div.content div.breadcrumbs a {
					text-decoration: none;
					color: #6699CC;
					margin: 0px 5px;
				}	
				div.main div.content div.breadcrumbs a:hover {
					color: #FF3300;
				}
			div.main div.content div.padding{
				padding: 10px 170px 30px 50px;
			}
				div.main div.content div.padding, h1, h2, h3 {
					text-align: justify;
					margin-top: 0px;
				}
		div.main div.footer {
			height: 30px;
			text-align: left;
			background-position: left bottom;
			background-image: url(/graphics/footer.jpg);	
			background-repeat: no-repeat;
			border-left: 1px solid #6699CC;
			border-right: 1px solid #6699CC;
			background-color: #FFFFFF;
			clear: both;
		}
			div.main div.footer a {
				text-decoration: none;
				margin-left: 15px;
				color: #6699CC;		
			}	
			div.main div.footer a:hover {
				color: #FF3300;
			}

/*******************************************************************************
** Styles for the JOB overview.
*******************************************************************************/
			
div.jobovv {
	margin-bottom: 15px;
}
	div.jobovv table {
		font-size: 11px;
		width: 615px;
		border-collapse: collapse;
		border-bottom: 1px solid #8194CA;
		margin: 5px 0px 15px 15px;
	}
		div.jobovv table thead th {
			text-align: left;
			color: #333399;
			padding: 8px 5px 3px 11px;
			background-color: #CDD4EA;
			border-bottom: 2px solid #8194CA;
		}
			div.jobovv table thead th.col1 { width: 15%; }
			div.jobovv table thead th.col2 { width: 15%; }
			div.jobovv table thead th.col3 { width: 45%; }
			div.jobovv table thead th.col4 { width: 25%; }
		
		div.jobovv table tbody {
			margin: 0px;
			font-size: 11px;
			line-height: 15px;
			color: #000000;
			border: 0px;
		}
			div.jobovv table tbody tr {
			}
				div.jobovv table tbody tr td {
					text-align: left;
					border-bottom: 1px solid #8194CA;
					border-left: 1px solid #FDD6C6;
					border-right: 1px solid #FDD6C6;
					padding: 7px 5px 4px 11px;
					font-weight: normal;
					vertical-align: top;
				}
				div.jobovv table tbody tr:hover td {
					background-color: #E6E9F3;
				}
					div.jobovv table tbody tr td a {
						color: #2C2C2C;
						text-decoration: none;
					}
			
	div.jobovv h1 {
	}
	
	div.jobovv h2 {
		font-size: 11px;
		font-weight: bold;
		line-height: 16px;
		color: #333399;
		margin: 0px 0px 5px 0px;
		background-repeat: no-repeat;
		background-position: 0px 4px;
		-moz-user-select: none;
		-khtml-user-select: none;
	}
		div.jobovv h2.collapsed {
			padding-left: 15px;
			background-image: url('/graphics/icon.plusa.gif');
			cursor: pointer;
			text-decoration: underline;
			margin-top: 5px;
		}
		div.jobovv h2.expanded {
			padding-left: 15px;
			background-image: url('/graphics/icon.minusa.gif');
			cursor: pointer;
			text-decoration: underline;
			margin-top: 5px;
		}

	div.jobovv a {
		color: blue;
	}
	
div.jobdetails {
	background-color: #D9DFEF;
	border: 1px solid silver;
	margin: 0px 0px 15px -15px;
	padding: 15px;
}
	div.jobdetails table {
		border-collapse: collapse;
	}
		div.jobdetails table td.lft {
			width: 80px;
		}
		div.jobdetails table td.rgt {
			font-weight: bold;
		}

	