BODY { 
	background-color: white;
	font-family:		Arial; 
	font-size:		10pt;
	color: black;

	width:			100%;
	height:			100%;
	
	border: 		none;
	margin: 		0px;
	padding:		0px;
	
	overflow:			auto;
	overflow-y: 	auto;

}

table, td {
	font-family:		Arial; 
	font-size:		10pt;
}

img,p {
	border: 		0px;
	margin:			0px;
	padding: 		0px;
}

BODY.main {
	background-image:	url('images/headerspacer.jpg');
	background-repeat:	repeat-x;
	background-position:	top left;

	width:			100%;
	height:			100%;

	background-color: rgb(43,116,170);
	overflow:		none;
}

A {
	color: black;
	font-family:		Arial;
	font-weight: 		bold;
	text-decoration:	underline;
}

A:hover {
	text-decoration: 	underline;
}

.menubg {
	background-image:	url('images/menuspacer.jpg');
	background-repeat:	repeat-y;
	background-position:	top center;
	padding:		0px;
	margin:			0px;
	
	width:			200px;
}

.menutop {
	padding:		0px;
	margin:			0px;
	width:			200px;
	height:			22px;
	background-image:	url('images/menutop.jpg');
	background-repeat:	no-repeat;
	background-position:	top center;
}

.menufooter {
	padding:		0px;
	margin:			0px;
	width:			200px;
	height:			23px;
	background-image:	url('images/menufooter.jpg');
	background-repeat:	no-repeat;
	background-position:	top center;
}

.menubg2 {
	background-image:	url('images/menuspacer2.jpg');
	background-repeat:	repeat-y;
	background-position:	top center;
	padding:		0px;
	margin:			0px;
	
	width:			240px;
}

.menutop2 {
	padding:		0px;
	margin:			0px;
	width:			240px;
	height:			22px;
	background-image:	url('images/menutop2.jpg');
	background-repeat:	no-repeat;
	background-position:	top center;
}

.menufooter2 {
	padding:		0px;
	margin:			0px;
	width:			240px;
	height:			23px;
	background-image:	url('images/menufooter2.jpg');
	background-repeat:	no-repeat;
	background-position:	top center;
}

div.menu {
	padding:		0px;
	margin:			0px;
	margin-left:15px;
	
	height:			21px;
	cursor: hand;
}

html>/**/body div.menu {
	background-image:	url('images/menulink.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}

a.menulink {
	text-decoration:	none;
	line-height:		20px;
	font-size:		10pt;
	
	width:	141px;
	height:	21px;
	padding-left: 20px;
	padding-right:10px;

	background-image:	url('images/menulink.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}

html>/**/body a.menulink {
	background-image:	none;
}

a.menulink:hover {
	text-decoration:	none;
	background-image:	url('images/rolover.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}

a.menulink:active {
	text-decoration:	none;
	background-image:	url('images/rolover.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}

html>/**/ body a.menulink:hover {
	background-image:	none;
}

html>/**/ body a.menulink:active {
	background-image:	none;
}

a.submenu {
	font-size:		10pt;
	text-decoration:	none;
	line-height:		20px;
	padding-left: 25px;
	padding-right:15px;
	margin-left: 10px;
}

a.submenu:hover {
	text-decoration:	underline;
}

table.header {
	background-image:	url('images/headerspacer.jpg');
	background-repeat:	repeat-x;
	background-position:	top left;
}

td.header {	
	padding:		0px;
	margin:			0px;
	height: 		210px;

	background-image:	url('images/header.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}

td.menu {
	padding:		0px;
	margin:			0px;
	padding-top: 10px;
	padding-left: 10px;
	
	width:			200px;
	height: 		100%;

	overflow:		auto;
	overflow-y: 		auto;
	overflow-x: 		hidden;
	background-color: rgb(43,116,170);
	background-image:	url('images/menubottom.jpg');
	background-repeat:	no-repeat;
	background-position:	bottom center;
}

td.menu2 {
	padding:		0px;
	margin:			0px;
	padding-bottom: 7px;
	padding-left: 10px;
	
	width:			240px;

	background-color: rgb(43,116,170);
}

.headertekst {
	margin-top: 150px;
	color:			rgb(30,72,143);
	font-size: 20px;
	font-style: italic;
	
}

td.content {
	background-color: rgb(43,116,170);
	background-image:	url('images/content.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
	padding: 20px;
	width:		600px;
	height:		605px;
	border: 0px;
	
}

div.content {
	padding: 15px;
	padding-right: 0px;
	width:		600px;
	height:		480px;

}

iframe.content {
	background-color: white;
	width:		590px;
	height:			470px;
	border: 0px;
	
	overflow:		hidden;

}
