/*___ NAVIGATIE ___*/

#tblNavigatie
{
	width: 100%;
	font-size: 11px;
	margin-bottom: 10px;
	height: 32px;
	border: 1px solid #000000;
	background:url('../imgsite/navigatie_bg.gif');
	background-repeat: repeat-x;
}


.tdNavigatieLinks
{
	width: 25%;
	text-align: left;
	padding: 5px;
}

.tdNavigatieRechts
{
	width: 25%;
	text-align: right;
	padding: 5px;
}

/*___ AFDRUKKEN ___*/

.tblAfdrukken
{
	width: 100%;
	font-size: 11px;
	width:100%;

}


.tdAfdrukkenLinks
{
	width: 50%;
	text-align: left;
	padding: 5px;
}

.tdAfdrukkenRechts
{
	width: 50%;
	text-align: right;
	padding: 5px;
}


/*___ DETAILS ___*/

.tblDetails
{
	width: 100%;
	padding-top: 10px;
}
	.tdDetailsTitel
	{
		background:url('../imgsite/titel_bg.gif');
		background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
		width:100%;
		height: 32px;	
		border:1px solid #F0B20F;	
	}
		.lblTitel
		{
			color: #ffffff; /* $COLOR_TXT_TITEL1$ */
			font-size: 12px; /* $FONT_SIZE_TITEL1$ */
            font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
			text-transform: uppercase;
			padding-left: 5px;
		}
	.tdDetailsInhoud
	{
		
	}
	
/*___ VIDEO ___*/

.tblVideo
{
	width: 100%;
	padding-top: 10px;
}
	.tdVideoTitel
	{
		background:url('../imgsite/titel_bg.gif');
		background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
		width:100%;
		height: 32px;
		border:1px solid #F0B20F;
	}
		.lblVideoTitel
		{
			color: #ffffff; /* $COLOR_TXT_TITEL1$ */
			font-size: 12px; /* $FONT_SIZE_TITEL1$ */
            font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
			text-transform: uppercase;
			padding-left: 5px;			
		}
	.tdVideoInhoud
	{
		text-align: center;
		background-color:#EAEAEA;
	}


/*___ INDELING ___*/

.tblIndeling
{
	width: 100%;
	padding-top: 10px;
}
	.tdIndelingTitel
	{
		background:url('../imgsite/titel_bg.gif');
		background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
		width:100%;
		height: 32px;
		border:1px solid #F0B20F;
	}
		.lblIndelingTitel
		{
			color: #ffffff; /* $COLOR_TXT_TITEL1$ */
			font-size: 12px; /* $FONT_SIZE_TITEL1$ */
            font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
			text-transform: uppercase;
			padding-left: 5px;			
		}
	.tdIndelingInhoud
	{
	
	}

/*___ TECHNISCH ___*/

.tblTechnisch
{
	width: 100%;
	padding-top: 10px;
}
	.tdTechnischTitel
	{
		background:url('../imgsite/titel_bg.gif');
		background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
		width:100%;
		height: 32px;
		border:1px solid #F0B20F;
	}
		.lblTechnischTitel
		{
			color: #ffffff; /* $COLOR_TXT_TITEL1$ */
			font-size: 12px; /* $FONT_SIZE_TITEL1$ */
            font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
			text-transform: uppercase;
			padding-left: 5px;			
		}
	.tdTechnischInhoud
	{
	
	}

/*___ PANDEN ___*/

.tblPanden
{
	width: 100%;
	padding-top: 10px;
}
	.tdPandenTitel
	{
		background:url('../imgsite/titel_bg.gif');
		background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
		width:100%;
		height: 32px;
		border:1px solid #F0B20F;
	}
		.lblPandenTitel
		{
			color: #ffffff; /* $COLOR_TXT_TITEL1$ */
			font-size: 12px; /* $FONT_SIZE_TITEL1$ */
            font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
			text-transform: uppercase;
			padding-left: 5px;			
		}
	.tdPandenInhoud
	{
	
	}
	
/*___ BESTANDEN ___*/

