body  {
	
	background:#274c96 url(bgshadow.gif) repeat-y scroll center center;
	background-attachment: fixed;
	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;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
}

a:link { color:#274c96;
text-decoration:none;
 }

a:active { color:#274c96;
text-decoration:none;
 }

a:hover { text-decoration:underline; }

a:visited { color:#274c96;
text-decoration:none;
 }



.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f8f8f8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	
} 
.twoColFixLtHdr #header {
	background: #f8f8f8;
	height: 65px;
	padding: 0 10px 0 10px;  /* 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. */
	background-image: url(header109.jpg);
	background-repeat: no-repeat;
	clear: both;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the lastlement 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 */
}


	




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 10px 5px;
	background: #f8f8f8;

}






.twoColFixLtHdr #mainContent {
	background-color:#FFFFFF;
	margin: 0 0 0 0; /* 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. */
	overflow: auto;
	padding: 10px  0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 780px;
} 

.twoColFixLtHdr #catbotfaq {
	background-color:#FFFFFF;
		padding: 10px  0 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixLtHdr #footer {
	font-family: Helvetica, sans-serif;
	width: 1000px;
	height: 40px;
	padding: 0 0 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #f8f8f8;
	margin:0 0 0 0;
	font-size:11px;
	text-align:left;
	background-image: url(footerbg.jpg);
	padding-top: 0px;
	background-repeat: no-repeat;
	
}
 
.twoColFixLtHdr #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: 0 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;
}





.eventstinycal2
{
	/*overflow:auto;*/
	font-size:12px;
	width:90%; /* Controls width of callendar - can be set to fixed width or a percentage relative to the container using a table or div as the container. */
	padding:1px;
	margin:0px;
	border:1px solid #D8D9DA;
	color: #000000;


}
.eventstinycal2 #tinycal_date
{
	text-align:center;
	font-size:10px;
	color:#000000;
}

.eventstinycal2 #tinycal
{
	/*Defines the display of the event/RR calendar*/
	color:#000000;
	font-family: Helvetica, sans-serif;
	font-size:9px;
	padding:1px;
	text-align:center;
	vertical-align:top;

	background-color:transparent;
	border-collapse:collapse;
	width:180px;

}
.eventstinycal2 #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	color:#800040;
	background-color:#f0f0f0;
	font-weight:bold;
	font-size:9px;
	cursor:pointer;
}
.eventstinycal2 #tinycal_weekday
{
color: #ffffff;	
background-color:#274c96;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:9px;
	
}
.eventstinycal2 #tinycal_day
{
	/*Defines the display of blank day cells.*/
	color:#000000;
	background-color:#ffffff;
	padding:1px;
	vertical-align:top;
	border:1px solid #2d6161;
}
.eventstinycal2 #tinycal_current_day
{
	/*Defines the display of blank day cells.*/
	color:#800040;
	background-color:#cfffff;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal2 #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:black;
	border:1px solid #000000;
}



.LeftnavHeader {
	font-weight:bold;
	color:#000000;
	font-size:1em;
	
	margin-top:2px;
	letter-spacing:1px;
}

.styleW  {
	font-weight:bold;
	color:#FFCC00;
	font-size:0.8em;
	margin-top:2px;
	letter-spacing:1px;
	border-bottom:1px dashed #5E5D5D;
}


.headerNav {
	padding:0;
	margin:0 0 0 0;
	font-size:0.75em;
	text-align:right;
	letter-spacing:1px;
	color: #000000;
	font-weight: bold;
}

.headerNav li {list-style:none;padding:0 2px 2px 2px;display:inline; }

.headerNav li a:link, .headerNav li a:active, .headerNav li a:visited {color:#333333;text-decoration:none;padding:0;margin:0;}

.headerNav li a:hover {
	color:#000000;
	text-decoration:underline;
}

#hmenu {
	width:1000px;
	height: 46px;
	top:0;
	left:150px;
	padding: 0 0 0 0;  /* 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. */
	background-image: url(hmenu2.jpg);
	background-repeat: no-repeat;
	list-style:none;

	line-height:40px;
	color:#fff;
	font-weight: bold;
	} 




#hmenu ul { font-size:13px;
	line-height:40px;
	color:#fff;
	font-weight: bold; padding:0; margin:0; list-style:none;}
#hmenu ul li {
	float:left;
	font-size:13px;
	line-height:40px;
	color:#fff;
	font-weight: bolder;
}
#hmenu ul li a {font-size:13px; line-height:40px; color:#fff; text-decoration:none; padding:0 10px; font-weight:bold;}
#hmenu ul li a:hover {font-size:13px; line-height:40px;color:#335;text-decoration:none; padding:0 10px; font-weight:bold;}
#hmenu ul li a.chosen {font-size:13px; line-height:40px;color:#000;text-decoration:none; padding:0 10px; font-weight:bold;}



