/*
Ontwerp en uitvoering: Redbike Multimedia - Den Haag
  © 2007
Author: Ramon Vroegop
contaie

/*****************

Kleuren:

Tab blauw licht (eertse): color="#008cd6"
	lichtere variant: color="#cce8f8" 
Tab blauw middel (tweede): color="#1c6cab"
	lichtere variant: color="#cce3f1" 
Tab blauw donker (derde): color="#01467d"
	lichtere variant: color="#cddbe7" 
Tab geselecteerd: color="#102b62"	

Blauw achtergrond rechts fond: color="#eaf4fc"
Blauw logokleur: color="#008cd6"
Lichter blauw: color="#76bee7"

Paars: color="#cc0070"
Groen: color="#91a703"
Oranje: color="#ff761d"

Grijs klein logo: color="#afafaf"
Grijs stippellijn: color="#4b4b4b"
Grijs teksten: color="#8b8b8c"


*****************/


@charset "UTF-8";
body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixRtHdr #container {
	border: 1px dotted #999;
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #containerpages {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #999;
/*
	background-image: url(../_img/paardenbloem.gif);
	background-position: 530px bottom;
	background-repeat: no-repeat;
*/
}
.twoColFixRtHdr #headerimg {
	background-color: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 235px;
/*
	background-image:url('../_img_v2/header_img.jpg');
	background-repeat:no-repeat;
*/
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #kollom1,.twoColFixRtHdr #kollom2  {
	float: left; /* since this element is floated, a width must be given */
	width: 291px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin:15px 10px; 
/*
	border-left: 1px dotted #4b4b4b;
*/
}

.twoColFixRtHdr #kollom3  {
	float: left; /* since this element is floated, a width must be given */
	width: 254px; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height:790px;
	padding: 0 0 0 30px;
	margin:15px 0 0 10px; 
	border-left: 1px dotted #999;
}


.twoColFixRtHdr #sidebar_pages {
	font-size: 11px;
	float: right; /* since this element is floated, a width must be given */
	width: 314px !important; 
	width/**/: 249px; 
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
/*	border-left: 1px dotted #4b4b4b;*/
/*	border-right: 1px dotted #4b4b4b;*/
}
#sidebar_pages ul {border:0;margin:0px 30px;padding:2px 0px 30px 0px;list-style-type:none;text-align:left}
#sidebar_pages ul li {text-align:left;padding:5px 0px;margin:0;line-height:16px;color:#008CD6; border-bottom:1px dotted #69bbe7;}
#sidebar_pages ul li:first-child {border-top:1px solid #a7d7f1;}
#sidebar_pages ul li a {
	color:#008CD6;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:22px;
	margin: 10px 0;
	text-decoration:none;
}




.twoColFixRtHdr #sidebar_consulting {
	float: right; /* since this element is floated, a width must be given */
	width: 314px !important; 
	width/**/: 249px; 
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
/*	border-left: 1px dotted #4b4b4b;*/
/*	border-right: 1px dotted #4b4b4b;*/
}
.twoColFixRtHdr #sidebar_interim {
	float: right; /* since this element is floated, a width must be given */
	width: 314px !important; 
	width/**/: 249px; 
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
/*	border-left: 1px dotted #4b4b4b;*/
/*	border-right: 1px dotted #4b4b4b;*/
}
.twoColFixRtHdr #sidebar_realisatie {
	float: right; /* since this element is floated, a width must be given */
	width: 254px !important; 
	width/**/: 249px; 
	padding: 15px 30px 15px 30px;
	margin: 0px 0px 0px 0px;
/*	border-left: 1px dotted #4b4b4b;*/
/*	border-right: 1px dotted #4b4b4b;*/
}
.twoColFixRtHdr #mainContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 35px;
	background-image:url('../_img/_algemeen/dots.gif');
	background-position: 655px 0px;
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #home {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/* 	height:250px; */
}
.twoColFixRtHdr #mainContentcontainer {
	width:585px !important;
	width/**/:525px;
/*	border-right: 1px dotted #4b4b4b;*/
	padding-right:35px;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #subcontainer {
	width: 970px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 305px; /*was 300px; */
	padding: 0;
	background: #fff;
