

/* basic tags overschrijven */

td {
	text-align: left;
}
th {
	text-align: left;
}

/* .Normal harde pixel fontsize gegeven om overal het standaardfont op juiste formaat te tonen */

div#content .Normal {	
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.2em;
	padding: 0;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}

/* tbv o.a. nieuws items in Portaal fontsize instellingen */

.DNN_AnnouncementsContent .SubHead {
	color:#006699;
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size: 12px;
	font-weight:bold;
	margin:0.8em 0 0.1em;
}


/* vanaf hier nieuw toegevoegde div dnn_text zelfde als div text*/

#dnn_text {
	margin: 0;
	}
#dnn_text.wide {
	margin: 0;
	}
#dnn_text table {
	border: 0px;
	margin: 0 4px 0 4px;
	}
#dnn_text table h1 {
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 16px 0 2px;
	}
#dnn_text th {
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 16px 0 2px;
	}
#dnn_text td {
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	padding: 0 16px 0 2px;
	}

#dnn_text ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}
#dnn_text ul {
	list-style: square url(images/li1.gif) outside;
	margin: 0;
	padding: 0;
	}
#dnn_text li {
	margin: 0.2em 0 0.2em 24px;
	font-size: 1em;
	}
#dnn_text ul li ul {
	list-style: square url(images/li2.gif) outside;
	}
#dnn_text li ul li{
	margin-left: 15px;
	font-size: 1em;
	}
#dnn_text ul li li {
	list-style-type:disc;
	}
#dnn_text ul li li li {
	list-style-type:circle;
	}

#dnn_text ol li ol {
	list-style: lower-alpha;
	}
#dnn_text li ol li{
	margin-left: 15px;
	font-size: 1em;
	}
#dnn_text ol li li {
	list-style-type: lower-alpha;
	}
#dnn_text Ol li li li {
	list-style-type: lower-roman;
	}


#dnn_text .description {
	margin: 0 0 0.5em 0; 
	color: #9299ac;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	}
/* tot hier toegevoegde dnn_text div classes */


.ControlPanel {
	position: relative;
	margin: 4px auto 4px auto;
	min-width: 876px;
	max-width: 1206px;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1222 ? "1206px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 891 ? "876px" : "100%")); /* min-width + max-width fix for IE */
	text-align: left;

	}
#contentBox 
{
	z-index:99;
}

#menuBox 
{
	z-index : 1000;
}

	
/* tot hier 4 */
#containerBox {
	position: relative;
	margin: 0 auto 0 auto;
	min-width: 876px;
	max-width: 1206px;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1222 ? "1206px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 891 ? "876px" : "100%")); /* min-width + max-width fix for IE */
	text-align: left;
	}
#contentBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	}
#pageBox {
	position: relative;
	padding: 8px;
	background: url(images/bg_content.gif) no-repeat bottom right #fff;
	}
#content {
	position: relative;
	margin: 0 223px 0 223px;
	padding: 18px 0 16px 0;
	background: #fff;
	z-index: -1;
 	}

#title h3 {
	margin: 0 150px 0 0;	
	}
#header {
	width: 100%;
	margin: 0 0 15px 0;	
	}
 	/*tot hier 2 */
#text {
	margin: 0 223px 0 0;
	}
#text.wide {
	margin: 0;
	}
#text ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}
#text ul {
	list-style: square url(images/li1.gif) outside;
	margin: 0;
	padding: 0;
	}
#text li {
	margin: 0 0 0 24px;
	font-size: 1em;
	}
#text ul li ul {
	list-style: square url(images/li2.gif) outside;
	}
#text li ul li{
	margin: 0 0 0 15px;
	font-size: 1em;
	}
#text .description {
	margin: 0 0 0.5em 0; 
	color: #9299ac;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	}


/*tot hier 1*/

#important {
	margin: 0 223px 0 0;
	}
#important.wide {
	margin: 0;
	}
#important ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}
#important ul {
	list-style: square url(images/li1.gif) outside;
	margin: 0;
	padding: 0;
	}
#important li {
	margin: 0 0 0 24px;
	font-size: 1em;
	}
#important ul li ul {
	list-style: square url(images/li2.gif) outside;
	}
#important li ul li{
	margin: 0 0 0 15px;
	font-size: 1em;
	}
#important .description {
	margin: 0 0 0.5em 0; 
	color: #9299ac;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	}