.footerlinks a:link, .footerlinks a:active, .footerlinks a:visited {color:#f8f8f8;text-decoration:none;padding:0;margin:0;}

.footerlinks a:hover {
	color:#f8f8f8;
	text-decoration:underline;
	
}

.leftCol {
	padding:0;
	margin:0px;
	font-size:0.8em;
}

.leftCol li {
	list-style:none;
	padding:2px;
	display:block;
	color: #333333;
	text-align: left;
	margin-left: 10px;
	font-size: 12px;
}

.leftCol li a:link, .leftCol li a:visited, .leftCol li a:active {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0 0 0 3px;
}

.leftCol li a:hover {
	display:block;
	color:#000;
	text-decoration:underline;
	background:#a9ffff;
}


.mainMenuSrchText {width:55%; margin:auto; letter-spacing:1px;}

.mainMenuSrchTool form {
	margin:0 0 0 0;
	padding:0px 5px 4px 5px;
	background-position: top;
	vertical-align: middle;
}


.mainMenuSrchTool {
	display:block;
	font-size:0.8em;
	margin:5px;
	padding:5;
	text-align:center;
	width: auto;
	
	
}

.mainMenuSrchTool input {
	font-size:0.7em;
	vertical-align: middle;
}

.mainMenuSrchTool select  {
	font-size:0.7em;
	vertical-align: middle;
}
.style2 {
	color: #000000;
	font-size:14px
}


.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid black;
	border-bottom-width: 3px;
	width: 248px; /*width of featured content slider*/
	height: 154px;
	margin-left: 0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: -2;  /*leave as is*/
top: -2;  /*leave as is*/
padding: 0px;
background: white;
width: 248px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}



.pagination{
width: 248px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
font-size: 8px;
background-color: #000000;
padding: 1 2 2 4 ;
margin: 0 0 0 0px;
}

.pagination a{
padding: 0 4px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}





.middlecolumn {
	float: left;
	width: 525px;
	margin-right: 15px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-left: 19px;
	color: #000000;
	font-size: 85%;
}




.middlecolumn a:link, .middlecolumn a:active, .middlecolumn a:visited {color:#274c96;text-decoration:none;}


.middlecolumn a:hover {	text-decoration:underline;}

.introtext {
	font-family:  Helvetica, sans-serif;
	line-height: 1.5em;
	border-bottom: 0.08333em dotted #7F7F7F;
	;
	margin-bottom: 0px;
	padding-bottom: 12px;
}

.bottomintrotext {
	font-family:  Helvetica, sans-serif;
	line-height: 1.5em;
	
	margin-bottom: 0px;
	padding-bottom: 12px;
}


div#leftcolumn h2 {
	font-size: 1.5em;div.alsosee {
	border: 1px solid #e5e6e7;
	padding: 8px 7px 18px;
	margin-bottom: 20px;
}

*html .vaste-hoogte {
	min-height: 215px;
	font-size: 90%;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 8px;
	border: 1px solid #e7e8e9;
	float: right;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
}
}

.vaste-hoogte {
	font-size: 90%;
	width: 200px;
	margin-right: 5px;
	margin-bottom: 8px;
	border: 1px solid #e7e8e9;
	float: right;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	background-color: f8f4eb;
}
}

*html div.vaste-hoogte h3 {
	color: #690001;
	font-size: 1.17em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
}


div.vaste-hoogte h3 {
	color: #690001;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
}

div.vaste-hoogte h4 {
	color: #690001;
	font-size: 0.75em;
	margin-top: 1em;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
}

div.vaste-hoogte p {
	margin: 0;
	color: #000000;
	padding: 3px 0px 0px 10px;
}

*html div.alsosee2 {
	margin-bottom: 8px;
	border: 1px solid #e7e8e9;
	font-size: 90%;
	width: 210px;
	margin-right: 10px;
	float: right;
	overflow: hidden;
	padding-bottom: 0px;
	padding-right: 0px;
}

div.alsosee2 {
	margin-bottom: 8px;
	border: 1px solid #e7e8e9;
	font-size: 90%;
	width: 200px;
	margin-right: 5px;
	float: right;
	overflow: hidden;
	padding-bottom: 0px;
	padding-right: 0px;
}

div.alsosee2 h3 {
	color: #fff;
	line-height: 20px;
	padding-left: 10px;
	font-size: 14px;
	background-color: #690001;
}

div.alsosee2 p {
	background: #f2fdeb;
	color: #333333;
	padding: 10px 10px 0px 10px;
	/*border: 1px solid #e7e8e9;*/
	border-top: 0;
	margin: 0;
}

div.alsosee2 a:link, div.alsosee2 a:visited, div.alsosee2 a:active {

	color:#274c96;
	text-decoration:none;
}

div.alsosee2 a:hover {
	text-decoration:underline;
}


