
html {
	overflow: hidden;
}

body {
	background-image:	url(images/Home_BG.jpg);	background-repeat:	repeat-x;
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: ;
	color: #000000;
}

div#bodydiv {
	background-image:	url(images/Home.jpg);background-position: 0px 0px;	background-repeat:	no-repeat;
	position: relative;
	left: 50%;
	margin-left: -503px;
	margin-right: auto;
	width: 1006px;
	top: 0px;
	border: 0px solid Purple;
	height: 633px;
}

/***************************************/
/************   topmenu		**********/
/***************************************/
div#navTop {
	position:	relative;
	display: block;
	top: 184px;
	left: 0px;
	width: 240px;
	overflow: hidden;
	z-index:	10;
	border: 0px solid Black;
}

table.topmenu {
	position:	relative;
	display: block;
	top: 5px;
	left: 28px;
	border: 0px solid Black;
}

td.topmenu {
	height: 30px;
	width: 212px;
	background-image:	url(images/topmenuitem_BG_wit.jpg);
	background-repeat:	repeat-y;
}

td.topmenutable_header {
	height: 38px;
	width: 212px;
	background-image:	url(images/topmenuitem_BG_wit.jpg);
	background-repeat:	repeat-y;
	font-family: Arial;
	color: #00386b;
	font-size: 12pt;
	font-weight: bold;
	padding: 4px 0px 0px 18px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}

td.table_divider {
	background-image:	url(images/table_divider_wit.jpg);
	background-repeat:	no-repeat;
	background-position: -1px 0px;
	height: 18px;
}

div.topmenuitem {
	background-image:	url("images/driehoekje_blauw.gif");
	background-repeat:	no-repeat;
	background-position: 5px 3px;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	width: 183px;
	cursor:	pointer;
}

div.topmenuitemover {
	background-image:	url("images/driehoekje_wit.gif");
	background-repeat:	no-repeat;
	background-position: 5px 3px;
	padding: 0px 0px 0px 18px;
	color: #ffffff;
	font-weight: bold;
	width: 183px;
	cursor:	pointer;
}

/***************************************/
/************   topextramenu		**********/
/***************************************/
div#navTopExtra {
	background-image:	url(images/Header_wit.jpg);
	background-repeat:	no-repeat;
	background-position: 0px 0px;
	position:	absolute;
	top: 0px;
	left: 0px;
	width: 1006px;
	height: 193px;
	overflow: hidden;
	z-index:	11;
	border: 0px solid Green;
}

table.topextramenu {
	position: relative;
	right: 125px;
	top: 35px;
}

td.topextramenu {
	background-image:	url("images/divider.jpg");
	background-repeat:	no-repeat;
	background-position: 0px 2px;
	text-align: center;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}

td.topextramenu_no_divider {
	text-align: center;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}
/***************************************/
/************   leftmenu		**********/
/***************************************/
div#navLeft {
	position:	relative;
	top: 180px;
	left: 0px;
	width: 277px;
	overflow: hidden;
	z-index:	11;
	border: 0px solid red;
}

table.leftmenu {
	position:	relative;
	top: 0px;
	left:	28px;
	width: 212px;
	border: 0px solid red;
}

td.leftmenu {
	width: 212px;
	height: 25px;
	background-image:	url(images/submenu_BG_wit.jpg);
	background-repeat:	repeat-y;
	padding: 0px 0px 0px 0px;
}

td.table_end {
	background-image:	url(images/table_end_wit.jpg);
	background-repeat:	no-repeat;
	height: 18px;
}

div.leftmenuitem, div.leftmenuitem a, div.leftmenuitem a:link {
	 height: 25px;
 	 color: #887e6f;
 	 font-weight: normal;
 	 cursor:	pointer;
 	 padding: 0px 0px 0px 10px;
 	 font-weight: bold;
}

div.leftmenuitemover, div.leftmenuitemover a, div.leftmenuitemover a:hover, div.leftmenuitemover a:visited, div.leftmenuitemover a:link {
	 height: 25px;
 	 color: #00386b;
 	 font-weight: normal;
 	 padding: 0px 0px 0px 10px;
 	 cursor:	pointer;
 	 font-weight: bold;
}

/**************************************************/
/*  content  +  scrollbar													*/
/**************************************************/


div#mainContent {
	position: relative;
  left: 0px;
  top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: ;
	text-align:	left;
	line-height: 1.3em;
	overflow: hidden;
	border: 0px solid Orange;
}

div.scrollholder {
    position: absolute;
    left: 252px;
    top: 192px;
    width: 520px;
    height: 413px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 100;
    border: 0px solid Green;
}

div.scroll {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 95%;
    z-index: 200;
    color: #303b09;
    padding: 0px 22px 0px 0px;
    line-height:	1.5em;
		border:	0px solid Red;
}

div.track {
    position: relative;
    float: right;
    top: 22px;
    width: 11px;
    height: 391px;
    font-size: 0;
    z-index: 300;
 	  background-image: url("images/scrollerline.jpg");
 	  background-position: 5px 0px;
 	  background-repeat: repeat-y;
 	  border:	0px solid Red;
}

div.drag_bar {
    position: absolute;
    width: 9px;
    height: 14px;
    cursor: pointer;
    z-index: 400;
    background-color: #303b09;
    margin-left: 1px;
    border:	0px solid Red;
}

