/*
html,body {
	margin: 0;
	padding: 0;
	color: #565656;
	background: url(../img/bg.jpg) #fff;
	background-repeat: repeat-x;
	text-align: center;
}
*/

html,body {
	margin: 0;
	padding: 0;
	color: #565656;
	background: url(../img/bg.jpg) #fff;
	background-repeat: repeat-x;
	text-align: center; /* for IE */
}

#farobg {
	position: absolute;
	background:url(../img/bg_faro.jpg);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0 0 0 50%;
	height:395px;
	width:50%;
}

*{
	margin:0 auto; /* for the rest */
	padding:0;
}

#clear {
	clear: both;
}

#container{
	width: 922px;
	left: 50%;
	position: absolute;
	margin: 0 0 0 -460px;
	text-align: left; /* reset text alignment */
}

#shadowLeft {
	left: 0;
	top: 266px;
	width: 11px;
	height: 535px;
	background: url(../img/shadow_left.jpg);
	position: absolute;
}

#shadowRight {
	left: 911px;
	top: 266px;
	width: 11px;
	height: 535px;
	background: url(../img/shadow_right.jpg);
	position: absolute;
}

#logo {
	left: 36px;
	top: 39px;
	width: 249px;
	height: 48px;
	background: url(../img/logo_orchestri.gif);
	position: absolute;
}

#logo_faro {
	left: 84px;
	top: 20px;
	width: 155px;
	height: 71px;
	background: url(../img/logo_faro.gif);
	position: absolute;
}

#baseline {
	left: 11px;
	top: 109px;
	width: 304px;
	height: 156px;
	background: url(../img/baseline.jpg);
	position: absolute;
}

#baseline_kenniscentrum {
	left: 11px;
	top: 109px;
	width: 304px;
	height: 156px;
	background: url(../img/baseline_kenniscentrum.jpg);
	position: absolute;
}

#baseline_onderzoek {
	left: 11px;
	top: 109px;
	width: 304px;
	height: 156px;
	background: url(../img/baseline_onderzoek.jpg);
	position: absolute;
}

#baseline_strategisch {
	left: 11px;
	top: 109px;
	width: 304px;
	height: 156px;
	background: url(../img/baseline_strategisch.jpg);
	position: absolute;
}

#baseline_mensenProcessen {
	left: 11px;
	top: 109px;
	width: 304px;
	height: 156px;
	background: url(../img/baseline_mensenProcessen.jpg);
	position: absolute;
}

#baseline_faro {
	left: 11px;
	top: 109px;
	width: 304px;
	height: 156px;
	background: url(../img/baseline_faro.jpg);
	position: absolute;
}

#picholder {
	left: 315px;
	top: 109px;
	width: 596px;
	height: 156px;
	background: #fff;
	text-align: center; /* for IE */
	position: absolute;
}

#purpleLine {
	left: 11px;
	top: 266px;
	width: 899px;
	height: 5px;
	background: #62296d;
	position: absolute;
}

#greenLine {
	left: 11px;
	top: 266px;
	width: 899px;
	height: 5px;
	background: #007181;
	position: absolute;
}
#functional {
	float: right;
	margin-right: 19px;
	margin-top: 8px;
	text-align: right;
	top: 0px;
	width: 500px;
	height: 24px;
	position: relative;
}

#navbar {
	left: 314px;
	top: 80px;
	width: 597px;
	height: 28px;
	/*background: #1eff00;*/
	position: absolute;
}

#navbar img {
	float: left;
	padding-left: 1px;
}

#colWrapper {
	position: absolute;
	width: 900px;
	height: auto;
	left: 11px;
	top: 271px;
	display: block;
	clear: both;
	text-align: center;
	background: #fff;
}

#colLeft {
	position: relative;
	width: 305px;
	float: left;
	/*background: #1eff00;*/
	text-align: left;
	padding-top: 15px;
}

#colRight {
	position: relative;
	width: 595px;
	float: right;
	/*background: #1e11ee;*/
	text-align: left;
	padding-top: 15px;
}

#history {
	margin-top: 6px;
}

#title {
	margin-top: 4px;
}

#content {
	position: relative;
	width: 560px;
	float: left;
	text-align: left;
	background: #fff;
}

#boxtitle {
	float: left;
}

#box {
	position: relative;
	width: 563px;
	background: #fff;
	border: 1px solid #62296d;
	float: left;
	text-align: center;
	clear: both;
}

#boxContent {
	position: relative;
	width: 527px;
	background: #fff;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	clear: both;
}

#ecm_loop {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#ecm_loop2 {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#list {
	margin-left: 30px;
	width: 480px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
}


#logos {
	margin-top: 15px;
}

#footer p {
	padding: 0.3em 5px;
	color: #d2d2d2;
	font-family: verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}

#footer a {
	color: #d2d2d2;
	text-decoration: none;
}

#footer a:hover {
	color: #d2d2d2;
	text-decoration: underline;
}

#footer {
	clear: both;
	display: block;
	width: 840px;
	border-top: 1px solid #e7e7e7;
	text-align: left;
}

#footerLeft {
	float: left;
}

#footerRight {
	float: right;
}

/**************************** SUBNAVIGATION ************************/

#subnavigation {
	position: relative;
	float: left;
	width: 250px;
	text-align: left;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#subnav_top {
	width: 250px;
	height: 29px;
	background: url(../img/subnav_top.gif);
}

#subnav_body {
	padding-top: 6px;
	width: 250px;
	background: url(../img/subnav_bg.gif);
}

#subnav_bottom {
	width: 250px;
	height: 25px;
	background: url(../img/subnav_bottom.gif);
	background-repeat: repeat-y;
}

#subnav_bt {
	width: 232px;
	height: 24px;
	background: url(../img/subnav_bt_off.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subnav_bt_on {
	width: 232px;
	height: 24px;
	background: url(../img/subnav_bt_on.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subnav_bt2 {
	width: 232px;
	height: 40px;
	background: url(../img/subnav_bt2_off.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subnav_bt2_on {
	width: 232px;
	height: 40px;
	background: url(../img/subnav_bt2_on.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}



.top {background: url(../img/dot.gif) 0 0 repeat-x; width: 100%}
.bottom {background: url(../img/dot.gif) 0 100% repeat-x}
.left {background: url(../img/dot.gif) 0 0 repeat-y}
.right {background: url(../img/dot.gif) 100% 0 repeat-y}
.bl {background: url(../img/boxCornerBottomLeft.gif) 0 100% no-repeat}
.br {background: url(../img/boxCornerBottomRight.gif) 100% 100% no-repeat}
.tl {background: url(../img/boxCornerTopLeft.gif) 0 0 no-repeat}
.tr {background: url(../img/boxCornerTopRight.gif) 100% 0 no-repeat; padding:10px}


#case {
	width: 560px;
	clear: both;
	text-align: left;
}

#caseLeft {
	width: 100px;
	float: left;
}

#caseRight {
	width: 450px;
	float: right;
}

#caselink {
	line-height: 26px;
	background-color: #f9f9f9;
}

#partner {
	width: 560px;
	clear: both;
	text-align: left;
}

#partnerLeft {
	width: 100px;
	float: left;
}

#partnerRight {
	width: 450px;
	float: right;
}