div.alsosee2 p.leesverder {
	padding: 0px 10px 10px 10px;	
}


div.alsosee_inline {
	float: left;
	width: 210px;
	margin: 20px 20px 0px 0px;
}

div.alsosee_inline h3 {
	color: #71a3b7;
	font-size: 1em;
	font-weight: bold;
}

div.alsosee_inline h4 {
	color: #71a3b7;
	font-size: 0.91em;
	font-weight: normal;
	margin-bottom: 1em;
}

div.alsosee_inline p {
	margin: 0 0 0.2em;
}

div.alsosee_inline a.leesverder {
	margin-top: 0.2em;
}

a.leesverder {
	text-decoration: underline;
	color: #666666;
	padding-left: 18px;
	background: url(../img/bg_leesverder.gif) left 1px no-repeat;
}

a.leesverder:hover {
	color: #333333;
}

ul#bottomnav {
	margin: 68px 0 10px 0;
	border-top: 1px solid #ecf6fa;
	padding-top: 8px;
	text-align: center;
	list-style-type: none;
	font-size: 0.91em;
}

ul#bottomnav li {
	display: inline;
	padding: 0 11px;
	white-space: nowrap;
	background: url(../img/bottomnav_separator.gif) right center no-repeat;
}

ul#bottomnav li#last {
	background: none;
}

ul#bottomnav li a {
	text-decoration: none;
	color: #709db3;
}

ul#bottomnav li a:hover {
	color: #333333;
}

	color: #333333;
	font-weight: normal;
	margin-top: -4px;
}



h6.caption {
	font-size: 0.83em;
	color: #666666;
	font-weight: normal;
	/*margin-top: -3px;*/
}


.style4 {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size:.75em;
	font-weight: bold;
	margin-left:10px;
	border-bottom:1px dashed #ffffff;
}

.style5 {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: normal;
}


.style6 {
	color: #000000;
	font-family:  Helvetica, sans-serif;
	font-size:0.85em;
	font-weight: normal;
}

#navlist
{
	padding-left: 0;
	list-style: none;
	font-family: Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	font-color:#ffffff;
	margin-left:10px;
	margin-bottom: 0.85em;
	margin-top: 0.85em;
}


#navlist li a:link {color: #ffffff; text-decoration: none; 
}
#navlist li a:active {color: #ffffff; text-decoration: none; }
#navlist li a:visited {color: #ffffff; text-decoration: none; }
#navlist li a:hover {color: #fdfa03; text-decoration: underline; }


ul.dblistmain
{
	padding-left: 0;
	list-style: none;
	font-family:  Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	font-color:#000000;
	margin-left:10px;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}


ul.dblistmain li a:link {color: #274c96; text-decoration: none; 
}
ul.dblistmain li a:active {color: #274c96; text-decoration: none; }
ul.dblistmain li a:visited {color: #274c96; text-decoration: none; }
ul.dblistmain li a:hover {color: #274c96; text-decoration: underline; }

ul.dblistsm
{
	padding-left: 0;
	list-style: none;
	font-family:  Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	font-color:#000000;
	margin-left:10px;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}


ul.dblistsm li a:link {color: #274c96; text-decoration: none; 
}
ul.dblistsm li a:active {color: #274c96; text-decoration: none; }
ul.dblistsm li a:visited {color: #274c96; text-decoration: none; }
ul.dblistsm li a:hover {color: #274c96; text-decoration: underline; }










.leftnavfeatures {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(box_base.gif) no-repeat scroll left bottom;
margin-bottom:10px;
padding:0 0 15px;
width:190px;
}


.leftnavfeatures h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(box2.gif) repeat scroll 0 0;
color:#333333;
font-size:12px;
height:30px;
line-height:30px;
margin:0;
padding:0 15px;
}


.leftnavfeatures ul {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#D8D9DA;
	border-style:solid;
	border-width:0 1px;
	height:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:15px 0 0 5px;
	width:183px;
}

*html .leftnavfeatures ul {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#D8D9DA;
	border-style:solid;
	border-width:0 1px;
	height:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:15px 0 0 5px;
	width:190px;
}


.leftnavfeatures ul li {
border-bottom:1px solid #F0F0F0;
color:#274c96;
font-size:11px;
padding:2px 0;
text-decoration:none;
word-spacing:-1px;
}




.leftnavfeatures ul li a {
color:#274c96;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


.leftnavfeatures ul li a:hover {
text-decoration:underline;
}



.footerlinks   {
	padding:0;
	margin:0;
	list-style:none;
	font-size:11px;
	line-height:36px;
	color:#fff;
}
.footerlinks  a {font-size:13px; line-height:40px; color:#fff; text-decoration:none; padding:0 10px; font-weight:bold;}
.footerlinks   a:hover {color:#335;text-decoration:none;}
.footerlinks  a.chosen {color:#000;text-decoration:none;}
