body {
	margin: 0;
	padding: 0;
	background: #EDF3F8 url(../img/bg_site.gif) repeat-y top center;
}

table {
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #5D5E5E;
}

span.line {
	margin: 10px 0 10px 0;
	width: 315px;
	height: 1px;
	display: block;
	background-color: #B0CEE6;
}


/* page layout 
******************************************************************************/

table.master-table {
	width: 100%;
	height: 100%;
}

table.container-table {
	width: 780px;
	height: 100%;
}

td.container-cell {
	width: 780px;
	height: 100%;
}

td.blank-left {
	width: 50%;
	height: 100%;
	xbackground: #96C3E8 url(../img/px_white.gif) repeat-y top right;
}

td.blank-right {
	width: 50%;
	height: 100%;
	xbackground: #96C3E8 url(../img/px_white.gif) repeat-y top left;
}

td.top-row {
	width: 100%;
	height: 142px;
	background: url(../img/bg_main.gif) repeat-x 0 0;
}

table.content-table {
	width: 100%;
	height: 100%;
}



/* colors, fonts etc 
******************************************************************************/

div.top-header {
	width: 100%;
	height: 101px;
	background: url(../img/bg_topheader.jpg) no-repeat top right;
	position: relative;
}

div.top-header #topmenu {
	padding: 7px 0 0 8px;
	width: 160px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../img/bg_topmenu.gif) no-repeat 0 0;
}

div.top-header #topmenu img {
	margin: 0;
}
	
div.top-header img {
	margin: 3px 0 0 20px;
}

td.left-cell {
	width: 260px;
	background: #DDECF7;
	border-right: 1px solid #fff;
}

td.right-cell {
	width: 518px;
	background: #D7E8F6;
	border-left: 1px solid #2F81C5;
}


td.content-cell {
	padding: 20px;
	width: 100%;
	height: 100%;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #5D5E5E;
	background: #F5F9FD url(../img/bg_content.gif) repeat-x bottom left;
}

td.naw-cell {
	width: 100%;
	height: 62px;
	text-align: center;
	background: #2F81C5 url(../img/img_naw.gif) no-repeat center center;
}

td.naw-cell div {
	padding: 42px 0 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #D5E6F3;
}

td.bottom-cell {
	width: 100%;
	height: 90px;
	background: url(../img/bg_bottommenu.gif) no-repeat 0 0;
}

td.bottom-cell span {
	margin: 9px 0 0 592px;
	display: block;
}

td.bottom-cell div.dbt {
	margin: 55px 0 0 65px;
}

span.header {
	padding: 4px 0 15px 25px;
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #1a64a2;
	display: block;
	background: url(../img/bg_header.gif) no-repeat 0 0;
}
	


/* mainmenu
******************************************************************************/

#mainmenu {
	margin: 14px 0 0 20px;
}




/* nieuws
******************************************************************************/

div.nieuws {
	width: 260px;
	height: 130px;
	background: #DDECF7 url(../img/bg_nieuws.gif) repeat-x 0 0;
	position: relative;
	border-bottom: 1px solid #C5DCED;
}



/* headlines
****************************************************/

.headline-container {
	border-left: 1px #B9D1E5 solid;
	width: 350px;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
}

.headline-container-omo {
	border-left: 1px #B9D1E5 solid;
	width: 350px;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
}

.headline-container strong {
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #0B508A;
	font-weight: bold;
}

.headline-container-omo strong {
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #0D63AB;
	font-weight: bold;
}



/* linkie linkie
****************************************************/

a {
	color: #0B508A;
	text-decoration: none;
}

a:hover	{
	color: #0D63AB;
}



/* forms
****************************************************/

form {
	margin: 0;
	padding: 0;
}

td.form-name {
	width: 120px;
	height: 20px;
}

.textfield {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 16px;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #5D5E5E;
	border: 0 none;
}

.textarea {
	margin: 0 0 10px 0;
	width: 300px;
	height: 100px;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #5D5E5E;
	border: 0 none;
}

span.asterik {
	padding: 0 0 0 10px;
	font: 10px arial, helvetica, sans-serif;
	color: #cc0000;
}

.form-button {
	height: 20px;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #2F81C5;
	border: 0 none;
}

.form-button-hover {
	height: 20px;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #1568AD;
	border: 0 none;
}