/*** DEFAULT STYLES ***/
html {
	height: 100%;
	margin: auto;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a8a8c;
	cursor: url('../img/cursor.cur');
}

img { border: none; }

a { 
	text-decoration: none;
	color: #c0c0c2;
	cursor: url('../img/cursor.cur');
}
a:hover { text-decoration: underline; }

div#wrapper {
	position: relative;
	width: 1000px;
	height: 675px;
	padding: 0;
	margin: 0 auto;
	background: url('../img/splash_bg.jpg') no-repeat;
}

h1 {
	position: absolute;
	top: 50px;
	left: 276px;
	width: 469px;
	height: 25px;
	margin: 0;
	background: transparent url('../img/splash_h1.jpg') no-repeat;
	text-indent: -999999em;
	cursor: url('../img/cursor.cur');
}

p { margin: 0; }
p a { text-decoration: underline; }
p a:hover { text-decoration: none; }

div#wrapper .clear {
	clear: both;
	height: 0;
}


/*** MENU ***/
ul#menu {
	position: absolute;
	left: 0;
	top: 129px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	float: left;
	width: 220px;
	height: 92px;
	margin-right: 1px;
	padding: 246px 0 0 29px;
	font-size: 28px;
	font-weight: bold;
	background: url('../img/overons_bg.jpg') no-repeat;
}
ul#menu li.project { background: url('../img/project_bg.jpg') no-repeat; }
ul#menu li.stakeholders { background: url('../img/stakeholders_bg.jpg') no-repeat; }
ul#menu li.actueel { background: url('../img/actueel_bg.jpg') no-repeat; }
ul#menu li a { 
	color: #FFF; 
	outline: none;
}
ul#menu li a:hover { text-decoration: none; }


/*** SUBMENU ***/
ul#submenu {
	position: absolute;
	left: 0;
	top: 469px;
	width: 1000px;
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#submenu li {
	float: left;
	width: 112px;
	height: 19px;
	margin-right: 1px;
	padding-top: 1px;
	text-align: center;
	background-color: #949599;
}
ul#submenu li.side {
	width: 273px;
}
ul#submenu li a {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
}

/*** LANGUAGE ***/
div#language {
	position: absolute;
	top: 555px;
	left: 0;
	width: 96px;
	height: 33px;
	margin: 78px 0 25px 0;
	padding-left: 30px;
}
a.nl, a.en {
	width: 20px;
	height: 25px;
	margin: 0;
	color: #77787C;
	font-weight: bold;
	font-size: 12px;
}

img.logo {
	position: absolute;
	top: 617px;
	left: 128px;
}


/*** MAIN CONTENT ***/
div.welkom {
	position: absolute;
	top: 514px;
	left: 284px;
	font-weight: bold;
	font-size: 9px;
	line-height: 14px;	
}


/*** SUBNAV ***/
div#page_wrapper div.subnav_top {
	width: 258px;
	height: 10px;
	margin-top: 2px;
	background: transparent url('../img/subnav_top.jpg') top no-repeat;
}
div#page_wrapper ul.subnav {
	width: 258px;
	padding: 16px 0 6px 0;
	background: transparent url('../img/subnav_kader.jpg') repeat-y;
}
div#page_wrapper ul.subnav li {
	padding: 0 0 14px 32px;
	background: none;
}
div#page_wrapper div.subnav_bottom {
	width: 258px;
	height: 10px;
	background: transparent url('../img/subnav_bottom.jpg') bottom no-repeat;
}
div#page_wrapper ul.subnav li a {
	display: block;
	width: 210px;
	padding-right: 55px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
div#page_wrapper ul.subnav li a:hover, div#page_wrapper ul.subnav li a.selected {
	text-decoration: none;
	background: transparent url('../img/subnav_selected.jpg') right no-repeat;
}
div#page_wrapper ul.subnav li a.selected { color: #faad5b; }
