@charset "UTF-8";
html, body { margin: 0px; }
body {
	background-color: #002e70;
	background-image: url(../images/html_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body, td {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.maintable {
	text-align: left;
}
.pagebg_top {
	background-image:url(../images/pagebg_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.pagebg {
	background-image:url(../images/pagebg.gif);
	background-position: top left;
}
.textpagebg {
	background-image:url(../images/sax.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.textpage {
	background-image:url(../images/page_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 80px 40px 20px 40px;
}
.menutable {
	width: 270px;
	background-color: #F3B211;
	background-image: url(../images/menu_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
		
}
.menutable a { display: block; margin-left: 30px; height: 22px; line-height: 22px; width: 230px;font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
.menutable a:hover { color: #000000; }
.menutable a.sel { color: #002E70; }
.menutable a.on { color: #002E70; padding-left: 10px; background-image: url(../images/menu_on.gif); background-repeat: no-repeat; background-position: right center;}
.menutable a.sub { padding-left: 10px; font-size: 12px; }

h1 { color: #F3B211; font-size: 14px; line-height: 22px; }
h2 { color: #002E70; font-size: 12px; line-height: 16px; }

.textpage img {
	margin: 0 ;
	border: 1px solid #000000; 
}
.textpage img[align='left'] {
	margin: 0 20px 10px 0;
	float:left;
}
.textpage img[align='right'] {
	margin: 0 0 10px 20px;
	float:right;
}
.ondersteunt {
font-size: 11px; color: #FFFFFF; margin-left: 20px; line-height: 65px;
}
.png { behavior: url(lib/iepngfix.htc); }