/*
	border-top: 1px dotted #4b4b4b;
*/
	margin:0px 0;
	background-image:url('../_img/_algemeen/dots_hor.gif');
	background-position: 0px 0px;
	background-repeat:repeat-x;

}
.twoColFixRtHdr #dna {
	float: left; /* since this element is floated, a width must be given */
	width: 475px !important;
	padding:32px 0px 0px 10px;
	margin: 13px 0 0 0;
	background-image:url('../../user_upload/home/plaatjes/home_werkwijze2.gif');
	background-position: 0px 7px;
	background-repeat:no-repeat;
}
.twoColFixRtHdr #dna .csc-textpic-text {
margin:0 10px 0 0;
height:75px !important;

}
.twoColFixRtHdr #dna ul {
margin:0px;
padding;0px;

}


.twoColFixRtHdr #nieuws {
	float: left; /* since this element is floated, a width must be given */
	width: 424px; /* the background color will be displayed for the length of the content in the column, but no further */
 	margin:20px 0px;
	padding:0px 0px 0px 30px;
/*
	border-left: 1px dotted #4b4b4b;
*/
	background: #fff;
	background-image:url('../_img/_algemeen/dots.gif');
	background-position: 0px 0px;
	background-repeat:repeat-y;

}

.twoColFixRtHdr #nieuws .news-latest-container img {
margin:0 0 10px 0 !important;
}
.twoColFixRtHdr #nieuws .bodytext {
margin-bottom:0px;
}

#werken_bij{
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
  
	padding:10px 10px 15px 00px;	
  
}
#kijkje_achter{
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
 	margin-right:10px;
	padding:10px 0px 15px 30px;

}
#werken_bij p{
line-height:18px;
font-size:10px;
}

.twoColFixRtHdr #subcontainer2 {
	width: 970px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 300px;
	padding: 0px 0px;
	background: #fff;
/*
	border-top: 1px dotted #4b4b4b;
*/
	margin:0px 0;
	background-image:url('../_img/_algemeen/dots_hor.gif');
	background-position: 0px 0px;
	background-repeat:repeat-x;

}

.twoColFixRtHdr #werken {
		float: left; /* since this element is floated, a width must be given */
		clear:left;
		width: 445px; /* the background color will be displayed for the length of the content in the column, but no further */
 
		padding:0px 20px;
		margin: 20px 0;
		background: #fff;
	}
.twoColFixRtHdr #kijkje {
	float: left; /* since this element is floated, a width must be given */
	width: 440px; /* the background color will be displayed for the length of the content in the column, but no further */
 	height: 236px;
	padding: 0px 20px;
	margin: 20px 0px;
/*
	border-left: 1px dotted #4b4b4b;
*/
	background: #fff;
	background-image:url('../_img/_algemeen/dots.gif');
	background-position: 0px 0px;
	background-repeat:repeat-y;

}
img{
border:0px;
}

#flashmenu {
	height: 40px;

}

#menu-homepage {
	background-color: #666;
	height: 40px;
}
.knop_consulting{
	height:40px;
	width: 102px;
	margin-left: 30px;
	float: left;
}
#knop_consulting-img a {
	width:102px;
	height:40px;
	background: url(../_img_v2/knopcons.gif) 0 0;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
/* 	float:left; */
}
#knop_consulting-img a:hover { 
	background-position: 0 40px;
}
.knop_iens{
	height:40px;
	margin-left:30px;
	width:158px;
	float: left;
}
#knop_iens-img a {
	width:158px;
	height:40px;
	background: url(../_img_v2/knopiens.gif) 0 0;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
/* 	float:left; */
}
.knop_zwind{
	height:40px;
	margin-left:30px;
	width:55px;
	float: left;
}
#knop_zwind-img a {
	width:55px;
	height:40px;
	background: url(../_img_v2/knopzwind.gif) 0 0;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
/* 	float:left; */
}
#knop_zwind-img a:hover, 
#knop_iens-img a:hover { 
	background-position: 0 40px;
}

/*************************************************
*
* MENU boven
*
*************************************************/
#homeknop{
	float: left;
	position: relative;
	margin: 11px 0 0 21px;
}

#menu_boven {
	font-family: arial,helvetica,sans-serif;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height:40px;
	background-color:#008cd6;
	}
#menu_boven ul {border:0;margin:0;padding:14px 0px 0px 48px;list-style-type:none;text-align:center}
#menu_boven ul li {display:block;float:left;text-align:center;padding:0;margin:0}
#menu_boven ul li a {
/*	width:70px; 
	height:18px;*/
	padding-left: 5px;
	padding-right:5px;
	margin:0;
	color:#000;
	text-decoration:none;
	display:block;
	text-align:center;
	font-size:9px;
	text-transform: uppercase;
	letter-spacing:1px;
}

#menu_boven ul li a:hover {
	color:#102b62;
	text-decoration:none;
	position: relative;
}

