body  {
	font				: 100% Verdana, arial, helvetica, sans-serif;
	background			: #fff url(../media/site_background.gif) repeat-y top center;
	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 */
	color				: #000000;
}

#container { 
	width				: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background			: #fff;
	margin				: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align			: left; /* this overrides the text-align: center on the body element. */
}

#headerspacer {
	width				: 196px;
	height				: 10px;
	background			: #bdb1a1;
}

#header { 
	background			: #333333;
	height				: 110px;
	padding				: 10px 0 0 20px; /* 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. */
	margin-bottom		: 8px;
} 

#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 */
}

#clientresearch {
	/*display				: none;*/
	margin-top			: -37px;
	text-align			: right;
	margin-right		: 50px;
	margin-bottom		: 21px;
	z-index				: 5;
}

#clientresearch a {
	color				: #2b2b2b;
	text-decoration		: none;
	font-family			: Verdana, arial, helvetica, sans-serif;
	font-size			: 12px;
}

#menu {
	float				: left; /* since this element is floated, a width must be given */
	width				: 196px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding				: 8px 0 8px 0;
}

#content { 
	margin				: 0 0 0 230px; /* the left margin on this div element creates the column down the left 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				: 20px 35px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#footer { 
	padding				: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background			: #333;
	color				: #fff;
}

#footer-content {
	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 */
	font-size			: 12px;
	text-align			: center;
}

#footer-content a {
	color				: #fff;
	text-decoration		: none;
	font-size			: 12px;
}

#disclaimer, #disclaimer a {
	color				: #999999;
	font-size			: 9px;
	text-align			: center;
	text-decoration		: none;
	padding				: 5px 0 5px 0;
}
#disclaimer a:hover {
	color				: #000000;
	text-decoration		: underline;
}

.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;
}

#main_news {
	float				: left; 
	width				: 225px;
	padding-right		: 25px;
	height				: 500px;
	/*border:1px solid green;*/
}

#main_home {
	
}

div.newsItem {
	margin-top			: 5px;
	font-size			: 11px;
	line-height			: 16px;
	width				: 500px;
}


#content p, a {
	font-size			: 11px;
	line-height			: 16px;
}
#content p.bodytext {
	/*
	padding-top			: 0;
	margin-top			: 4px;
	*/
	padding				: 0 0 0 0;
	margin				: 0 0 5px 0;
}

#content ol {
	font-size			: 11px;
	line-height			: 16px;
}	
#content ol li {
	padding-bottom		: 5px;
}
#content ul li p {
	padding				: 0;
	margin				: 0;
}

.csc-header h1.csc-firstHeader {
	font-size			: 20px;
	font-weight			: normal;
}
.csc-header h1 {
	font-size			: 12px;
	padding				: 15px 0 4px 0;
	margin				: 0;
}

.newsItem a, .newsSingleItem a, .newsList a {
	text-decoration			: none;
	color					: #8c8c8c;

}
.newsItem a:hover, .newsSingleItem a:hover, .newsList a:hover {
	text-decoration			: underline;
	color					: #000000;
}

img.newsImage {
	margin-top				: 20px;
	border					: 0;
	width					: 600px;
}

.newsSingleItem .newsItem {
	font-size			: 11px;
	border:1px solid green;
}
.newsItem h2 {
	font-size			: 16px;
	margin-top:8px;
}

/* Client tevredenheidsonderzoek - start */
div.survey_item h1 {
	font-size			: 13px;
	font-weight			: bold;
	padding				: 0;
	margin				: 0 0 0 0;
}
.question {
	font-size			: 11px;
	color				: #000000;
	margin-bottom		: 8px;
	font-weight			: normal;
}
.questionNumber {	
	font-size			: 11px;
	font-weight			: bold;
	margin-right		: 5px;
}
td.answerstext {
	font-size			: 10px;
}
/*


fieldset.survey_item {
	margin-bottom		: 20px;
	width				: 640px;
}
td.columnNext {
	font-size			: 11px;
	width				: 20%;
	color				: #8c8c8c;
}

div.survey_item {
	padding				: 5px;
	margin-bottom		: 8px;
}

div.survey_item table.matrix {
	width				: 600px;
}
*/

/* Client tevredenheidsonderzoek - end */

/* MENU */
#menulist ul {
	margin				: 0;
	padding				: 0;
	list-style			: none;
	width				: 196px;
	padding-bottom		: 8px; 
}

#menulist ul li {
	position			: relative;
	/*width				: 120px;*/
	display				: block;
}

#menulist ul li a {
	font-family			: Verdana, arial, helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	text-transform		: uppercase;
	display				: block;
	text-decoration		: none;
	color				: #fff;
	background			: #bdb1a1 url("../media/arrowright_menu_1.gif") no-repeat 170px;
	padding				: 15px 40px 15px 28px;
	border-top			: 1px solid #867a6a;
	border-bottom		: 1px solid #d8ccbc;
	
	/*width				: 196px;*/
}

#menulist ul li.menu-level1-current-active a {
	color				: #fff;
	background			: #bdb1a1 url("../media/arrowright_menu_1.gif") no-repeat 170px;
	text-align			: right;
	display				: block;	
}

#menulist ul li a:hover {
	color				: #444;
	background			: #bdb1a1 url("../media/arrowright_menu_2.gif") no-repeat 170px;
	text-align			: right;
	display				: block;			
}

