padding
{
	padding:10px;
}
.padding_top
{
	padding-top:10px;
}
.padding_right
{
	padding-right:10px;
}
.padding_bottom
{
	padding-bottom:10px;
}
.padding_left
{
	padding-left:10px;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
	margin: 0 auto;
}
.align_right
{
	text-align: right;
}
.valign_top
{
	vertical-align: top;
}
.valgin_middle
{
	vertical-align:middle;
}
.valign_bottom
{
	vertical-align: bottom;
}
.float_left
{
	float: left;
}
.float_right
{
	float:right;
}

.dvSpacer
{
	height: 10px;
}
.dvSpacer5
{
	height: 5px;
}

.full_height
{
	height: 100%;
}

.ddlAlgemeen
{
	background-color:#F4F4F4;
	border: 1px solid #D3B9E9;
}
.ddlAlgemeen option
{
	background-color:#F4F4F4;
}

.tblAlgemeen
{
	width: 100%;
}
	.tdAlgemeenTitel
	{
		height:16px;
		background-color:#9e6ace;
		padding: 0px 0px 0px 15px;		
	}
	/*
	.tdAlgemeenTitelDetail span
	{
		height: 12px;
		background-color:#F3F3F3;
		padding: 0px 0px 0px 0px;
		
		line-height:12px;
		font-size: 14px;
		color:#e40c1b;
		font-family: Arial, Verdana, Tahoma, Sans-Serif;
		text-transform: uppercase;
		font-weight: bold;

	}*/
	.dvAlgemeenTitel
	{
		margin: 0 auto;
		width: 668px;
	}
	
	.tdAlgemeenTitel span
	{
		height: 16px;
		background-color:#F3F3F3;
		padding: 0px 10px 0px 10px;
		
		line-height:16px;
		font-size: 16px;
		color:#e40c1b;
	font-family:Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;

	}
	.tdAlgemeenNaamTitel
	{
		width: 100%;
		font-size: 16px;
		height: 40px;
		font-weight:bold;
		vertical-align: top;
		text-transform: uppercase;
		color:#FF6C00;
	font-family:Arial, Helvetica, sans-serif;
	}
		
	.tdAlgemeenInhoud
	{
		width: 100%;
	}
	.tdAlgemeenInhoudBG
	{
		background-color:#D7D7D7;
		padding:1px;
	}
	.tdAlgemeenLinks
	{
		width: 50%;
		max-width:50%;
		padding-right: 5px;
		vertical-align: top;
	}
	.tdAlgemeenRechts
	{
		width: 50%;
		padding-left: 5px;
		vertical-align: top;
	}
	
	.tblAlgemeenBorder
	{
		width: 100%;
		vertical-align: top;
		border:1px dotted #DFDFDF;
	}
	

.tblKaderGroot
{
	/*width: 706px;	
	margin: 0 auto;
	background:url("../../../imgsite/kader_groot.png");
	background-position: center top;
	background-repeat: no-repeat;*/
	width: 686px;
	margin: 0 auto;
	
	
}
	.tdKaderGrootTop
	{
		width: 100%;
		height: 10px;
		vertical-align: top;
		background:url("../../../imgsite/kader_groot_top.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.tdKaderGrootMidden
	{
		width: 100%;		
		vertical-align: top;
		background:url("../../../imgsite/kader_groot_mid.png");
		background-position: left top;
		background-repeat: repeat-y;
	}
	
	.tdKaderGrootBottom
	{
		width: 100%;
		height: 15px;
		vertical-align: top;
		background:url("../../../imgsite/kader_groot_bottom.png");
		background-position: left top;
		background-repeat: no-repeat;
	}

.tblKaderGrootInhoud
{
	width: 668px;
	margin: 0px auto;			

}
	.tdKaderGrootInhoud
	{
		vertical-align: top;
		padding: 10px;		
	}
	.tdKaderGrootInhoud object
	{
		outline:none;
	}
	
.inhoud_subtitel
{
	text-align: center;
	color:#ff0000;
	font-weight: bold;
}

.imgBorder10
{
	padding: 10px;
	background-color:#D3B9E9;
}

.tblUzoektBanner
{
	width: 100%;
}
	.tdUzoektBanner
	{
		width: 100%;
		height:119px;
		background: url("../../../imgsite/u_zoekt.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	.tdUzoektTextbox
	{
		height: 30px;
		vertical-align: middle;
		text-align: center;
	}
		.txtUzoekt
		{
			background-color:#e0d0ef;
			border: 1px solid #c2a1e0;
			color:#9e6ace;
			font-size:11px;
		}



/*************************/

.btnAlgemeen
{    
    border:none;
    background-color: #D40019; /* $COLOR_BGK_BTN1$ */
    padding: 2px 5px 2px 5px;
    color: #ffffff; /* $COLOR_TXT_BTN1$ */
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}
.txtAlgemeen
{
    border:1px solid #D3B9E9;
    height:16px;
    color:#000000;
    font-size:12px;
    vertical-align:middle;
}

.dvExtra
{
	width: 100%;
}

.ulExtra
{
	list-style-type: square;
	padding-left: 30px;
	color:#E40C1B;
}
.ulExtra li
{
	padding-left: 10px;
	padding-bottom: 10px;
}
.hypExtra, .hypExtra:link, .hypExtra:visited
{
	background:url("../../../imgsite/hyp_bg.png");
	font-weight: bold;
	color:#E40C1B;
	text-decoration: none;
	padding: 2px 10px;
	display:inline;
	position: relative;
	letter-spacing: 1px;
}

.hypExtra:hover
{
	background:url("../../../imgsite/hyp_bg_hover.png");
	font-weight: bold;
	color:#9E6ACE;
	text-decoration: none;
	padding: 2px 10px;
	display:inline;
	position: relative;
	letter-spacing: 1px;
}

.hypExtra_Actief
{
    background:url("../../../imgsite/hyp_bg_hover.png");
	font-weight: bold;
	color:#9E6ACE;
	text-decoration: none;
	padding: 2px 10px;
	display:inline;
	position: relative;
	letter-spacing: 1px;
}

.links:link, .links:active, .links:visited
{
    text-decoration:none;
    color:Blue;
}

.links:hover
{
    text-decoration:underline;
    color:Black;
}