#infokolom {
	overflow: hidden;
	position: relative;
	float: right;
	width: 200px;
	margin: 0 0 0 24px;
	}
#infokolom .picture {
	margin: 4px 0 1em 0;
	}
#infokolom .image {
	margin: 4px 1em 1em 0;
	}
#infokolom .description {
	margin: 0; 
	color: #6f8a13;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	}

#infokolom .text {
	margin: 0 0 1em 0; 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	color: #069;
	font-size: 0.9em;
	font-weight: normal;
	}
#infokolom .subjects {
	margin: 0 0 1em 0; 
	color: #069;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	}
#infokolom .subjects ul {
	list-style: none;
	width: auto;
	padding: 0 0 0 0;
	background: #fff;
	}
#infokolom .subjects li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.2em 0.4em 0.6em 12px;
	margin: 0;
	border: 0;
	background: url(images/li_subject.gif) left -256px no-repeat;
	text-decoration: none;
	}
#infokolom li a:hover {
	color: #db002d;
	background: url(images/li_subject.gif) left 0 no-repeat;
	}

.bsgbreadcrumb span {
	position: absolute;
	left: -10000px;
	visibility: visible;
	}

.bsgbreadcrumb {
	color: #3977ae;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.2em;
	}

.bsgbreadcrumb a {
	white-space: nowrap;
	}

* {
	margin: 0;
	padding: 0;
	}
#Body {
	background: #3977ae;
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	text-align: center;
	}
.home em {
	color: #db002d;
	font-style: normal;
	}
.home img {
	border: 0;
        overflow:hidden;
	}
.home img.logo {
	margin: 16px 16px 0 0;
	}
.home form {
	margin: 2em 0 0 0;
	}
.home .ControlPanel input, .ControlPanel textarea {
	width: 20em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 1px solid #b9c9d5;
	color: #7e6b60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: transparent;
	}
.home textarea  {
	height: 10em;
	}
.home .clear {
	clear: both;
	}
.home .radiobutton,.home .checkbox {
	width: auto;
	margin: 0;
	vertical-align: middle;
	border: 0;
	}
.home .table {
	clear: both;
	width: auto;
	margin: 0 0 8px 0;
	border-collapse: collapse;
	}
.home .table th, .label {
	padding: 3px 16px 0 2px;
	border-bottom: 1px solid #e9eef2;
	font-size: 0.85em;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}
.home .table td {
	overflow: visible;
	padding: 1px 2px 1px 2px;
	border-bottom: 1px solid #e9eef2;
	color: #333366;
	vertical-align: top;
	white-space: nowrap;
	}
.home .table td.noBorders {
	border: none;
	}
.home .form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px 1px 2px;
	color: #db002d;
	border: 1px solid #cacfdb;
	background: transparent;
	width: 242px;
	}
.home .form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px 1px 2px;
	color: #db002d;
	border: 1px solid #cacfdb;
	background: transparent;
	width: 242px;
	height: 60px;
	}
.home .form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #db002d;
	border: 1px solid #cacfdb;
	width: 250px;
	}
.home .form .radiobutton {
	width: auto;
	border: 0;
	}
.home .form input.textButton a {
	cursor: pointer;
	overflow: visible; /*ie margin fix*/
	width: auto;
	height: auto;
	margin: 4px 0 0 1px;
	padding: 3px 14px 5px 12px;
	font-size: 1em;
	text-align: center;
	border: 0;
	color: #fff;
	background: url(images/bg_button.png) no-repeat bottom right;
	}



.home a.pageEnd span {
	position: absolute;
	left: -999em;
	visibility: visible;
	}
.home a.pageEnd {
	height: 1.6em;
	padding: 0 0 2px 16px;
	color: #069;
	background: url(images/li_end.gif) left -256px no-repeat;
	vertical-align: middle;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
	}
.home a.pageEnd:hover {
	background: url(images/li_end.gif) left 0 no-repeat;
	text-decoration: none;
	}

#copyright span
{
	color: #b0c9df;
}

#footer {
	margin: 2px 0 0 0;
	padding: 0 8px 0 8px;	
	color: #afc9df;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	}
#footer a {
	color: #afc9df;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
#copyright {
	overflow: auto;
	position: relative;
	float: left;
	}
#disclaimer {
	position: relative;
	float: right;
	}
