/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {padding-top:93px; margin-left: 66px;width:960px; height:32px; position:relative; z-index:101;border-right:1px solid #333; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:960px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative; margin-right:19px;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-align:center;font-size:13px;text-decoration:none; color:#fff; width:148px; height:30px; border:1px solid #000; padding-left:0px; line-height:29px; font-weight:bold; background-color: #4b4b4b; margin-right:125px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#4b4b4b 130px center;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#d4d8bd 130px center;}
.menu ul ul :hover > a.drop {background:#d4d8bd  130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#d4d8bd;color:fff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#d4d8bd;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* basics */

*{margin:0; padding:0; list-style:none;  }

body {
	background:#f47102 url(images/background.gif) repeat-x top;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10.5pt;
	margin:20px;
	margin-top: 0px;	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border:1px solid #666;
	
	padding:5px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color : #666;
	text-align:justify;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:underline;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:url(images/containerBG.gif) repeat-y;
	/*color:#333;*/
	color:black;
	overflow: hidden;
	}
	
/* header */

#header {	
  	width: 960px; 
	height:360px;
  	
	}
	

#search {
height:30px;
float:right;
margin-right: 50px;
}

#nieuwsknop {


background:url(images/bnieuws.gif) no-repeat;
width:65px;
height:30px;
}

#rssknop {


background:url(images/brss.gif) no-repeat;

width:57px;
height:27px;

}


#loginknop {


background:url(images/blogin.gif) no-repeat;

width:53px;
height:27px;

}

/* main menu */

/* PBConsultancy 2011-03 		*/
/* Costs Reduction Calculator 	*/
/* Latest News Widget 			*/
#respond
{
	width:100%;
	float:left;
}

/* Widget Bar */
ul#widgetBar
{
	width:191px;
	list-style-type:none;
	margin:0px;
	float:left;
/*	margin-left:14px;*/
	margin-left:34px;
}


/* News Teaser */
ul#newsTeaser, ul#cCalc
{
	width:175px;
	height:auto;
	padding:8px;
	background-color:#E6E6E6;
	float:left;
	margin-bottom:40px;
	
}

ul#newsTeaser #calcHeader
{
	border-top:1px solid #F47102;
	border-bottom:1px solid #F47102;
	width:175px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
}

ul#newsTeaser #calcHeader a
{
	text-decoration:none;
	font-size:13px;
}

ul#newsTeaser #title p
{
	width:175px;
	height:20px;	
	color:#333333;
	font-size:12px;
	font-weight:bold;	
}


ul#newsTeaser li:nth-child(2) a
{
	font-size:12px;	
	text-decoration:none;
}


ul#newsTeaser li:nth-child(3)
{
	width:175px;
	padding:2px 0px 0px 0px;
	height:auto;	
	line-height:18px;
	text-align:justify;
}

ul#newsTeaser #excerpt
{
	width:175px;
	padding:2px 0px 0px 0px;
	height:auto;	
	line-height:18px;
	text-align:left;
}

ul#newsTeaser li:nth-child(4)
{
	width:175px;
	height:auto;	
	text-align:justify;
}

#newsTeaser p, #newsTeaser a
{
	font-size:11px;
	padding:0px;
	margin:0px;
}

/* Costs Reduction Calculator */
ul#cCalc li
{
	width:175px;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-bottom:5px;
}

ul#cCalc li:nth-child(1)
{
	margin-bottom:3px;
}

ul#cCalc li:nth-child(1) p
{
	font-size:12px;
}

ul#cCalc .reductionItem
{
	width:175px;
	text-align:left;
	margin-bottom:3px;
	float:left;
	
}


ul#cCalc .reductionItem p
{	
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#4B4B4B;
}

ul#cCalc li .usage
{	
	width:86px;
	float:left;
	font-size:9px;	
	height:10px;
	text-align:left;
}

ul#cCalc li .usageInput
{
	width:86px;	
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}


ul#cCalc li .euroIcon
{
	width:86px;
	height:23px;
	background-image:url(images/euroIcon.png);
	background-repeat:no-repeat;
	text-align:right;
}

ul#cCalc li .costInput
{
	width:50px;	
	margin-left:15px;
	float:left;	
	height:20px;
	text-align:right;
	border: 1px solid black;
}

ul#cCalc li .euroIcon p
{
	margin-left:15px;
	color:#F47102;
	font-size:16px;
	font-weight:bold;
	padding-top:1px;
}