.tblBestanden
{
	width: 100%;
	padding-top: 10px;
}
	.tdBestandenTitel
	{
		background:url('../imgsite/titel_bg.gif');
		background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
		width:100%;
		height: 32px;
		border:1px solid #F0B20F;
	}
		.lblBestandenTitel
		{
			color: #ffffff; /* $COLOR_TXT_TITEL1$ */
			font-size: 12px; /* $FONT_SIZE_TITEL1$ */
            font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
			text-transform: uppercase;
			padding-left: 5px;			
		}
	.tdBestandenInhoud
	{
	
	}
	
/*___ CONTACT ___*/

.tblContact
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
	.tdContactTitel
	{
		background:url('../imgsite/titel_bg.gif');
		background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
		width:100%;
		height: 32px;
		border:1px solid #F0B20F;
	}
		.lblContactTitel
		{
			color: #ffffff; /* $COLOR_TXT_TITEL1$ */
			font-size: 12px; /* $FONT_SIZE_TITEL1$ */
            font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
			text-transform: uppercase;
			padding-left: 5px;			
		}
	.tdContactInhoud
	{
		text-align: center;
		padding: 10px;
		width:100%;
	
	}
	.tblContactFormulier
	{
		background-color:#EAEAEA;
		margin: 0 auto;
		width: 100%;
		
	}
		.lblContactForm
		{
			padding-left: 5px;
			color:#000000;
		}
	
		.tdContactLinks
		{
			vertical-align: top;
			width: 100px;
			color:#000000;
			
		}
		.tdContactRechts
		{
			
		}
		
		
/*___ HYPERLINKS ___*/

.hypTerug
{
	color:#000000;	
}

.hypTerug:link
{
	color:#000000;	
}

.hypTerug:hover
{
	color:#F0393B;	
}

.hypVorige
{
	color:#000000;	
}

.hypVorige:link
{
	color:#000000;	
}

.hypVorige:hover
{
	color:#F0393B;	
}

.hypVolgende
{
	color:#000000;	
}

.hypVolgende:link
{
	color:#000000;	
}

.hypVolgende:hover
{
	color:#F0393B;	
}


.hypPand
{
	color:#797886;	
}

.hypPand:link
{
	color:#797886;	
}

.hypPand:hover
{
	color:#F0393B;	
}

.hypPand:visited
{
	color:#F0393B;	
}

.dlFotos_pages
{
	color:#797886;	
}

.dlFotos_pages:link
{
	color:#797886;	
}

.dlFotos_pages:hover
{
	color:#F0393B;	
}

.dlFotos_pages:visited
{
	color:#F0393B;	
}