#disclaimer a {
	height: 1.6em;
	margin: 0 0 0 8px;
	padding: 0 0 1px 16px;
	color: #b0c9df;
	background: url(images/li_disclaimer.gif) left -256px no-repeat;
	vertical-align: middle;
	}
#disclaimer a:hover {
	color: #b0c9df;
	background: url(images/li_disclaimer.gif) left 0 no-repeat;
	}
	



.home .hide {
	display: none;
	}
.important {
	color: #db002d;
	font-weight: bold;
	}
#dnn_sfeerbeeld span
{
	overflow:visible;
	position: static;
}
/* QUICKENU */

#quickBox {
	
	position: absolute;
	top: -1px;
	left: 0;
	width: 200px;
	overflow:hidden;
	}
/*overflow: hidden;*/

#quickBoxDivider {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 198px;
	width: 2px;
	margin: 0 0 16px 0;
	background: url(images/divider_vertical_right.gif) repeat-y;
	z-index:100;
	}
#quickBox .divider {
	overflow: hidden;
	width: 200px;
	height: 2px;
	}
#quickBox .top {
	background: url(images/divider_horizontal_top.gif) repeat-x top left; 
	}
#quickBox .bottom {
	background: url(images/divider_horizontal_bottom.gif) repeat-x top left;
	}

.home .quick {
	overflow: hidden;
	width: 200px;	
	color: #2d374f;
	border-bottom: 1px solid #fff;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.25em;
	text-decoration: none;
	}


/* BANNERS */




#bannerBox #bordercontent div div a {
	display: block;
	width: auto;
	height: 132px;	
	padding: 10px 8px 8px 10px;
	color: #fff;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 1.20em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1em;
	}

#bannerBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	margin: 0 0 0 0;
	}
#bannerBoxDivider {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 198px;
	height:1000px;
	width: 2px;
	margin: 0 0 16px 0;
	background: url(images/divider_vertical_left.gif) repeat-y;
	z-index:100;
	}
#bannerBox  .divider {
	overflow: hidden;
	width: 200px;
	height: 2px;
	}
#bannerBox   .top {
	position: absolute;
	top: 0;
	background: url(images/divider_horizontal_top.gif) repeat-x top left; 
	}
#bannerBox   .bottom {
	position: absolute;
	bottom: -1;
	background: url(images/divider_horizontal_bottom.gif) repeat-x top left;
	}
.banner {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 132px;
	border-bottom: 1px solid #fff;
	}
/* HIMedia:service */
.service .image a,.service .image a:hover {
	 display:block;
	color:#fff;
	margin: 0 0 8px 0;
	padding:8px 8px 8px 10px;
	text-decoration:none;
	height:96px;
	}
.service .image .imgTitle { 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
}
/* HIMedia:sphere */
.sphere 
{
	position: relative;
	overflow: hidden;
	margin : 1px 0 0 0 ;
	/* height:600px; */
}


.sphere .image a {
	 display:block;
	color:#fff;
	margin: 0 0 0px 0;
	padding:8px 8px 8px 10px;
	text-decoration:none;
	/* height:600px; */
	}
.sphere .image .imgText { 
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:1em;
	line-height:1.7em;
	padding-top:8px;
	}
.sphere .image .imgTitle { 
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:1.65em;
	font-weight:normal;
	line-height:2em;
	text-align:left;
	text-decoration:none;
	width:auto;
}
.sphere .divider {
	overflow: hidden;
	width: 200px;
	height: 2px;
	}
.sphere .top {
	position: absolute;
	top: 0;
	background: url(images/divider_horizontal_top.gif) repeat-x top left; 
	}
/* HIMedia:banner */

.banner .image a,.banner .image a:hover {
	 display:block;
	color:#fff;
	margin: 0 0 8px 0;
	padding:8px 8px 8px 10px;
	text-decoration:none;
	height:132px;
	}

.banner .image .imgText { 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	line-height:1.2em;
	padding-top:8px;
	}

.banner .image .imgTitle { 
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:1.65em;
	font-weight:normal;
	line-height:2em;
	text-align:left;
	text-decoration:none;
	width:auto;
}

.banner .container 
{
		height:132px;
}

/* SPHERE */
#dnn_sphere1 #bordercontent div div a {
	display: block;
	width: auto;
	height: 540px;	
	padding: 10px 8px 8px 10px;
	color: #fff;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 1.20em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1em;
	}




