BODY			{
				
					overflow			:	auto;
					font				:	Verdana, sans-serif;
					color				:	black;
					scrollbar-track-color: #FFF; 
					scrollbar-face-color: #E0F0FF; 
					scrollbar-highlight-color: #54AFF0; 
					scrollbar-shadow-color: #54AFF0; 
					scrollbar-3dlight-color: #E0F0FF; 
					scrollbar-arrow-color: #ffffff; 
					scrollbar-darkshadow-color: #E0F0FF;
				}

#mastertable	{
					width				:	100%;
					height				:	100%;
					border				:	0px;
					table-layout		:	fixed;
			
				}
.bodmargin		{
					width				:	50%;
					background-color	:	#ffcc00;
				}
				
#bodcolumn		{
					width				:	775px;
					background-color	:	white;
					vertical-align		:	top;
				}		
#valignbottom	{
					vertical-align		:	bottom;
				}
.navpad			{
					padding:0px 20px 0px 0px;
					font:bold 12px/24px Verdana, sans-serif;
					color:white;
				}	
a.navlink, a.navlink:visited,a.navlink:hover
				{
					font:bold 12px/20px Verdana, sans-serif;
					color:white;
					text-decoration:none;
				}	
a.navlink:hover	{
					text-decoration:underline;
				}					
.streepbot		{
					background-color	:	#55AFEE;
					text-align			:	right;
				}				
					
.invistbl100	{
					width				:	100%;
					border				:	0px;
					table-layout		:	fixed;
				}					
.invistbl100 TD	{
					vertical-align		:	top;
				}						
.aotitem, .aotitem TD		
				{
					cursor				:	hand;
					font				:	bold 12px Verdana, sans-serif;
					color				:	#17344F;
				}							
.aotactiveitem, .aotactiveitem TD		
				{
					font				:	bold 12px Verdana, sans-serif;
					color				:	#BF1600;
				}											
.aotactiveitem TD#itemmidright		
				{
					background-image	:	url("../images/item_midright.gif");
				}						
.itemuitklap	{
					background-color	:	#FFF7CF;
					width				:	100%;
					border				:	0px;
					table-layout		:	fixed;
					font				:	12px Verdana, sans-serif
				}	
.itemuitklap A,	.itemuitklap A:visited
				{
					font				:	bold 10px Verdana, sans-serif;
					color				:	black;
					text-decoration		:	none;
					height				:	12px;
					padding				:	2px 0px 2px 20px;
				}	
.itemuitklap A:hover
				{
					text-decoration		:	underline;
				}								
							
.contentcol		{
					padding				:	10px;
					/*table-layout		:	fixed;*/
					font				:	11px Verdana, sans-serif;
					line-height			:	17px;
				}	
				
.contentcol TD 
				{
					font				:	11px Verdana, sans-serif;
					line-height			:	17px;
				}
.contentcol TEXTAREA, #bodcolumn INPUT				
				{
					font				:	11px Verdana, sans-serif;
				}				
#scrolltextcontent
				{	
					font				:	bold 12px Verdana,sans-serif;
					color				:	black;	
					line-height			:	23px;
				} 	
#scrolltextcontent A, #scrolltextcontent A:visited
				{	
					font				:	bold 12px Verdana,sans-serif;
					color				:	black;	
					text-decoration		:	none;
				}					
#scrolltextcontent A:hover
				{
					color				:	white;
				}				
#logo			{
					position			:	absolute;
					z-index				:	3;
					left				:	0px;
					top					:	50px;
					width				:	100%;
				}		
.titel			{
					font				:	bold 14px Verdana, sans-serif;
					color				:	#004F6E;
					padding				:	0px 0px 40px 0px;
				}					
.button,.button:visited,.button:hover
				{
					font				:	bold 11px/20px Verdana;
					color				:	#BF1600;
					text-decoration		:	none;
					text-align			:	center;
					display				:	block;
					padding				:	0px 3px 0px 3px;
					border				:	solid 1px #4B8BB9;
					background			:	#fff;
					width				:	110px;
					height				:	20px;
				}
.button:hover	{
					background			:	#E4F3FF;
				}

/**
 * Update, nieuw logo, links in header.
 */
#header {
	position: relative;
	width: 772px;
/*			left: 50%;
	margin-left: -386px;*/
	background-image: url(../images/header.jpg);
	height: 108px;
}

#header a {
	position: absolute;
	width: 115px;
	height: 108px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	display: block;
}

#header-ontf  { left: 192px; }
#header-ono   { left: 324px; }
#header-svmbo { left: 454px; width: 113px; }

#header-ontf:hover  { background-image: url(../images/header-mo1.jpg); }
#header-ono:hover   { background-image: url(../images/header-mo2.jpg); }
#header-svmbo:hover { background-image: url(../images/header-mo3.jpg); }

/**
 * Navigatieblok
 */
.column-links {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	list-style-type: none;
	background-color: #bbcd08;
}

.column-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.column-links li {
	margin: 0;
	padding: 0;
}

.column-links li a {
	display: block;
	width: 100%;
	background-color: #bbcd08;
	color: black;
	font: 11px Verdana;
	padding-left: 8px;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px solid white;
}

* html .column-links li a {
	display: inline-block;
}

.column-links li a:hover {
	background-color: #f29400;
}