#tblDetail
{
	width: 100%;	
}
    #trDetail{vertical-align:top;}
        #tdLinks
        {
			padding: 10px;
		}
            #tblLinks{}
                #trTerug{}
                    #tdTerug{font-size:12px;padding-bottom:15px;padding-top:15px;}
                        .imgPrev{}
                        .imgNext{}
                #tdPrint{text-align:right;padding-right:7px;}
                .trHoofdFoto{}
                    .tdHoofdFoto
                    {
                       
                        padding:2 2 2 2;
                        text-align:center;
                        vertical-align:middle;
                    }
                        .hypHoofdFoto{}
                        .imgHoofdFoto
                        {
                            border:solid 1px #000000;	/* $COLOR_BORDER_IMAGE1$ */
                         }
                .trFotos{}
                    #tdFotos
                    {
						
					}
						.tdMeerFotosTitel
						{
							background:url('../imgsite/titel_bg.gif');
							background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
							width:100%;
							height: 32px;
							border:1px solid #F0B20F;
						}
						
						
                        #dvFotos
                        {
							background:url('../imgsite/titel_bg.gif');
							background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
							width:100%;
							height: 32px;
							border:1px solid #F0B20F;
							
						}	
                            .lblFotosTitel
                            {
                                color: #ffffff; /* $COLOR_TXT_TITEL1$ */
                                font-size: 12px; /* $FONT_SIZE_TITEL1$ */
                                font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
								text-transform: uppercase;
								padding-left: 5px;
														
								
                             }	
                             
                        .tdMeerFotos
                        {
							text-align: center;
							margin: 0 auto;
							
						}
                             
                            .hypFoto{}
                            .imgFoto
                            {
								text-align: center;
								margin: 0 auto;	
							}
                            .dlFotos_alternatingStyle
                            {
								width: 50%;	
								text-align:center;
								margin: 0 auto;
								
							}
                            .dlFotos_ItemStyle
                            {
								width: 50%;
								text-align:center;
								margin: 0 auto;
								}
                            .dlFotos_FooterStyle
                            {
								height: 10px;
								text-align: center;
							}
                            .dlFotos_style
                            {
								width: 100%;
								text-align: center;
								margin: 0 auto;
							}
                            .dvImgFoto
                            {
                                text-align:center;
                                vertical-align:middle;
                                padding:2 2 2 2;
                                border:solid 1px #665C43;	/* $COLOR_BORDER_IMAGE1$ */
                                cursor:pointer;
                                background-color:#3A3A3A;
                                margin: 0 auto;
                            }
                #trPlannen{}
                    #tdPlannen{padding-bottom:15px;padding-top:15px;}
                        #dvPlannenTitel
                        {
							border-bottom:solid 1px #000000;	/* $COLOR_BORDER_TITEL1$ */
							width:100%;
						}	

                                .gvBestanden{}
                                .gvBestanden_alternatingRowStyle
                                {
								
									background-color:#fafafa;	/* $COLOR_BGK_LIST2$ */
									color:#000000;	/* $COLOR_TXT_LIST2$ */
									font-size:12px;
								}
                                .gvBestanden_RowStyle
                                {
										background-color:#EAEAEA;	/* $COLOR_BGK_LIST1$ */
									color:#000000;	/* $COLOR_TXT_LIST1$ */
														
									font-size:12px;	
								}
                                .gvBestanden_HeaderStyle{}
                                .gvBestanden_FooterStyle
                                {
									height: 10px;
								}
                                .gvBestanden_PagerStyle{}
                                .lblgvBestandenTitel{}
                                .lblgvBestanden
                                {
									color:#000000;
								}
                                .hypgvBestanden{}
                #trPanden{}
                    #tdPanden{}
                        #dvPandenTitel
                        {
							border-bottom:solid 1px #000000;	/* $COLOR_BORDER_TITEL1$ */
							width:100%;
						}

                        .dlPanden{}
                            .dlPanden_alternatingStyle
                            {
								background-color:#fafafa;	/* $COLOR_BGK_LIST2$ */
									color:#000000;	/* $COLOR_TXT_LIST2$ */
									font-size:12px;
							}
                            .dlPanden_ItemStyle
                            {
									background-color:#EAEAEA;	/* $COLOR_BGK_LIST1$ */
									color:#000000;	/* $COLOR_TXT_LIST1$ */
														
									font-size:12px;	
							}
                            .dlPanden_style
                            {
								width: 100%;
							}
                            .dlPanden_FooterStyle
                            {
								height: 10px;	
							}


        #tdRechts
        {
			width: 100%;
			padding-top: 10px;	
		}

            #tblRechts
            {
				width: 100%;
			}	
                #trPrevNext{}
                    #tdPrev{width: 50%;text-align:left;padding-bottom:15px;padding-top:15px;font-size:12px;}
                        .hypVorige{}
                    #tdNext{width: 50%;text-align:right;padding-bottom:15px;padding-top:15px;font-size:12px;}
                        .hypVolgende{}                            
                #trTitel{}
                    #tdTitel{padding-bottom:3px;}

                #trGegevens{}
                    #tdGegevens
                    {
						border-top:solid 1px #000000;	/* $COLOR_BORDER_TITEL1$ */
						padding-top:5px;
					}	
                        .gvDetails_alternatingRowStyle
                        {
							vertical-align:top; 
							background-color:#F7C94C;	/* $COLOR_BGK_LIST2$ */
							color:#000000;	/* $COLOR_TXT_LIST2$ */
							font-size:12px;
						}
                        .gvDetails_RowStyle
                        {
							background-color:#F4B60E;	/* $COLOR_BGK_LIST1$ */
							color:#000000;	/* $COLOR_TXT_LIST1$ */
							vertical-align:top;							
							font-size:12px;
						}
                        .gvDetails_HeaderStyle{}
                        .gvDetails_FooterStyle
                        {
							height: 10px;
						}
                        .gvDetails_PagerStyle{}
                        .lblDetail
                        {
								
						}
                        .lblDetailValue
                        {
							
						}
						.detailTitel
						{
							width: 200px;
						}
                        
                #trTechnisch{}
                    #dvTechnischTitel
                    {
                        border-bottom:solid 1px #000000;	/* $COLOR_BORDER_TITEL1$ */
                        width:100%;
				    }

                    #gvTechnisch{}
                        .gvTechnisch{}
                        .gvTechnisch_alternatingRowStyle
                        {
                            vertical-align:top; 
							background-color:#fafafa;	/* $COLOR_BGK_LIST2$ */
							color:#000000;	/* $COLOR_TXT_LIST2$ */
                            font-size:12px;
                        }	
                        .gvTechnisch_RowStyle
                        {
							vertical-align:top;
							background-color:#EAEAEA;	/* $COLOR_BGK_LIST1$ */
							color:#000000;	/* $COLOR_TXT_LIST1$ */
							font-size:12px;
						}
                        .gvTechnisch_HeaderStyle{text-align:left;}
                        .gvTechnisch_FooterStyle
                        {
							height: 10px;
						}
                        .gvTechnisch_PagerStyle{}
                        .lblgvTechnischTitel{}
                        .lblgvTechnisch{}
    
    #trIndeling{}
        #tdIndeling{}
            #dvIndelingTitel
            {
				border-bottom:solid 1px #000000;	/* $COLOR_BORDER_TITEL1$ */
				width:100%;
			}	
	
            .gvIndeling{}
            .gvIndeling_HeaderStyle
            {
                text-align:left;
                font-size:12px;
                color:#000000; /* $COLOR_TXT_LIST3$ */
             }	
                .gvIndeling_alternatingRowStyle
                {
					font-size:12px;
					background-color:#fafafa;	/* $COLOR_BGK_LIST2$ */
					color:#000000;	/* $COLOR_TXT_LIST2$ */
				}
                .gvIndeling_RowStyle
                {
					font-size:12px;
					background-color:#EAEAEA;	/* $COLOR_BGK_LIST1$ */
					color:#000000;	/* $COLOR_TXT_LIST1$ */
				}
            .gvIndeling_FooterStyle
            {
				height: 10px;
			}
            .gvIndeling_PagerStyle{font-size:12px;}
            .lblgvIndelingTitel{font-size:12px;}
            .lblgvIndeling{}