/* logo */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 74px;
	border-left: 1px solid #036;
	visibility: visible;
	}
/* 	background: url(images/logo_bsg.gif) left 0 no-repeat; */
 


/* PAYOF */
#payoff {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 74px;
	border-right: 1px solid #036;
	background: url(images/payoff_hotitem.gif) no-repeat;
	visibility: visible;
	}




/* SEARCH */


#dnn_dnnSEARCH_optWeb {
	display: none;
	}
#dnn_dnnSEARCH_optSite {
	display: none;
	}
.search span label {
	display: none;
	}
#dnn_dnnSEARCH_txtSearch {

}
/*
#searchBox .search { 
	height:	19px;
	position:relative;
	width: 208px;
	margin: 2px 0 0 0;
	}
#searchBox .search input { 
	float: left;
	position: relative;
	z-index: 100;
	width: 189px;
	height: 19px;
	margin: 0;
	padding:1px 8px 1px 8px;
	border: 0;
	color: #fff;
	background: transparent url(images/bg_search_end.gif) no-repeat left bottom;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.75em;
	}
#searchBox img { 
	margin: 2px 0 0 -8px;
	}
*/
/* --- */
#searchBox div.search {
	z-index: 100;
	position: relative;
	float: right;
	top: 2px;
	right: 2px;
	width: 192px;
	height: 1.25em;
	margin: 0 0 0.1em 0;
	padding: 0;
	background: url(images/bg_search_start.gif) no-repeat top left;
	}
#searchBox div.search input {
	position: relative;
	z-index: 1000;
	float: left;
	width: 154px;
	margin: 1px 0 2px 8px;
	padding: 0;
	color: #fff;
	border: 0;
	background: none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.75em;
	}
#searchBox div.search a {
	font-size: 0.9em;
	position: absolute;
	z-index: 1000;
	right: 8px;
	width: 16px;
	height: 1.65em;
	margin: 2px 0 0 0;
	padding: 0;
	border: 0;
	color: #fff;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	}
#searchBox div.searchbottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 192px;
	height: 12px;
	padding: 0;
	background: url(images/bg_search_end.gif) no-repeat bottom left;
	z-index:200;
	}



/* HEADER */

#headerBox {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 74px;
	border-top: 1px solid #036;
	}




/* MENU */
	
#menuBox {
	font-size: 0.75em;
	position: relative;
	width: 100%;
	padding: 0 0 0.3em 0;
	border-bottom: 1px solid #fff;
	background: url(images/divider_horizontal_bottom.gif) repeat-x bottom left #036;
	}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	width: 100%;
	height: 19px;
	background-color: #036;
	background-repeat: repeat-x;
}

#HouseMenuNav {
	position: relative;
	}
#HouseMenuNav ul {
	height: auto;
	}
/* housemenu toegevoegd */
#HouseMenuNav li {
	float: left;
	margin: 0;
	position: relative;
	}
#HouseMenuNav li.start a {
	border-left: 0;
	}
#HouseMenuNav li.end a {
	border-right: 1px solid #fff;
	}
#HouseMenuNav li a {
	display: block;
	padding: 0.1em 1.2em 0 1.2em;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 0.75em;
	text-align: left;
	text-decoration: none;	
	}
#HouseMenuNav li a:hover {
	color: #fff;
	text-decoration: none;
	}
#HouseMenuNav li a.active {
	color: #fff;
	text-decoration: none;
	background: #db002d;
	}
#HouseMenuNav ul li {
/*		list-style-type:none; */
		z-index: 1000;
	}
#HouseMenuNav li ul {
	z-index: 1000;
	position: absolute;
	left: -999em;
	width: auto;
	margin: 0;
	padding: 5px;
	border: 1px solid #db002d;
	background: #fff;
/*	opacity: .95; 
	filter: alpha(opacity=95); */
	}
#HouseMenuNav li ul li {
	z-index: 2000;
	float:  none;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0 0 1px 0;
	border: 0;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	line-height: 1.35em;
	}
#HouseMenuNav li ul li a {
	position: relative;
	padding: 0.1em 0.4em 0.2em 12px;
	margin: 0;
	border: 0;
	white-space: nowrap;
	color: #036;
	background: url(images/menu_li.gif) left -256px no-repeat;
	vertical-align: middle;
	}
