/* 
	******************************
	***  Main	 		       ***
	******************************
*/
	html, body {
		height: 100%; 
		width: 100%;
		margin: 0; 
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
				z-index: 1;
	}
	a { 
		text-decoration: none; 
		color: #000000; 
		font-weight:bold; 
		text-decoration: underline;
	}
	h1 { font-size: 14px; color: #0F0063; display: inline; }
	h2 { font-size: 14px; color: #0F0063; display: inline; }
	h3 { font-size: 10px; display:inline; text-transform: uppercase; color: #678f00; }
	
	p { font-size: 12px; color: #000000; }
	
	#tblMain {
		height: 100%;
		width: 100%;
	}
	#tblBody {
		height: 100%;
		width: 960px;
		vertical-align: top;
		background-color: #e5e5e5;
	}
	#tdBody {
		height: 100%;
		width: 960px;
		vertical-align: top;
	}
	#tdShaLeft {
		width: 50%;
		background-color: #466496;
	}
	#tdShaRight {
		width: 50%;
		background-color: #466496;
	}
	.tdLeftHome {
		width: 428px;
		height: 433px;
		vertical-align: top;
		padding-top: 25px;
		text-align: right;
		padding-right: 5px;
		background: url("../img/bg_left_home.jpg") no-repeat;
		z-index: 1;
	}
	.tdLeft {
		width: 428px;
		height: 100%;
		vertical-align: top;
		background: url("../img/bg_left.jpg") no-repeat top;
		z-index: 1;
	}
	#tblNavigation {
		height: 121px;
	}
	#tblSubNavigation {
		position: relative;
		float: right;
		margin-top: 20px;
	}
	#tblSubNavigation .tdLink a {
		font-size: 11px;
		text-decoration: none;
	}
	#tblSubNavigation .tdLinkActive a {
		font-size: 11px;
		text-decoration: none;
		color: #0F0063;
	}
	#tblSubNavigation .tdBullet {
		width: 10px;
		background:url("../img/bl_off.gif") no-repeat  0px 4px;
	}
	#tblSubNavigation .tdBulletActive {
		width: 10px;
		text-align: right;
		background:url("../img/bl_on.gif") no-repeat 0px 4px;	
	}
	.tdPage {
		background-color: #FFFFFF;
		width: 532px;
		height: 100%;
		vertical-align:top;
	}
	#divContent {
		width: 500px;
		margin-left: 10px;
	}
	#divSubNavigation {
		position: relative;
		float: right;
		width: 165px;
		height: 310px;
		z-index: 2;
	}
	#divSubNavigation #tblMenu {
		position: absolute;
		top: 0px;
	}
	#divSubNavigation #xtraButtons {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	#divMainSub {
		float: right;
	}
	a.wh:link,a.wh:visited,a.wh:active {
		color:#FFFFFF;
		font-family: arial;
		font-size: 13px;
		text-decoration: none;
		font-weight: bold;
	}
	a.wh:hover {
		color:#FFFFFF;
		text-decoration: none;
	}
	
	a.actionlink{
		display: block;
		height: 16px;
		color: #010066;
		font-size: 12px;
		text-decoration: none;
		background: transparent url(../img/bullet_blue.gif) no-repeat 0px 3px;
	}
	
	a.tellafriendlink {
		width: 165px;
		float: left;
		padding-left: 10px;
		
	}
	a.printlink{
		width: 38px;
		float: right;
		text-align: right;
	}
	.actie_naam{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
