@charset "utf-8";
/* CSS Document */

#content-2cols {
	width: 100%;
}

#contentLeftColumn {
	margin-right: 30px;
	width: 405px;
	float: left;
}

#contentRightColumn {
	width: 405px;
	float: left;
}

#intro {
	float: left;
	width: 550px;
}

.introText {
	clear: left;
}

#columnRight {
	float: right;
	width: 260px;
	margin-top: 19px;
}

#content {
	width: 840px;
	clear: both;
	padding-top: 31px;
	height: 100%;
	min-height: 100%;
}

h1, h2 {
	border-bottom: 1px solid #04056A;
	color: #E4251C;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0;
}

h2 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:2px;
}

/* remove link selection border */
*:focus{
	outline:none;
}

* {	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 170%;
}

html, body {
	height: 100%;
	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body {
	background-image: url(../images/page/page_shade_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 154px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 900px;

	margin-top: -154px; /* Compensate height of div#menuBgBar */
	margin-bottom: -101px; /* Compensate height of div.footerContainer */
}

/* FOOTER CSS start */

.push {
	height: 120px;	/* Push height of div.footerContainer down. else footer will overlap with content + some additional whitespace */
	clear: both;
}

.footerContainer {
	height: 85px;
	background-image: url(../images/page/footer_bg_repeat-x.jpg);
	background-repeat: repeat-x;
	padding-top: 16px;
}

.footer {
	width: 900px;
	margin: 0px auto;
	height: 60px;
}

.footer table {
	margin: 0 auto;
}

.footer table td {
	padding: 7px 10px;
}

.footer * {
	color: #FFFFFF;
}

#ontwikkeling a {
	color: #80a8d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#ontwikkeling {
	margin: 4px auto 0;
	width: 180px;
}

/* FOOTER CSS end */

div#header {
	height: 76px;
}

div#logo {
	float: left;
	width: 248px;
	
	padding-bottom: 0px;
	margin-top: 11px;
}

div#meta {
	float: right;
	width: 300px;
	
	text-align: right;
	
	padding-right: 6px;
	margin-top: 5px;
}

div#uploadCV {
	float: right;
	width: 167px;
	margin-top: 11px;
}

div#meta, div#meta a {
	color: #999999;
	text-decoration: none;
}

div#meta .text {
	margin: 0px 10px;
}

div#mainMenu {
	margin-top: 47px;
	margin-left: -3px;
}

div#mainMenu a {
	width: 96px;
	height: 24px;
	
	text-align: center;
	text-decoration: none;
	color:#003772;
	
	font-size: 16px;
	
	background-color: #FFFFFF;
	
	float: left;
	
	padding: 0px 0px 4px 0px;
	margin: 0px 3px 0px 0px;
}

div#mainMenu a.passive:hover {
	background-color: #FFFFFF;
	background-image: none;
}

div#mainMenu a.passive {
	background-image: url(../images/page/main_menu_item_passive.jpg);
	background-repeat: no-repeat;
}

div#foldout a, div.foldout a {
	background-color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	color:#003772;
	
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;

	height: 20px;
	float: left;
	width: 100%;
	clear: left;
}

div#foldout a:hover, div.foldout a:hover {
	background-color: #003772;
	color: #FFFFFF;	
}

div#searchContainer {
	float: right;
	padding: 0px;
	
	margin-bottom: 0px;
	margin-right: 7px;
	clear: right;
}

div#searchContainer #searchField {
	border: 1px solid #CCCCCC;
	
	font-size: 10px;
	line-height: 12px;

	margin: 2px 0px 0px 0px;
	padding: 0px;
	
	height: 11px;
	width: 78px;
	
	float: left;
}

div#searchContainer #searchButton {
	float: left;
	margin: 2px 0px 0px 0px;
}

div#searchContainer form {
	padding: 0px;
	margin: 0px;
}

div#contentHome {
	width: 840px;
	margin-left: 30px;
	line-height: 170%;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	padding-top: 99px;
}

div#contentHome h1.pageTitle {
	margin: 0px;
	padding: 0px;
}