#HouseMenuNav li ul li a:hover {
	color: #fff;
	background: url(images/menu_li.gif) left 0 no-repeat #db002d;
	left:auto;
	}
#HouseMenuNav li:hover ul, #HouseMenuNav li.sfhover ul {
	display: block;
	left: auto;
	}

/* voor edit mode */
	
#centerpane .containermaster_blue { 
width:70%;
}

/* breadcrumb */

#breadcrumb 
{
	margin: 0 0 5px 1px;
	
}

#breadcrumb img
{
	margin: 0 0 2px 0;
	padding: 0 2px 0 0;
	
} 
/*
#dnn_dnnBREADCRUMB_lblBreadCrumb img {
padding:4px 5px 0px 4px;
margin: 10px;
}
*/
#dnn_dnnBREADCRUMB_lblBreadCrumb a:hover 
{
		text-decoration: none;
margin: 0 4px 0 0;
}

#dnn_dnnBREADCRUMB_lblBreadCrumb a 
{
		text-decoration: none;
margin: 0 4px 0 0;
}

/* sideInfo links */
#infokolom .hllcontent li a {
	line-height: 1.2em;
 	font-size: 0.9em;
	display: block;
	width: 144px;
	color: #2D374F;	
	font-family: Tahoma, Arial, Verdana, Helvetica;
	background: url(images/li_subject.gif) left -256px no-repeat;
	text-decoration: none;
	padding: 1px 0 0 14px;
	}

#infokolom .hllcontent li a:hover {
	line-height: 1.2em;
 	font-size: 0.9em;
	display: block;
	width: 144px;
	color: #DB002D;	
	font-family: Tahoma, Arial, Verdana, Helvetica;
	background: url(images/li_subject.gif) left 0 no-repeat;
	text-decoration: none;
	padding: 1px 0 0 14px;
	}

#infokolom .hllcontent ul {
	list-style: none;
	margin: 4px 7px 4px 5px;
	padding: 0;
	background: #fff;
	}
#infokolom .hllcontent li {
	line-height: 1.2em;
	padding: 0 0 0 3px;
	}

/* login bovenin
/* login */
#headerBox #login {
	position: absolute;
	right: 0;
	padding: 0 8px 0 8px;	
	color: #afc9df;
	font-family: Tahoma, Arial;
	font-weight: normal;
	line-height : 1em;
	font-size: 0.9em;
	margin: 4px 0 0 0;
	}
#headerBox #login a {
	height: 1.6em;
	margin: 0 0 0 8px;
	padding: 0 0 1px 16px;
	color: #069;
	background: url(images/li_login.gif) left -256px no-repeat;
	vertical-align: middle;
	text-decoration: none;
	}
#headerBox #login a:hover {
	color: #069;
	background: url(images/li_login.gif) left 0 no-repeat;
	text-decoration: none;
	}

#searchresultcontent td  
{
	color:#fff;
}

#searchresultcontent span[id$="lblRelevance"] 
{
	display:none;
}

#searchresultcontent span[id~"lblRelevance"] 
{
	display:none;
}
/*

#searchresultcontent td a + span 
{
		display:none;
}
*/
#searchresultcontent .Relevance
{
	display:none;
}

#searchresultcontent tr td span:first-line 
{
	font-weight: bold; 
}

#searchresultcontent td span.SubHead
{
	display:none;
}


#searchresultcontent td a.SubHead 
{
	display:none;
}

#searchresultcontent td span.Normal 
{
	color:#000;
}

#searchresultcontent td a.CommandButton
{
	color:#000;
}

/* fck texteditor area styling gelijk aan pagina */
/* BSG styling */
body iframe {
	background: #fff;
	color: #036;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	text-align: center;
	}

p {
	width: auto;
	margin: 0;
	text-align: justify;
	}
br {
	margin: 0;
/*	margin: 0 0 0.5em 0;  */
	text-align: justify;
	}
h1, h1 a, h1 a:hover {
	width: auto;
	height: auto;
	margin: 0.4em 0 0 0;
	color: #036;
	FONT-SIZE: 0.8em;
	line-height: 1.2em;
	FONT-weight: normal;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	}
h2, h2 a, h2 a:hover  { 
	width: auto;
	height: auto;
	margin: 0.4em 0 0 0;
	color: #89a532;
	FONT-SIZE: 0.8em;
	line-height: 1.2em;
	FONT-weight: normal;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	}