ul#cCalc #totalReduction
{	
	border-top:1px solid black;
	width:175px;
	height:40px;
	float:left;
}

ul#cCalc #tReductionOne
{
	margin-top:5px;
	width:86px;
	height:30px;
	float:left;
	font-size:11px;
	font-weight:bold;
}

ul#cCalc #tReductionTwo
{
	margin-top:5px;
	width:86px;
	height:30px;
	float:left;
	font-size:11px;
	font-weight:bold;
}

ul#cCalc #agree
{
	width:163px;
	height:10px;
	font-size:9px;
	float:left;
}

ul#cCalc #inputAgree
{
	width:10px;
	height:10px;
	float:left;
}

ul#cCalc .contact
{
	margin-top:8px;
	cursor:pointer;
	display:none;
	float:left;
}
ul#cCalc .contact a
{
	font-size:13px;	
	text-decoration:none;
	color:#F47102;
	font-weight:bold;
}

#submitCalc
{
	margin-top:8px;
	font-size:12px;
	width:168px;
	height:30px;
	float:left;
	border:1px solid black;
	color:#F47102;
	background-color:white;
	cursor:pointer;
}
/* content */


#content {
	float:right;	
	width:655px; /*nieuw oud is 635 */
	overflow: hidden;
	/*margin:0px 0px 25px 25px;*/
	margin:0px;
	margin-top: 25px;
	
}

#editPost
{
	width:100%;
	height:auto;
	float:left;;
}

.post {
	margin:0;
	padding:0;
	line-height: 23px;
	font-size: 14px;
	text-align: justify;
	width:420px;
	float:left;
}


	
.post h2{
	font:normal 15pt;
	text-align:left;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.clientcontent p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	width:180px;
	float:left;
	margin:0;
	padding: 0;
padding-top: 0px;
	padding-left: 54px;
	}

#sidebar h2{
	font:normal 14pt arial, georgia, times;
	
	margin: 0;
	padding: 0;
}

#sidebar h2 a{color: #333;	}


#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
padding-left: 0px;
	line-height: 14pt;

	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;

}

#sidebar ul ul li {
padding-left: 0px;
	}

#sidebar ul ul ul{
	margin: 6px 0;
	padding: 0;

padding-left: 15px;
}

#sidebar ul ul ul li{
	padding: 4 0 4 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{

	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin: 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#wpcf_msg
{
	width:275px;
	height:100px;
	float:left;
}


/* footer */

#footer {
	background: url(images/bottom.gif) no-repeat bottom;
	height: 142px;
	clear: both;
	width: 100%;
	
	}
	
#footer p{padding:84px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #000;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* landing */

#banner
{
	width:100%;height:220px;float:left;background-color:white;margin:-28px 0 0 0;
}

#logo
{
	width:950px;height:88px;margin:50px 0 0 0;background-image:url(images/logo.png);
}
#buttonsWrapper
{
	width:950px;margin:20px 0 0 0;
}

.buttonOne, .buttonTwo, .buttonThree, .buttonFour 
{
	cursor:pointer;
	background-image:url(images/btnUp.png);
	background-repeat:repeat-x;
	color:white;
	padding:7px 0 0 0;	
	width:200px;
	height:31px;
	float:left;
	text-align:center;
	font-size:20px;	
}

.buttonOne
{
	margin:0 50px 0 0;
}

.buttonTwo
{
	margin:0 50px 0 0;
}

.buttonThree
{
	margin:0 50px 0 0;
}

.buttonOne:hover, .buttonTwo:hover, .buttonThree:hover, .buttonFour:hover
{
	background-image:url(images/btnHover.png);
}

.buttonOne:active, .buttonTwo:active, .buttonThree:active, .buttonFour:active
{
	background-image:url(images/btnDown.png);
}

/* 31/10/2011  Sub Menu*/
#sidebar ul ul ul#submenu
{
	width:156px;
	height:170px;
	float:left;
	padding:0;
	margin:-8px 0 0 0;
	list-style-type:none;
	text-align:left;
}

#sidebar ul ul ul#submenu li
{
	width:156px;
	float:left;
	padding:3px 0 5px 0;
	margin:0;
	list-style-type:none;
	text-align:left;
	border-bottom:1px solid #ff6600;
}

#sidebar ul ul ul#submenu li a
{
	font-size:10.5pt;
	
}


