/* CSS Document */

body{
	color: #006666;
	padding: 0px;
	background-color:#cccc99;
	font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
}

/* ########## floating Div workarounds ########## */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#fixFloatingDiv, .fixFloatingDiv{
	clear: both !important;
	height: 1px !important;
	margin: 0 0 0px 0; 
	border: 0px solid yellow !important;
	background-image: none !important;
	visibility: collapse;
	line-height: 1% !important; /* for IE: anders is deze div +- 20px hoog */
	}
	
/* ########## main blocks ########## */
#toppanel{
	width: 800px;
	height: 26px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../gfx/back.toppanel.gif);
	background-repeat: repeat-x;
	border: 0px #FFF solid;
}
#header{
	width: 800px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../gfx/back.header.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	border: 0px #CC9900 solid;
}

#mainpanel{
	width: 800px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../gfx/back.mainpanel.gif);
	background-repeat: repeat-y;
}

#mainpanelNoBG{
	width: 800px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../gfx/back.mainpanel.fullWidth.gif);
	background-repeat: repeat-y;
}

#bottompanel{
	width: 800px;
	height: 64px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	margin-top: -1px;
	background-image: url(../gfx/back.bottompanel.gif);
	background-repeat: no-repeat;
}
#bottompanelFullWidth{
	width: 800px;
	height: 64px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	margin-top: -1px;
	background-image: url(../gfx/back.bottompanelFullWidth.gif);
	background-repeat: no-repeat;
}

/* TOPNAVIGATION */
#topnavig{
	position:static;
	margin-left: 24px;
	margin-right: 23px;
	margin-top: 11px !important;
	margin-top: 14px;
	padding-top: 8px !important;
	padding-top: 5px;
	padding-bottom: 7px;
	background: #006666;
}
#topnavig ul {
	margin-left: 270px !important;
	margin-left: 310px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topnavig li{
	position:static;
	display: inline;
	list-style-type: none;
	margin-right: 2px
}
#topnavig a{
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#topnavig a:link, #topnavig a:visited{
	color: #cccc99;}
#topnavig a:hover, #topnavig a:active{
	color: #fff;}
#topnavig a.selected:link, #topnavig a.selected:visited{
	color: #fff;}
#topnavig a.selected:hover, #topnavig a.selected:active{
	color: #fff;}

/* ########## content ########## */
#featureImgage {
	position:relative;
	float:left;
	margin-left: 24px !important;
	margin-left: 12px;
	margin-top: 0px;
	border-bottom: 8px #FFFFFF solid;
	border-top: 8px #FFFFFF solid;}
	
#feature H4 {
	color: #90ae03;
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin-bottom: 2px;
	margin-top: 10px;
	font-weight:bold;
	}
	
#feature{
	width:400px;
	float:left;
	border: 0px #CC9900 solid;
	margin-top: 0px !important;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 8px #FFFFFF solid;
}

#featureFullWidth{
	width:680px;
	border: 0px #CC9900 solid;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px !important;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	border-top: 8px #FFFFFF solid;
}

/*################## jobs ###############*/
#jobTitle LI{
	list-style: url(../gfx/arrow.gif) none inside;
	margin-top: 10px;
}
#jobTitle{
	font-size: 12px;
	font-weight: bold;
	color: #90ae03;
	padding-top: 0px;
}
#jobTitle a, a:link, a:visited{
	color: #90ae03;
}
#jobTitle a:over{
	font-size: 11px;
	font-weight: bold;
	color: #006666;
}
#jobTitleDescription{
	margin-left: 40px;
}

/* ########## footer ########## */
#footer{
	width: 800px;
	margin-left:auto;
	margin-right: auto;}
#footer span{
	display: block;
	margin-left:auto;
	margin-right: auto;
	padding-right: 20px;
	text-align: right;
}
#footer a{
	color: #EBEBD8;
	text-decoration: none;
	font-size: 9px;
}
#footer a:hover, #footer a:active{color: #FFFFFF;}

/* ########## language ########## */
#language{
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px !important;
	margin-top: 0px;}
#language span{
	display: block;
	margin-left:auto;
	margin-right: auto;
	padding-right: 20px;
	text-align: right;
}
#language a{color: #000000;text-decoration: none;}
#language a:hover, #language a:active{color: #006666;}

#disclaimer a{
	padding-left: 30px;
	color:#999999;
	font-size:9px;}

