@import url("/css/default/OService-default.css");
@import url("/css/default/default-consumed.css");
@import url("/css/default/default-datalist.css");
@import url("/css/default/default-headers.css");

html {
	height:				100%;
}

body {
	margin-top:			0px;
	margin-bottom:		0px;
	margin-left:		0px;
	margin-right:		0px;
}

h1 {
	color:				#c60651;
	font-size:			20px;
	font-weight:		bold;
}

.maintable {
	width:				100%;
	height:				100%;
}
.maintable td {
/*	border:				#000000 1px solid;*/
}


.pageheader {
	height:				122px;
	background-image:	url(/images/zuidhorn/pageheader_bg.jpg);
	background-repeat:	repeat-x;
	background-position:100% 100%;
}

.mainleft {
	background-image:	url(/images/zuidhorn/mainleft_bg.jpg);
	background-repeat:	repeat-y;
	font-style:			italic;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:			14px;
	color:				#ffffff;
	padding-left:		15px;
	width:				231px;
}
.mainleft a:link,
.mainleft a:active,
.mainleft a:visited {
	font-weight:		bold;
	font-size:			14px;
	color:				#ffffff;
	text-decoration:	none;
}
.mainleft a:hover {
	font-weight:		bold;
	font-size:			14px;
	color:				#002a90;
	text-decoration:	none;
}

.powered_by {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
}
.powered_by a:link,
.powered_by a:active,
.powered_by a:visited {
	color:				#000000;
	text-decoration:	none;
	font-size:			10px;
}
.powered_by a:hover {
	color:				#f0a003;
	text-decoration:	none;
	font-size:			10px;
}

.content_area {
	height:				100%;
	width:				100%;
	padding-left:		10px;
	padding-top:		25px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	background-image:	url(/images/zuidhorn/content_bg.jpg);
	background-repeat:	no-repeat;
	background-position:100% 100%;
	border-top:			#ffffff 1px solid;
}
.content_area a:link,
.content_area a:active,
.content_area a:visited {
	color:				#c60651;
	text-decoration:	none;
}
.content_area a:hover {
	color:				#00875f;
	text-decoration:	none;
}