h3 {
	margin: 0 150px 0.6em 0;
	color: #db002d;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
	}
h4 {
	margin: 0.8em 0 0.1em 0; 
	font-family:Tahoma,Arial,Verdana,Helvetica;
	color: #89a532;
	font-size: 1.4em;
	font-weight: bold;
	}
h4 span {
	font-weight: normal;
	}
h5 { 
	margin: 0.8em 0 0.1em 0; 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	color: #069;
	font-size: 1em;
	font-weight: bold;
	}
h6 	{
	margin: 0.8em 0 0.1em 0; 
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size: 1em;
	font-weight: bold;
	}
/* nieuwe class om klein commentaar toe te voegen aan opmaak dropdown */
.Comment {
	font-size: 0.8em;
	}

/* voor edit mode: */

#dienst1 , #dienst2, #dienst3 {
float:left;
height:96px;
margin:0pt 8px 8px 0pt;
position:relative;
width:172px;
}

/* overige aanpassingen */

.service .divider {
height:0px;
}


.Normal {	
    FONT-SIZE: 1em;
	LINE-HEIGHT: 1.2em;
	PADDING-TOP: 8px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}


div#services {
   	clear:both;
	overflow:hidden;
  }

/* overig */


.login .Normal {	
    FONT-SIZE: 11px;
	LINE-HEIGHT: 1.2em;
	PADDING-TOP: 8px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}


div.login {
    height:400px;
}

.login tr td a {
                display:none;
}

#dnn_sfeerbeeld {
overflow:hidden;
}

/* voor minimale hoogte */

div#content {
    min-height:600px;
	height:expression(this.scrollHeight < 500 ? "600px" : "auto" );
}

/* links in tekst */

a:link { 
color:#006699;
text-decoration:none;
text-align:left;
}

a:hover { 
color:#FF0000;
text-decoration:underline;
text-align:left;
}

a:visited { 
color:#006699;
text-align:left;
text-decoration:none;
}

/* niet in plaatjes */
.image  a:link { 
color:#ffffff;
text-decoration:none;
text-align:left;
}

.image   a:hover { 
color:#ffffff;
text-decoration:underline;
text-align:left;
}

.image a:visited { 
color:#ffffff;
text-align:left;
text-decoration:none;
}



/* kleur blauw laten doorlopen in sfeerbeeld links onder */

.sphere .image a {
          height:2000px;
}

.sphere { 
        background:#3b78af;
}

#quickBoxDivider { 
          height:2000px;
}

/* preview verbergen bij tekst bewerken */

div.search {
display:none;
}

.hidden {
 visibility : hidden;
}


div#nav_main {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 19px;
	background-color: #036;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
 

div#nav_main ul {
   	float: left;  
	position: relative;
	list-style: none;
  	left: 14px;
	height: 24px;
	padding: 0 8px 0 2px;
}


div#nav_main ul li {
/*		list-style-type:none; */
		z-index: 1000;
	}

div#nav_main li {
	z-index: 1000;	
	position: relative;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: url(images/nav_main_divider.gif) no-repeat right center;
}


div#nav_main li.start a {
	border-left: 0;
	}
div#nav_main li.end a {
	border-right: 1px solid #fff;
	}

div#nav_main div#nav_login {
	position: relative;
	left: -80px;
	float: right;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0;
	border: none;
	background: none;
}
div#nav_main div#nav_login a {
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 14px 6px 14px;
	color: #d9ebfb;
	background: url(images/nav_main_li_login.gif) no-repeat -1px center;
	font-family: Verdana, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
div#nav_main div#nav_login a:hover {
	color: #fff;
	background: url(images/nav_main_li_mo.gif) no-repeat left center;
	text-decoration: none;
}
div#nav_main div#nav_login ul {
	background: none;
}
div#nav_main div#nav_login li {
	background: none;
}
div#nav_main li a {
	display: block;
	margin: 0 2px 0 0;
	padding: 0.1em 0.5em 0 0.5em;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;

	border-right: 1px solid #fff;
}



div#nav_main li a:hover {
	color: #fff;
	background: url(images/nav_main_current.gif) repeat-x #00319b;
	text-decoration: none;
}
div#nav_main li.current a, div#nav_main li.current a:hover {
	color: #fff;
	background: #db002d;
	text-decoration: none;
}




