/* CSS Document */

body
{
	background-color: #C9BFB8;
	padding: 0px;
	margin: 0px;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}

.cmsAfb img
{
	border: 0px;
}

.border
{
	border: 1px solid #000000;
}

hr {
	border:none;
	background:#000;
	height:1px;
	margin:20px 0;
}


/* ////////// */
/* DIV STYLES */
/* ////////// */

#mainDIV
{
	margin: 0px auto;
	width: 970px;
	background-color:#FFFFFF;
}

#headerDIV
{
	height:  122px;
	padding:  0px;
	width: 970px;
}

#CMSmenuDIV
{
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-top: 6px solid #990000;
	width: 603px; 
}

#hoofdmenuDIV
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 6px solid #000000;
	width: 603px; 
}

#menuLeft
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 6px solid #000000;
	width: 147px;
	float: left;
}

#middleDIV
{
	padding-bottom: 20px;
	margin-left:  21px;
	min-height: 950px;
	width: 603px;
	float: left;
}

#menuRight
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 6px solid #000000;
	float:  right;
	width: 148px;
}

#popupDIV
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height: 500px;
	width: 366px;
}

#footerDIV
{
	height:   34px;
	padding:  0px;
	width: 970px;
	clear: both;
}


/* //////////// */
/* TEKST STYLES */
/* //////////// */

.positieNummer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #E7396E;
	margin: 0px;
}

.rechtsKlein
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 10px;
	color: #000000;
}

.rozeKop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #E7396E;
}

.rozeKop a, a:hover
{
	text-decoration: none;
	color: #E7396E;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #000000;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #000000;
}

ul, li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #000000;
}

.comment {
	color:#999;
	font-style:italic;
}


/* /////////// */
/* LINK STYLES */
/* /////////// */

#footerDIV a
{
	text-decoration: none;
	color: #FFFFFF;
}

#footerDIV a:hover
{
	text-decoration: none;
	color: #E7396E;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: none;
	color: #E7396E;
}


/* //////////// */
/* POPUP WINDOW */
/* //////////// */

.overlay_dialog 
{
	background-color: #000000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.overlay___invisible__ 
{
  	background-color: #000000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.top_draggable, .bottom_draggable 
{
  	cursor: move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog 
{
	position: absolute;
	display: block;
}

.dialog table.table_window  
{ 
	border-collapse: collapse; 
  	border-spacing: 0; 
	padding: 0px;
  	width: 100%;
	margin: 0px;
}

.dialog table.table_window td , .dialog table.table_window th 
{ 
	padding: 0; 
}

.dialog .title_window 
{
  	-moz-user-select: none;
}
