@charset "utf-8";
body  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #1b3975;
	line-height: 16px;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	background-image: url(../images/bg-big.jpg);
	background-repeat: no-repeat;
	background-position: top center;

}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
  border-width:0px;
}

p	{
	margin: 11px auto;
	}

a	{
  	color: #a8744a;
	text-decoration:none;
}

a:link	{
  	color: #a8744a;	
	text-decoration:none;
}

a:visited {
  	color: #a8744a;
	text-decoration:none;
}

a:hover  {
  	color: #a8744a;	
	text-decoration: underline; 
}

a:active  {
  	color: #a8744a;
	text-decoration:none;
}

.thrColAbsHdr h1 {
	font-size: 15px;
	color: #014ea2;
	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: 0px 0px 8px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight:normal;
}

.thrColAbsHdr h2 {
	font-size: 15px;
	color: #d71921;
	margin: 0;
	padding: 16px 0px 6px 0px;
	font-weight:normal;
}

.thrColAbsHdr h3 {
	font-size: 15px;
	color: #014ea2;
	margin: 0; 
	padding: 0px 0px 18px 0px;
	font-weight:normal;
}

.thrColAbsHdr h4 {
	font-size: 15px;
	color: #014ea2;
	margin: 36px 0px 14px 0px; 
	padding: 0px;
	font-weight:normal;
}

.subkop {
	font-size: 14px;
	color: #014ea2;
	margin: 26px 0px 14px 0px; 
	padding: 0px;
	font-weight:normal;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	
	
	
	
	padding: 0px 0px 0px 0px;
	top: 12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 

.thrColAbsHdr #contentContainer	{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 924px;
	background: url(../images/bg-contentcontainer.jpg) no-repeat bottom;
	margin: 0px;
	padding: 0px;
	

}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	height: 119px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: url(../images/bg-zoek.jpg) right top no-repeat;
	margin-top: 0px;
} 


.thrColAbsHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 203px; /* 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 */
	height:210px;
	padding: 12px 5px 15px 33px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 194px; /* 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 */
	background: #f2f2f2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 10px 10px 16px; /* padding keeps the content of the div away from the edges */
	margin: 0px 15px 0px 0px;
}

.thrColAbsHdr #sidebarVervolg {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* 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 */
	background: #f2f2f2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 10px 10px 16px; /* padding keeps the content of the div away from the edges */
	margin: 4px 15px 0px 15px;
}

.thrColAbsHdr #mainContent { 
	margin: 0px 240px 0px 257px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 12px 20px 0px 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}

.thrColAbsHdr #mainContentVervolg { 
	margin: 4px 0px 0px 257px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 12px 26px 0px 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	
}

.thrColAbsHdr #footer { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	top: 0px;
	width: 924px;
	height: 42px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position:top;
	padding: 0px 0px 0px 32px;
	margin: 12px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	behavior: url("iepngfix.htc")
} 
.thrColAbsHdr #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;
}

.mainnav	{
	background:url(../images/nav/bg-mainnav.gif) repeat-x;
	margin:	0px;
	width: 924px;
	height: 52px;
	
	
}

.zoeken	{
	height: 12px;
	width: 105px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
		
}

.zoekbox , .searchBox {
	position:absolute;
	font-size: 11px;
	width: 120px;
	color: #000000;
	top: 53px;
	left: 805px;
}

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

.quote	{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:regular;
}

.blauwKop	{
	font-size:12px;
	color: #014ea2;
	font-weight:normal;
}

.emailbox	{
	margin: 0px;
	padding: 0px;
}

.mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
width: 892px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font-size:11px;
color: #999999;
list-style-type: none;
margin: 0;
padding: 0;

/*NEWSTICKER*/

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #333333;
text-decoration:none;
margin: 0 50px 0 0;
} 


ul.newsticker a:link {text-decoration:none;color: #333333;}
ul.newsticker a:visited {text-decoration:none;color: #333333;}
ul.newsticker a:hover {text-decoration:underline;color: #333333;}
ul.newsticker a:active {text-decoration:none;color: #333333;}


ul.newsticker span {
margin: 0 10px 0 0;
}

/*Form ADVIEZEN*/
fieldset.regelingen {border: 0px; margin: 0px; padding: 0px; }

.adviezenSelect	{margin: 0px; padding: 0px; }

.adviezenSelect label {font-weight:bold;}

#jaarLabel {
	margin-top: 30px;margin-right:0px;
}

#maandLabel {
	margin-left: 87px;
}

#categorieLabel {
	margin-top: 30px;margin-right:0px;
} 

#regioLabel {
	margin-top: 30px;margin-right:0px;
} 

#jaarSelect {
	width: 60px; 
	margin-top: 25px;
	margin-left: 72px;
}

#maandSelect {
	width:120px; margin-top: 20px; margin-left: 8px;
}

#regioSelect {
	width:150px; margin-top: 20px; margin-left: 61px;
}

#categorieSelect {
	width:150px; margin-top: 20px; margin-left: 34px;
}

#reset	{
	xmargin-left: 52px;}
	
.td	{
	height:25px; vertical-align:top;
}

table#adviezenlijst	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
	float:left;
}

#adviezenlijst p {margin: 0px}


ul	{list-style-position:outside; padding-left:7px; margin-left:7px;
}

/*FORMBUILDER CLASSES*/
.xsformbuilder_simple_textbox, .xsformbuilder_large_textbox {
	width: 275px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc
}

.xsformbuilder_select {
	width: 280px;
}

.xsformbuilder_radio {
  vertical-align: middle; width: 25px; background-color: #FFFFFF; margin-top: 2px
}

.xsformbuilder_radiotext {
  font-family: Verdana; font-size: 12px;
}

.xsformbuilder_checkbox {
  vertical-align: middle;
}

.xsformbuilder_button {color:#000000}

/*NIEUWSOVERZICHT*/
/*.underLinedHeader {
	border-bottom: 0px dotted #b5b5b5; margin-bottom:0px;
}*/

.whitespace {margin: 15px 0px 5px 0px}

.nieuwsoverzicht {margin-bottom: 16px; margin-top:20px;}
.nieuwsoverzicht .datum {color: #000000; font-size: 11px; font-style: italic}
.nieuwstitle {font-size: 13px; xpadding-bottom:15px;}
.datum {color: #d71921; font-size: 11px; font-style: italic; margin-top:5px;}

/*ZOEKEN*/
.btZoeken {
	background-color: #f8f8f8; 
	border: 0px; 
	color:#d71921; 
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left: -4px; 
	margin-top: 0px; 
	cursor: pointer;
}

a.btZoeken:hover	{text-decoration:underline}

/*wie is wie*/
.tdwie0{
	height:25px; 
	width: 42%;
	/*width: 193px;*/
	vertical-align:top;
	padding-right: 8px;
}

.tdwie{
	height:25px; 
	vertical-align:top;
	padding-left: -5px;
}


/* Buttons */
.buttonNormal, .xsformbuilder_button {
	background-color: #FFF;
	color: #0803B7;
	border: 1px solid #a0a0a0;
	font-size: 11px;
	padding: 2px;
}

.buttonHigh, .xsformbuilder_button_high {
	background-color: #f5f5f5;
	color: #0803B7;
	border: 1px solid #CC0000;
	font-size: 11px;
	padding: 2px;
	cursor:pointer;cursor:hand;
}