div#nav_main li ul {
	position: absolute;
	list-style: none;
	top: -999em;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px;
	border: 1px solid #db002d;
	background: #fff;
	line-height: 1.5em;

/*	opacity: .95;
	filter: alpha(opacity=95); */


}
/* 	z-index: 1000; */


div#nav_main li ul li {
	display: inline;
	position: relative;
	float: none;
	list-style: none;
	height: auto;
	margin: 0;
	padding: 0 0 1px 0;
	border: 0;
	background: none;
	line-height: 1.35em;
	
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	 
}

/*	z-index: 2000;*/


div#nav_main li ul li a, div#nav_main li.current ul li a {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 0.1em 0.4em 0.2em 12px;
	border: 0;
	color: #036;
	background: url(images/menu_li.gif) left -256px no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	white-space: nowrap;

	white-space: nowrap;
	vertical-align: middle;
}


div#nav_main li ul li a:hover, div#nav_main li.current ul li a:hover {
	color: #fff;
	background: url(images/menu_li.gif) left 0 no-repeat #db002d;
	 
}
 


div#nav_main li:hover ul, div#nav_main li.sfhover ul {
	display: block;
	top: auto;
}
  
div#content .NormalBold .UDT_Table_Head {
	padding: 2px 8px 2px 8px;
	color: #069;
	font-size: 11px;
}
div#content .Normal .UDT_Table_AlternateItem {
	padding: 2px 8px 2px 8px;
	color: #036;
	font-size: 11px;
}
div#content .Normal .UDT_Table_Item {
	padding: 2px 8px 2px 8px;
	color: #036;
	font-size: 11px;
}
div#content .Normal .UDT_Table_AlternateItem td {
	padding: 2px 8px 2px 8px;
	color: #036;
	font-size: 11px;
}
div#content .Normal .UDT_Table_Item td {
	padding: 2px 8px 2px 8px;
	color: #036;
	font-size: 11px;
}
div#content .Normal .UDT_Table_Row {
	padding: 2px 8px 2px 8px;
	color: #036;
	font-size: 11px;
}
div#content .UDT_Table_Row {
	color: #036;
	font-size: 11px;
}
.PagingTable {
	height:24px;
	margin-top:8px;
}
.PagingTable .Normal{
	font-size: 10px;
	color: #036;
}
.DNN_UserDefinedTableContent {
	text-align: left;
}
span H3 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 4px 0;
}
span H4 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 4px 0;
}  


.SelectedTab { 
color:#FFFFFF;
font-family:Verdana,Tahoma,Arial,Helvetica;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

/* for google chrome, content links uitlijnen */
#contentBox { 
clear:both;

}

.DNN_AnnouncementsContent .Normal {
	font-size: 76%;
}

.ListBaseStyle a {
}

.MemberArea {
	padding: 8px 0;
}

.MemberArea td {
	font-size: 76%;
	text-align: left;
}


.MemberArea th {
	font-size: 76%;
	text-align: left;
}

.MemberArea td a {
	font-size: 1em;
	text-align: left;
}

.MemberArea td a:link {
	font-size: 1em;
	text-align: left;
}

.MemberArea td a:hover {
	font-size: 1em;
	text-align: left;
	color:#FF0000;
	text-decoration:underline;
}


.MemberArea td a:active {
	font-size: 1em;
	text-align: left;
	color:#FF0000;
	text-decoration:underline;

}

.MemberArea .ItemList td {
	padding: 2px 0 2px 0;
}

.MemberArea .AlternateItemList td {
	padding: 2px 0 2px 0;
}

.LiveTabsContent {
	padding-bottom: 8px;
}
/* styling voor headings in bestuurshoek */

.Head {
	margin: 0.8em 0 0.1em 0; 
	font-family:Tahoma,Arial,Verdana,Helvetica;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	}
.SubHead {
	color:#006699;
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size: 11px;
	font-weight:bold;
	margin:0.8em 0 0.1em;
}


/* userprofile kolom breedte gelijk in tabs */
.ItemList td , .AlternateItemList td {
	width:10px;
	margin: 0 10px 0 10px;
}

.ItemList td.ColDISPLAYNAMESTUP, .AlternateItemList td.ColDISPLAYNAMESTUP {
	width:150px;
}
/* secure list ( recente publicaties ) in Content */
 


