/* CSS Document for flexso.be */
/*_______________________________________overall styles____________________*/
* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	text-decoration:none;
}

/*font: normal 24px "Trebuchet MS",Arial,Helvetica,sans-serif;
font:80%/125% "Lucida Sans", Arial, Helvetica, sans-serif;*/
body {
	font:80%/125% "Verdana",Arial,Helvetica,sans-serif;
	text-align:center;
	background: #fff;
}

body * {
	text-align:left;
}

a{
	font-weight: normal;
	color:#c00;
	font-size: 11px;
	/*display: inline;*/
	/*text-decoration: underline;*/
}

a:hover{
	color:#333;
}

strong{
	font-size: 11px;
	color:#036;
	font-weight: bold;
	margin-bottom:25px;
}
strong.non_bold{
	font-size: 11px;
	color:#036;
	font-weight:normal;
	margin-bottom:25px;
}


/* PSEUDO CLASS P
---------------------------------------------------------
div > p:first-child
{
	font-size: 11px;
	color:#036;
		color:#f00;

	font-weight: normal;
	margin-bottom:25px;
}
*/

p{
	line-height:14px;
	font-size: 11px;
	color: #666;
	margin-bottom:10px;
}

p.quote{
	line-height:14px;
	font-size: 11px;
	color: #666;
	border-left:#999 solid 1px;
	padding-left:10px;
	margin: 20px 0 20px 10px;
}

h1{
	height:20px;
	width:390px;
	font-size: 13px;
	font-weight:bold;
	color:#036;
		color:#c00;

	/*border-bottom: 1px solid #f4f4fb;*/
	padding:2px 0 0 30px;
	margin-bottom:5px;
	background: url(img/logo_part01.gif) no-repeat 0 0px;

}


h2{
	/*height:20px;*/
	font-size: 11px;
	font-weight:bold;
	color:#036;
	margin:0 0 2px 0;
}


h3{
	height:20px;
	font-size: 11px;
	font-weight:bold;
	color:#036;
	padding:0 0 0 0;
	margin-bottom:0px;
	/*background: url(img/logo_part02.gif) no-repeat 0 0px;*/
}
em{
	font-size: 11px;
	font-style:normal;
	line-height:14px;
	color: #333;
}

body#contact em{
	font-size: 9px;
	font-style:italic;
	line-height:14px;
	color: #333;
}


/*_______________________________________clearfix____________________*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*--------end clearfix--------*/


/*_______________________________________div container____________________*/
div#container{
	width:750px;
	margin:0 auto;
	height:100%;
}

div#container{
	text-align:left;
}

/*_______________________________________div wrapper index____________________*/
div#wrapper{
	float:left;
	width:100%;
	background: url(img/wrapper_bg.gif) repeat-y;
	margin-top:-6px;
	_margin-top:-10px;
	_padding-bottom:10px;
}



/*_______________________________________div header____________________*/
div#header{
	position:relative;
	height:90px;
	background: url(img/header_bg.gif) no-repeat 0 0;
}

/*_______________________________link logo______________________________*/
div#header h1.logo{
	width:130px;
	height:55px;
	position:absolute;
	top:20px;
	left:540px;
	background:transparent;
}

div#header h1 a{
	display:block;
	width:130px;
	height:55px;
	top:20px;
	left:560px;
}
div#header h1 a strong{
	display:none;
}



/*_______________________________________div banner____________________*/
div#banner{
	/*clear: left;
	position:relative;*/
	height: 150px;
	margin: 15px 0 0 0;
	/*background: url(img/banner.jpg) no-repeat 0 0;*/
}

#home div#banner{
	background: url(img/flexso_banner011.jpg) no-repeat 0 0;
}

#partners_sapience div#banner, #references div#banner{
	background: url(img/flexso_banner021.jpg) no-repeat 0 0;
}

#flexso_consultants div#banner, #news div#banner{
	background: url(img/flexso_banner022.jpg) no-repeat 0 0;
}

#flexso_company div#banner, #contact div#banner, #services_solutions_crm div#banner, #services_solutions_dwdss div#banner, #services_solutions_epkm div#banner, #services_solutions_esoa div#banner, #services_solutions_hcm div#banner{
	background: url(img/flexso_banner023.jpg) no-repeat 0 0;
}

