Body
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; /* 990px */
	height: 100%; /* 700px */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;

	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

#body-container
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;/* 990px */
	height: 100%;
	display: inline;
	z-index: 0;
}

#body-container-left
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 199px;
	height: 580px;
	display: inline;
	background: url(../images/theme_images/navigation_background.png) no-repeat;
	z-index: 2;
}

#body-container-top
{
	position: absolute;
	top: 0px;
	left: 199px;
	width: 796px;
	height: 65px;
	display: inline;
	z-index: 2;
	background: url(../images/theme_images/top_background.png) repeat-x;
}

#body-container-content
{
	position: absolute;
	top: 58px;
	left: 199px;
	width: 780px;
	gmin-height: 500px; /* 600px */
	gheight: auto; /* 600px */
	display: inline;
	background-color: #FFFFFF;
	z-index: 2;
}

#Logo-box
{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 165px;
	height: 50px;
	z-index: 3;
}


/***********************************************************/
/** BEGIN : Navigation *************************************/
/***********************************************************/

#Navigation
{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 199px;
	height: 600px;
	z-index: 3;
}

#navigation-item-box_home
{
	position: relative;
	left: 56px;
	top: 10px;
	width: 170px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_doelstelling, #navigation-item-box_beheer
{
	position: relative;
	left: 41px;
	top: 24px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_register
{
	position: relative;
	left: 26px;
	top: 40px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_licenties
{
	position: relative;
	left: 17px;
	top: 55px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_beroepscode
{
	position: relative;
	left: 9px;
	top: 70px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_nascholing
{
	position: relative;
	left: 4px;
	top: 85px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_patient
{
	position: relative;
	left: 2px;
	top: 100px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_alternatievegeneeswijzen
{
	position: relative;
	left: 1px;
	top: 115px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_geneeswijzen
{
	position: relative;
	left: 2px;
	top: 130px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_therapeuten
{
	position: relative;
	left: 5px;
	top: 145px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_aansluiten
{
	position: relative;
	left: 10px;
	top: 160px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_informatie
{
	position: relative;
	left: 20px;
	top: 175px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_brochure
{
	position: relative;
	left: 32px;
	top: 190px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

#navigation-item-box_contact
{
	position: relative;
	left: 48px;
	top: 205px;
	width: 170px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: list;
	z-index: 4;
}

/***********************************************************/
/** END : Navigation ***************************************/
/***********************************************************/

/***********************************************************/
/** BEGIN : Other stuff *************************************/
/***********************************************************/

#page-title
{
	position: absolute;
	top: 35px;
	left:0px;
	width: 775px;
	height: 20px;
	display: inline;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #28539c;
	z-index: 3;
}

#p_title
{
	width: 770px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	display: inline;
	z-index: 4;
}

#page-content
{
	position: absolute;
	top: 20px;
	left:30px;
	width: 750px;
	height: auto;/* 500px */
	text-align: left;
	z-index: 3;
}

#content
{
	position: absolute;
	width: 750px;
	height: auto;/* 500px */
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 4;
}


form div.portlet-msg-success
{
	width: 775px;
	height: 28px;
	display: inline;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 4px auto 4px auto;
	font-weight: bold;
	font-size: 12pt;
	color: #28539c;
	z-index: 3;
	border: 1px solid #28539c;
}

/***********************************************************/
/** END : Other stuff ***************************************/
/***********************************************************/

/***********************************************************/
/** BEGIN : Administrator **********************************/
/***********************************************************/

.popup-inner
{
	background-color: #FFFFFF;
	border: 1px solid #00008c;
}

.popup-inner a
{
	text-decoration: none;
}


.popup-inner a:hover
{
	text-decoration: underline;
}

/***********************************************************/
/** END : Administrator ************************************/
/***********************************************************/

/***********************************************************/
/** BEGIN : EIGEN PORTLETS *********************************/
/***********************************************************/

div span.outputTitle
{
	top: 35px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #28539c;
	z-index: 3;
}
.NTM_NOAG_GENEESWIJZEN_VIEW_BACK
{
	position: absolute;
	top: 35px;
	left: 600px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 9pt;
	color: #28539c;
	z-index: 3;
}
.NTM_NOAG_GENEESWIJZEN_VIEW_BACK .commandButtonBACK
{
	width: 120px;
	height: 35px;
	margin: 2px 5px 2px 5px;
	border: 1px solid #28539C;
}

/*.NTM_NOAG_GENEESWIJZEN_VIEW_ONDERWERP, .NTM_NOAG_GENEESWIJZEN_VIEW_ONDERWERP span*/
.NTM_NOAG_GENEESWIJZEN_VIEW_ONDERWERP
{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 600px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #28539c;
	z-index: 3;
}

.NTM_NOAG_GENEESWIJZEN_VIEW_ONDERWERP span#textOnderwerp1
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 600px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	z-index: 3;
}
.NTM_NOAG_GENEESWIJZEN_VIEW_TEKST
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 600px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	z-index: 3;
}
.NTM_NOAG_GENEESWIJZEN_VIEW_PLAATJE
{	position: absolute;
	top: 80px;
	left: 607px;
	z-index: 3;
}
.columnClass1 .outputText
{
	position: relative;
	display: block;
	left: 0px;
	Xwidth: 600px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #28539c;
	z-index: 3;
}

#NTM_NOAG_GENEESWIJZEN_VIEW_BROWSELIST
{
	position: absolute;
	top: 80px;
	left: 0px;
	Xwidth: 600px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	z-index: 3;
}
#NTM_NOAG_GENEESWIJZEN_VIEW_BROWSELIST span
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}
#NTM_NOAG_GENEESWIJZEN_VIEW_BROWSELIST tr :hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}


/***********************************************************/
/** END : EIGEN PORTLETS ***********************************/
/***********************************************************/

/***********************************************************/
/** BEGIN : WEB_FORM Portlet *******************************/
/***********************************************************/

#webform_block
{
	position: relative;
	top: 20px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
#webform_button
{
	position: relative;
	top: 10px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	display: block;
}
#webform_line
{
	position: relative;
	height: auto;
	width: 790px;
	text-align: top;
	margin: 0px 0px 10px 0px;
}
#webform_line_left
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
}
#webform_line_right
{
	position: absolute;
	left: 210px;
	top: 0px;
	width: 500px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#webform_message
{
	position: relative;
	top: 5px;
	left: 0px;
	width: 700px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

/***********************************************************/
/** END : WEB_FORM Portlet *********************************/
/***********************************************************/

/***********************************************************/
/** BEGIN : THERAPEUTEN VIEW Portlet **********************/
/***********************************************************/

.scrollerTableNoWidth
{
	width: 650px;
}

.scrollerTableNoWidth thead
{
	width: 650px;
	height: 35px;
	border: 1px solid green;
	font-weight: bold;
	font-size: 10pt;
	color: #28539c;
}

.scrollerTableNoWidth a
{
	color: #28539c;
}

/***********************************************************/
/** END : THERAPEUTEN VIEW Portlet ************************/
/***********************************************************/

/***********************************************************/
/** BEGIN : THERAPEUTEN AANMELDEN Portlet ************************/
/***********************************************************/

.errormessage
{
	margin: 0px 0px 0px 5px;
	color: red;
}

.resultText
{
	position: relative;
	top: 50px;
	left: 3px;
	display: block;
}

/***********************************************************/
/** END : THERAPEUTEN AANMELDEN Portlet ************************/
/***********************************************************/
