body	{	
			background-image: url(../images/body_bg.gif);
			background-repeat: repeat;
			margin: 0 0 0 0;
		}



td		{
			font-family: "Trebuchet MS", Verdana;
			font-size: 12px;
			line-height: 20px;
			color: #000000;
			vertical-align: top;
		}

h1.pageheader {
	display : inline;
	font: normal normal normal 12px/normal "Trebuchet MS", arial, verdana, sans-serif;
	font-weight: normal;
	color: #000000; 
}

a.menulink{
	color: #00638e;
	font: normal normal normal 12px/normal "Trebuchet MS", arial, verdana, sans-serif;
	text-decoration: none;
}
a.menulink:hover{
	color: #00638e;
	font: normal normal normal 12px/normal "Trebuchet MS", arial, verdana, sans-serif;
	text-decoration: none;
}

a{
	color: #f8981d;
	font: normal normal normal 12px/normal "Trebuchet MS", arial, verdana, sans-serif;
	text-decoration: underline;
}
a:hover{
	color: #00638e;
	font: normal normal normal 12px/normal "Trebuchet MS", arial, verdana, sans-serif;
	text-decoration: none;
}

a.keyword{
	color: #666666;
	font: normal normal normal 12px/normal "Trebuchet MS", arial, verdana, sans-serif;
	text-decoration: none;
}
a.keyword:hover{
	color: #000000;
	font: normal normal normal 12px/normal "Trebuchet MS", arial, verdana, sans-serif;
	text-decoration: underline;
}

a.nieuws, a.nieuws:hover{
	color: #f8981d;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

h1{
	font-weight: bold;
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #f8981d;
}
h2{
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #f8981d;
	line-height: 12px;
}
span.zoek{
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS";
	/* color: #ffffff; */
	color: #f8981d;
}
span.blauw{
	color: #00638e;
}
span.grijs{
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #adadad;
}
input.zoekform{
	width: 148px;
	height: 24px;
	border: 1px solid #72cdf4;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

div.firstbutton_active{
			background-image: url(../images/buttons/firstlayer_active.gif);
			background-repeat: no-repeat;
			background-position: center left;
			width: 237px;
			height: 25px;
			padding-left: 10px;
			padding-top: 4px;
		}
div.firstbutton_inactive{
			background-image: url(../images/buttons/firstlayer_inactive.gif);
			background-repeat: no-repeat;
			background-position: center left;
			width: 237px;
			height: 25px;
			padding-left: 10px;
			padding-top: 4px;
		}
div.secondbutton_active{
			background-image: url(../images/buttons/secondlayer_active.gif);
			background-repeat: no-repeat;
			background-position: right;
			width: 237px;
			height: 25px;
			
			padding-top: 4px;
		}
div.secondbutton_inactive{
			background-image: url(../images/buttons/secondlayer_inactive.gif);
			background-repeat: no-repeat;
			background-position: right;
			width: 237px;
			height: 25px;

			padding-top: 4px;
		}

table.container{
			width: 100%;
			height: 100%;
		}
		
		td.sidecell{
			height: 100%;
			background-image: url(../images/sidecell_orange_bg.gif);
			background-repeat: repeat-x;
			background-position: top left; 
		}
		td.contentcell{
			width: 861px;
			height: 100%;
			vertical-align: top;
		}
			table.contentcontainer{
				width: 100%;
				height: 100%;
			}
				td.top_image{
					width: 614px;
					height: 139px;
					background-image: url(../images/top_bg.jpg);
					background-repeat: no-repeat;
					background-position: top left;
				}
				table.topimg{
					width: 100%;
					height: 100px;
				}
					td.zoek{
						padding-left: 423px;
						padding-top: 50px;
					}
				td.top_logo{
					width: 247px;
					height: 139px;
					background-image: url(../images/top_logo.gif);
					background-repeat: no-repeat;
					background-position: top left;
				}
				td.content{
					width: 614px;
					height: 100%;
					background-image: url(../images/content_bg.gif);
					background-repeat: repeat-y;
					background-position: top left;
					background-color: #ffffff;
				}
				td.menu{
					width: 217px;
					height: 100%;
					background-image: url(../images/menu_bg.gif);
					background-position: top left;
					background-repeat: repeat-y;
					vertical-align: top;
				}
				
				table.main_content{
					width: 100%;
					height: 100%;
					
				}	
					td.header{
						background-image: url(../images/header_bg.gif);
						background-repeat: no-repeat;
						background-position: top left;
						height: 30px;
						vertical-align: top;
						padding-top: 7px;
						padding-left: 40px;
					}

					td.text{
						padding-left: 40px;
						padding-top: 15px;
					}
				table.menucontainer{
					width: 100%;
					height: 100%;
				}
				td.menucontent{
					padding-left: 4px;
					padding-top: 6px;
					vertical-align: top;
				}