#partners_cronos div#banner, #partners_sap_education div#banner, #careers_opportunities div#banner{
	background: url(img/flexso_banner031.jpg) no-repeat 0 0;
}

#flexso_culture div#banner, #services_expertise div#banner, #services_services div#banner, #careers_culture div#banner{
	background: url(img/flexso_banner032.jpg) no-repeat 0 0;
}













/*_______________________________________NAVIGATIE____________________*/
/*_______________________________________div ____________________*/

/*_______________________________________ hoofdnavigatie_rechts____________________*/

ul#hoofdnavigatie {
	background-color: transparent;
	margin: 7px 0 15px 0px;
}

ul#hoofdnavigatie li{
	position: relative;
	list-style: none;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 0 0;
	_margin: 0 0 -10px 0;
	padding:0 0 0 10px;
	background: url(img/bullet.gif) no-repeat 0 7px;

}


ul#hoofdnavigatie li a{
	display:block;
	padding:0 10px 0 0;
	font-size:11px;
	text-decoration: none;
	color: #333;
}

ul#hoofdnavigatie li a:hover {
	color: #c00;
}


/* navigatie level1*/
ul#hoofdnavigatie li ul{
	display:block;
	position:absolute;
}

ul#hoofdnavigatie li ul{
	margin-left:5px;
}

ul#hoofdnavigatie li:hover ul{ 
	display: block;
}



/*_______________________________________ul corenavigatie____________________*/

ul#corenavigatie{
	float:left;
	width:750px;
	height:31px;
	margin-top:0px;
	background: url(img/core_nav_bg.gif) no-repeat;
}

ul#corenavigatie li {
	float:left;
	position: relative;
	width:150px;
	height:30px;
	list-style: none;
	margin-top: 6px;

}

ul#corenavigatie li a {
	display:block;
	font-size: 14px;
	color:#036;
	width:100px;
	font-weight:normal;
	text-decoration: none;
}

ul#corenavigatie li a:hover{
	color: #c00;
}

ul#corenavigatie li#services{
	margin-left: 35px;
	_margin-left: 20px;

}
ul#corenavigatie li#expertise{
	margin-left: 0px;
}
ul#corenavigatie li#solutions{
	margin-left: 0px;
}

/*_______________________________________div subnavigatie_top____________________*/

ul#subnavigatie{
	height:20px;
	padding: 50px 0  5px 27px;
	_padding: 50px 0  5px 29px;
	width: 500px;
}

ul#subnavigatie li {
	float:left;
	position: relative;
}

ul#subnavigatie li a {
	display:block;
	/*margin:0 8px 0 8px;*/
	margin:0 4px 0 8px;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

ul#subnavigatie li a:hover {
	color: #c00;
}


     

/*locator op subnav*/
body#home ul#subnavigatie li.locator a,
body#references ul#subnavigatie li.locator a,
body#news ul#subnavigatie li.locator a,
body#contact ul#subnavigatie li.locator a,
body#careers_culture ul#subnavigatie li.locator a,
body#careers_opportunities ul#subnavigatie li.locator a,
body#services_solutions_hcm ul#subnavigatie li.locator a,
body#services_solutions_epkm ul#subnavigatie li.locator a,
body#services_solutions_dwdss ul#subnavigatie li.locator a,
body#services_solutions_crm ul#subnavigatie li.locator a,
body#services_services ul#subnavigatie li.locator a,
body#services_expertise ul#subnavigatie li.locator a,
body#services_solutions_esoa ul#subnavigatie li.locator a,
body#partners_sapience ul#subnavigatie li.locator a,
body#partners_sap_education ul#subnavigatie li.locator a,
body#partners_cronos ul#subnavigatie li.locator a,
body#flexso_culture ul#subnavigatie li.locator a,
body#flexso_consultants ul#subnavigatie li.locator a,
body#flexso_company ul#subnavigatie li.locator a{
	color: #c00;
}