#menu_boven ul li a {
	color: #fff;
}
#menu_boven #menu_bovenli #menu_menu_boven a{
	color: #01467d;
}

#nieuws .csc-textpic-imagewrap {
	margin:0px 0px 20px 0px;
}
/*****************************************************************************
*
*   Downloads
*
*****************************************************************************/

.csc-uploads-fileName{
width:100%;
background:#EAF4FD ;
}
 .csc-uploads{
 width:100%;
 margin:5px 0px 20px 0px;
 
 }

.csc-uploads-fileName p {
margin:0px 5px 3px 20px;
color:#5E5E5E;
}
.csc-uploads-fileName p a {
	background:#EAF4FD url('../_img/knop_download.gif') scroll no-repeat center right;
	padding-right:30px;
	margin:0px 0px;
	color:#000000;
	text-decoration:none;
}
.csc-uploads-fileName p a:hover {
	background:#EAF4FD url('../_img/knop_download_over.gif') scroll no-repeat center right;
}
.consulting_knop{
float:left;
clear:none;
margin-top:220px;
margin-left:20px;
width:290px;
height:130px;
}

.realisatie_knop{
float:left;
clear:none;
margin-top:220px;
margin-left:20px;
width:290px;
height:130px;
}
.management_knop{
float:left;
clear:none;
margin-top:220px;
margin-left:10px;
width:290px;
height:130px;
}


/****************************************
*
*	projecten
*
****************************************/
.tx-projecten-pi1{
margin-top:30px;

}
.tx-projecten-pi1-listrow{
/* 	height:110px; */
/* 	background:#EAF4FD; */
	padding:0;
	line-height:12px !important;
	margin:0 0 10px 0;
	border-bottom:1px dotted #363636;
}

.alle_projecten{
color:#000000;
text-decoration:none;
display:inline;
}

.tx-projecten-pi1-listrowField-opdrachtgever{
	color:#1C6CAB;
	font-size:10px;
	text-decoration:none; 
	font-weight:900;
}

.tx-projecten-pi1-listrowField-opdrachtgever span{
font-weight:normal;
}
.tx-projecten-pi1 a {
	font-size:12px;
	line-height: 16px;
	color: #008CD6;
	font-weight: normal;
	text-decoration: none;
}
.tx-projecten-pi1 a:hover{
	color: #666;
	text-decoration: underline;
}
#mainContent .tx-projecten-pi1-listrowField-title, #mainContent .tx-projecten-pi1-listrowField-opdrachtgever {
	margin: 0;

}

#mainContent .tx-projecten-pi1-listrowField-title a{
	color:#008CD6;
	font-size:12px;
	text-decoration:none;
}

#mainContent .tx-projecten-pi1-listrowField-title a:hover{
	text-decoration:underline;
	color:#008CD6;
}

#mainContent div.csc-textpic-clear {
clear:none;
}

#mainContent div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
clear:none;
float:left;
}
#zoeksmall {
	float: right;
	height: 25px;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
#zoeksmall .tx-indexedsearch-searchbox-sword{
	float:left;
	width:100px;
	clear:none;
	border: 0px solid #000000;
	margin-bottom:1px;
	margin-top:0px;
	height:17px;
	font-size:10px;
}


/* STANDAARD STYLING ALLE VERVOLGPAGINA'S */

#mainContent h5 {
	color:black;
	font-family:arial,helvetica,sans-serif;
	font-size:21px;
	font-weight: normal;
	line-height:24px;
	margin: 14px 0;
}

#mainContent p, .tx-projecten-pi1-singleView {
	color:#6E6666;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:20px;
	margin: 0 0 10px 0;
}

#mainContent p a{
	color:#008CD6;
	font-weight:normal;
	line-height:20px;
	margin:0;
	text-decoration:underline;
}
#mainContent p a:hover{
	color: #666;
}
#mainContent ol {
	padding: 0px 12px;
	margin: 0px;
}
#mainContent ul {
	padding: 0px 12px;
	margin: 0px;
}
#mainContent li {
	color:#666;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:20px;
	margin: 0px 0;
}
#mainContent li a{
	font-weight:bold;
	color: #008CD6;
}
#mainContent li a:hover{
	font-weight:bold;
	color: #666;
}

.rss_link {
	background-image: url('../_img_v2/rss_icon.png');
	background-position: 7px 0px;
	background-repeat: no-repeat;
	height: 13px;
}

#menu_boven ul li.rss_link a {
	padding-left: 25px;
}