/***************************************/
div#siteswitch {
	background-image: url(images/switches.jpg);
	background-repeat: no-repeat;
  background-position: 0px 0px;
	position:	absolute;
	left: 345px;
	top: 149px;
	width: 439px;
	border:	0px solid red;
	white-space: nowrap;
	z-index: 100;
	height: 26px;
}
div#siteswitch table {
}

td#sitebutton1 {
	white-space: nowrap;
	cursor: pointer;
	width: 139px;
	vertical-align: top;
	text-align: center;
	border-right: 0px solid red;
	font-weight: bold;
	font-size: 8pt;
	padding: 1px 0px 0px 0px;
	font-family: Arial;
}
td#sitebutton2 {
	white-space: nowrap;
	cursor: pointer;
	width: 139px;
	vertical-align: top;
	text-align: center;
	border-right: 0px solid red;
	font-weight: bold;
	font-size: 8pt;
	padding: 1px 0px 0px 9px;
	font-family: Arial;
}
td#sitebutton3 {
	white-space: nowrap;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
	border-right: 0px solid red;
	font-weight: bold;
	font-size: 8pt;
	padding: 1px 0px 0px 22px;
	font-family: Arial;
}

div.searchwidget {
	position:	absolute;
	left: 779px;
	top: 180px;
	width: 145px;
	border:	0px solid red;
	white-space: nowrap;
	font-size: 8pt;
}

input#search {
	border: 0px;
	font-style: italic;
	font-weight: bold;
	background-color: #ffffff;
	width: 52px;
	border:	0px solid red;
}

div.searchwidget input.term {
	border:	1px solid #00386b;
}

div.homepage {
	position: absolute;
	top: 443px;
	left: 143px;
	height: 95px;
	width: 97px;
	cursor: pointer;
	border: 0px solid red;
}

div.homepageover {
	position: absolute;
	top: 443px;
	left: 143px;
	height: 95px;
	width: 97px;
	cursor: pointer;
	border: 0px solid Blue;
	background-image: url("images/Button-1-d.png");
	background-position: -6px -9px;
}

div.homepage_1op1 {
	position: absolute;
	top: 443px;
	left: 458px;
	height: 95px;
	width: 97px;
	cursor: pointer;
	border: 0px solid red;
}
div.homepage_1op1over {
	position: absolute;
	top: 443px;
	left: 458px;
	height: 95px;
	width: 97px;
	cursor: pointer;
	border: 0px solid red;
	background-image: url("images/Button-2-d.png");
	background-position: -7px -9px;
}

div.homepage_zorgverlener {
	position: absolute;
	top: 443px;
	left: 776px;
	height: 95px;
	width: 97px;
	cursor: pointer;
	border: 0px solid red;
}

div.homepage_zorgverlenerover {
	position: absolute;
	top: 443px;
	left: 776px;
	height: 95px;
	width: 97px;
	cursor: pointer;
	border: 0px solid red;
	background-image: url("images/Button-3-d.png");
	background-position: -6px -9px;
}


div#koptekst {
	position: absolute;
	top: 95px;
	left: 710px;
	z-index: 100;
	border: 0px solid red;
	height: 50px;
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	color: #00386b;
	white-space: nowrap;
}

div#fontsizes {
	position: absolute;
	top: 26px;
	left: 890px;
	white-space: nowrap;
	z-index: 100;
}

img#fontsize5 {
	height: 22px;
	cursor: pointer;
}
img#fontsize4 {
	height: 19px;
	cursor: pointer;
}
img#fontsize3 {
	height: 16px;
	cursor: pointer;
}
img#fontsize2 {
	height: 13px;
	cursor: pointer;
}
img#fontsize1 {
	height: 10px;
	cursor: pointer;
}

.searchbutton {
	float:right;
	_margin-right:15px;
}

div.searchwidget {
	width: 140px;
	z-index:	12;
}
input#term {
	width: 140px;
}

div#gallery {
	position: relative;
	left: 0px;
	width: 100%;
}

div#gallery table {
	width: 670px;
}

a, a:visited, a:link, a:hover, a.gallery, a.gallery:hover, a.gallery:link, a.gallery:visited {
	color: Blue;;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}


td.vsizer {
	vertical-align: top;
	height: 100%;
}

fieldset {
	-moz-border-radius: 8px;
	width: 90%;
}

legend {
	color: #887e6f;
}

.headline, .news_headline {
	color: #00386b;
	font-weight: bold;
	font-size: larger;
}

/***************************************/
/* 				nieuws items								 */
/***************************************/
div#newsitems {
	position:	absolute;
	height: 380px;
	left: 780px;
	top: 215px;
	width: 160px;
	border-left:	1px solid #00386b;
	padding: 0px 0px 10px 20px;
	line-height: 12px;
}
div#newsitems p {
	line-height: 12px;
}

span.newsitems_headline {
	color: #00386b;
	font-weight: bold;
}

span.newsitems_description {
	color: #00386b;
	font-size: smaller;
}

a.newsitems {
	font-style: italic;
	color: #00386b;
	font-size: smaller;
}
a.back {
	color: #00386b;
	font-weight: bold;
	text-decoration: underline;
}

div#intraextra {
	position: absolute;
	border: 0px solid red;
	top: 40px;
	left: 400px;
	font-size: 28pt;
	font-weight: bold;
	color: #00386b;
	z-index: 1000;
}

div#authentication {
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	padding: 10px 10px 30px 10px;
}