.back-form-big
{
	vertical-align:top;
}

.chkAlgemeen
{
	padding-left: 10px;
}

/* ___ DETAIL PRINT ___ */

.tblWrapperPrint
{
	width: 100%;
	height:100%;
	background-color: #ff0000;
	color: #000000;
}

.tdTitelPrint
{

		border-bottom: 1px solid #333333;
		background:url('../imgsite/titel_bg.gif');
		background-repeat: repeat-x;	/* $COLOR_BORDER_TITEL1$ */
		width:100%;
		height: 32px;
		
}
	.lblTitelPrint
	{
			color: #ffffff; /* $COLOR_TXT_TITEL1$ */
			font-size: 12px; /* $FONT_SIZE_TITEL1$ */
            font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
			text-transform: uppercase;
			padding-left: 5px;	
	}
	
.tblBanner
{
	width:100%;
	padding-bottom: 20px;
	border-bottom: 1px dotted #013775;
}
	.tdBannerLinks
	{
		width:50%;
		text-align: left;
	}
	.tdBannerRechts
	{
		width:50%;
		text-align: right;
	}
	
.tdTitelPrint
{
	color: #000000; /* $COLOR_TXT_TITEL1$ */
    font-size: 12px; /* $FONT_SIZE_TITEL1$ */
    font-weight: bold;  /* $FONT_BOLD_TITEL1$ */
	text-transform: uppercase;
	padding-left: 5px;
	border-bottom: 1px solid #000000;	
}

