BODY { 
	background-color:	rgb(255,255,255);
	font-family:		Arial; 
	font-size:		10pt;
	color:			black;

	width:			100%;
	height:			100%;
	
	border: 		none;
	margin: 		0px;
	padding:		0px;
	
	overflow:			auto;
	overflow-y: 	auto;
	overflow-x: 	hidden;
}

table, td {
	font-family:		Arial; 
	font-size:		10pt;
	color:			black;
}

img {
	border: 		0px;
	margin:			0px;
	padding: 		0px;
}

BODY.main {
	background-color:	rgb(158,181,222);
	overflow:			auto;
	overflow-y: 	auto;
	overflow-x: 	hidden;
}

A {
	color:			black;
	font-family:		Arial;
	font-weight: 		bold;
	text-decoration:	underline;
}
A:hover {
	text-decoration: 	underline;
}

A.menulink {
	font-family:		Arial;
	font-size:		10pt;
	font-weight: 		bold;
	text-decoration:	none;
	line-height:		29px;
	padding-right:		22px;
}

span.menulink {
	background-image:	url('http://www.nuntius.nl/images/menulink.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}


td.menu {
	background-color: rgb(239,240,242);
	width: 			125px;
	text-align:		left;
	
	overflow:		hidden;
}

td.header {	
	padding:		0px;
	margin:			0px;
	width:			766px;
	height: 		154px;

	background-image:	url('http://www.nuntius.nl/images/header.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}

td.left{
	padding:		0px;
	margin:			0px;
	width:			70px;
	height: 		300px;

	background-image:	url('http://www.nuntius.nl/images/left.jpg');
	background-repeat:	repeat-y;
	background-position:	top left;
}

td.right{
	padding:		0px;
	margin:			0px;
	width:			39px;
	height: 		300px;

	background-image:	url('http://www.nuntius.nl/images/right.jpg');
	background-repeat:	repeat-y;
	background-position:	top right;
}


td.content {
	background-color:	rgb(255,255,255);
	width:			657px;
	height:			100%;
/*	position:		absolute;
	left:			0px;
	top:			0px;*/

	overflow:		hidden;

}


iframe.content {
	background-color:	rgb(255,255,255);
	width:			100%;
	height:			100%;
	border:			0px;
	overflow:		auto;
	overflow-y: 		auto;
	overflow-x: 		hidden;
}


td.footer{
	border:			0px;
	padding:		0px;
	margin:			0px;
	width:			766px;
	height: 		167px;

	background-image:	url('http://www.nuntius.nl/images/footer.jpg');
	background-repeat:	no-repeat;
	background-position:	bottom left;
}

.footertekst {
	color:	white;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}

div.footertekst {
	height: 80px;
	padding-left:100px;
	padding-top: 22px;
}