#links_securelist_hi.secure div.secureheader {
	padding: 4px 0px 0px 0px;
}



html>body #links_securelist_hi.secure div.secureheader {
	padding: 0px 0px 0px 0px;
}

#links_securelist_hi.secure .hllcontent table tr td li   {
	display:inline;
	margin: 0px 0px 0px 4px;
}

html>body #links_securelist_hi.secure .hllcontent table tr td li   {
	position: relative;
	left: -4px;
	display: block;
	width: 300px;
	height: 0.8em;
	margin: 0;
	padding: 0;
}

#links_securelist_hi.secure .hllcontent table tr td li div a.Normal {
	display:inline;
}

html>body #links_securelist_hi.secure .hllcontent table tr td li div a.Normal {
	display:block;
	width: 300px;
	

}
#links_securelist_hi.secure .hllcontent ul li.hlltop {
	height: 0;
}
.LinksDesignTable td {
	height: 0.8em;
	display: block;
}


#links_securelist_hi.secure .hllcontent ul td li , 
#links_securelist_hi.secure  tr td li {
width:300px;
list-style-type:none;
}

#links_securelist_hi.secure .hllcontent div.item a,
#links_securelist_hi.secure .hllcontent ul ,
#links_securelist_hi.secure .hllcontent ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#links_securelist_hi.secure .hllcontent div.item a img {
	margin: 1px 1px -20px -35px;
}

#links_securelist_hi.secure div.secureheader {
line-height:1px;	
height:1px;
}

html>body .secure div.secureheader {
line-height:1px;	
height:1px;
}
.normal .MemberArea .ListBaseStyle {
	position: relative;
	left: -12px;
}
.normal .MemberArea .ListBaseStyle .ListHeader{
	width: auto;1
	white-space: nowrap;
	line-height: 0.9em;
	height: auto;
}
.normal .MemberArea .ListBaseStyle .ItemList {
	width: auto;
	white-space: nowrap;
	line-height: 0.9em;
	height: auto;

}
.normal .MemberArea .ListBaseStyle .ItemList td{
	margin: 0 8px 0 0;
	min-width: 16px;
}
.normal .MemberArea .ListBaseStyle .AlternateItemList td{
	margin: 0 8px 0 0;
	min-width: 16px;
}
.normal .MemberArea .ListBaseStyle .AlternateItemList {
	width: auto;
	white-space: nowrap;
	line-height: 0.9em;
	height: auto;
}
.normal .MemberArea .ListBaseStyle .ItemList .ColTelephone{
	width: 10em;
	
}
.normal .MemberArea .ListBaseStyle .AlternateItemList .ColTelephone{
	width: 10em;

}

.normal .MemberArea .ListBaseStyle .ItemList .ColFunctie{
	width: 12em;
	white-space: nowrap;
}
.normal .MemberArea .ListBaseStyle .AlternateItemList .ColFunctie{
	width: 12em;
	white-space: nowrap;

}

/* besluiten lijst styling */

.Normal #Datum_x0020_besluit_UDT_Value {
	display:block;
	white-space:nowrap;
	vertical-align: top;

}

.Normal #Categorie {
	vertical-align: top;

}

h3.nomargin {
margin:0 0 0 0;
}

h4.nomargin {
margin:0 0 0 0;
}

#content .quickhi .hllcontent li  tr td div.secureheader {
	height:1px;
	margin: -5px -5px -5px -5px;
}

.DNN_UDT_URLContainer select.NormalTextBox {
	width:400px;
}


#dnn_ctr4796_DynamicUserDirectory_pnlFilter a {
	color:#006699;
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size: 18px;
	font-weight:bold;
	margin:3px 3px 3px 3px;
}

#dnn_ctr4796_DynamicUserDirectory_cellPaging2 div  {
	float:right;
}

#dnn_ctr4796_DynamicUserDirectory_cellPaging2 div  a {
	color:#006699;
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size: 18px;
	font-weight:bold;
	margin:4px 4px 4px 4px;
}

#dnn_ctr4796_DynamicUserDirectory_cellPaging div {
	float:right;
}

#dnn_ctr4796_DynamicUserDirectory_cellPaging div a {
	color:#006699;
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size: 18px;
	font-weight:bold;
	margin:4px 4px 4px 4px;
}

.Dynamic tr td div a:link {
	text-align:right;
}