/*locator op hoofdnav*/
body#careers_culture ul#hoofdnavigatie li.locator a,
body#careers_opportunities ul#hoofdnavigatie li.locator a,
body#services_solutions_hcm ul#hoofdnavigatie li.locator a,
body#services_solutions_epkm ul#hoofdnavigatie li.locator a,
body#services_solutions_dwdss ul#hoofdnavigatie li.locator a,
body#services_solutions_crm ul#hoofdnavigatie li.locator a,
body#services_services ul#hoofdnavigatie li.locator a,
body#services_expertise ul#hoofdnavigatie li.locator a,
body#services_solutions_esoa ul#hoofdnavigatie li.locator a,
body#partners_sapience ul#hoofdnavigatie li.locator a,
body#partners_sap_education ul#hoofdnavigatie li.locator a,
body#partners_cronos ul#hoofdnavigatie li.locator a,
body#flexso_culture ul#hoofdnavigatie li.locator a,
body#flexso_consultants ul#hoofdnavigatie li.locator a,
body#flexso_company ul#hoofdnavigatie li.locator a{
	color: #c00;
}

/*locator op corenav*/
body#services_solutions_hcm ul#corenavigatie li.locator a,
body#services_solutions_epkm ul#corenavigatie li.locator a,
body#services_solutions_dwdss ul#corenavigatie li.locator a,
body#services_solutions_crm ul#corenavigatie li.locator a,
body#services_services ul#corenavigatie li.locator a,
body#services_expertise ul#corenavigatie li.locator a,
body#services_solutions_esoa ul#corenavigatie li.locator a{
	color: #c00;
}
/*_______________________________________ contentnavigatie____________________*/

ul.contentnavigatie {
	background-color: transparent;
	margin: 5px 0 15px 5px;
}

ul.contentnavigatie li {
	position: relative;
	list-style: none;
	font-size: 11px;
	line-height:14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	padding:0 0 5px 10px;
	background: url(img/bullet.gif) no-repeat 0 7px;
	_background: url(img/bullet.gif) no-repeat 0 5px;

}


ul.contentnavigatie li a {
	display:block;
	padding:0 10px 0 0;
	font-size:11px;
	color: #c00;
	/*text-decoration: none;
	font-weight: bold;*/
}

ul.contentnavigatie li a:hover {
	color: #666;
}


/*_______________________________________DIVS INDEX____________________*/
/*_______________________________________div core01____________________*/
div#core01{
	width:420px;
	float:left;
	margin: 20px 20px 20px 35px;
	_margin: 20px 20px 20px 20px;
}

/*div#core01 h2{
	color:#333;
	margin:0 0 5px 30px;
}*/

div#core01 h3{
	color:#036;
	margin:0 0 -3px 0px;
}

body#contact div#core01{
	background: url(img/cronos.jpg) no-repeat 220px 30px;
}

/*_______________________________________div core02____________________*/

div#core02{
	float:left;
	width:220px;
	margin: 23px 0 0 15px;
}

div#core02 h2 a{
	font-size: 9px;
	font-weight:bold;
	color:#333;
}

div#core02 h2 a:hover{
	color:#c00;
}

ul#news{
	margin-top:8px;
}

ul#news li{
	font-size: 10px;
	font-weight:normal;
	font-style:normal;
	line-height:14px;
	color:#333;
	padding-left:15px;
	margin-bottom:10px;
	background: url(img/logo_part02.gif) no-repeat 0 -2px;
}

ul#news li a{
	font-size: 10px;
	font-weight:normal;
	font-style:normal;
	line-height:11px;
	color:#c00;
}

ul#news li em{
	font-size: 9px;
	font-weight:normal;
	font-style:normal;
	line-height:10px;
	color:#333;
}

ul#news li a:hover{
	color:#333;
}

ul#news li p.info{
	font-size: 9px;
	font-weight:bold;
	font-style:normal;
	line-height:10px;
	color:#333;
	margin-top:-5px;
}



/*_______________________________________DIV FOOTER____________________*/
/*_________________________________div footer____________________*/

div#footer{
	width:100%;
	height:45px;
	margin:0 auto 2px;
	float: left;
	background: url(img/footer_bg.gif) no-repeat;
}

div#footer p{
	padding:15px 295px 5px 0;
	text-align: right;
	color: #333;
	font-size: 9px;
	line-height: 13px;
	background:none;
}

div#footer a{
	font-weight: normal;
	color:#c00;
	font-size: 9px;
}

div#footer a:hover{
	font-weight: normal;
	color:#333;
	font-size: 9px;
}

<!-- HACKS IE7-->
<!--[if !lt IE 7]><![IGNORE[<![IGNORE[]]> 

div#wrapper{
	float:left;
	width:100%;
	background: url(img/wrapper_bg.gif) repeat-y;
	margin-top:175px;
}

<![endif]-->


