/* algemeen */
		body{
		overflow: hidden;
		margin: 0px 0px 0px 0px;
		background-color: #E3E6E9;
		}
		body, td, input, a, span{
		font-family: arial;
		font-size: 11px;
		color: #000000;
		}
		table, tr, td{
		border-collapse: collapse;
		margin: 0px;
		padding: 0px;
		}
		div#canvas{
		position:absolute;
		background-image:URL(/img/kader_bg.gif); 
		height: 100%; 
		width: 760px;
		top: 0px;
		right:52%;
		margin-left:-397px;
		margin-right:-397px;
		}		
/* /algemeen */		


/* website template */
		table.template-table{
		border: solid 1px #B6B8BD;
		background-color: #ffffff;
		}
		td.topmenu{
		width: 760px;
		height: 137px;
		background-image: url(../img/website-onderdelen/top-bg.gif);
		background-position: top;
		background-repeat: no-repeat;
		}
		.content_frame{
		height: 100%; 
		background-image:url(../img/website-onderdelen/canvas-bg.gif); 
		background-color: #ffffff;
		}
		.content_inner{
		float: left;
		overflow: auto; 
		height: 100%; 
		width: 760px; 
		scrollbar-face-color: #D8171F;
		scrollbar-shadow-color: #95080E; 
		scrollbar-highlight-color: #F5878C; 
		scrollbar-3dlight-color: #D8171F; 
		scrollbar-darkshadow-color: #000000; 
		scrollbar-track-color: #ffffff; 
		scrollbar-arrow-color: #ffffff;
		background-image: url(../img/website-onderdelen/content-bg.gif);
		background-repeat: no-repeat;
		background-attachment: fixed;
		}
		.content_links{
		float: left; 
		width: 210px; 
		padding-left: 20px;

		}
		.content{
		float: left; 
		width: 490px; 
		padding-left: 20px;
		
		}		
/* /website template */


/* content */
		img.button{
		cursor: pointer;
		}
		span.kop{
		font-size: 14px;
		font-weight: bold;
		}
		td.content-tekst{
		padding-left: 20px;
		padding-right: 50px;
		}
		a.link{
		text-decoration: underline;
		}
		a.link:hover{
		text-decoration: none;
		}
		a.linkerkolom-link{
		text-decoration:none;
		font-weight: bold;
		}
		a.linkerkolom-link:hover{
		text-decoration:underline;
		font-weight: bold;		
		}		
		ul{
		margin: 10px 0px 0px 20px;
		}
		input.invoer{
		width: 250px;
		}
		textarea.invoer{
		height: 100px;
		width: 250px;
		}
/* /content */		