body {
	margin:			0px 0px 1px 0px;
	padding:      	0px 0px 0px 0px;
	background:		url(../../media/interface/background.png);

/*	om scrollbars te forceren in diverse browsers (niet alle) */
/*	overflow: 		-moz-scrollbars-vertical; */
	overflow-y: 	scroll;
}

td {
	font-family:	verdana;
	font-size:		12px;
	border-width:	3px 3px 3px 3px;
	border-color:	orange;
	border-style:	solid;
}

div.siteArea {
	width:			980px;
	margin:			0px auto 0px auto;
	padding:      	0px 10px 0px 10px;
 	background:		url(../../media/interface/site-shadow.png);
}

div.siteFooter {
	background:		#BBB59D;
	height:			60px;
	margin:			90px 0px 0px 0px;
	padding:		8px 40px 8px 40px;
	font-family:	verdana;
	font-size:		12px;
}

div.bandArea {
	height:			74px;
	margin:      	0px 0px 0px 0px;
	padding:      	0px 12px 0px 0px;
	background:		#3D3A35;
	border-color:	#5D5A53;
	border-width:	0px 0px 8px 0px;
	border-style:	solid;
}

div.logoSpace {
	position:		absolute;
	margin:      	0px 0px 0px 37px;
/*	box-shadow: 	4px -2px 4px #888; */
}

div.titleSpace {
	float:			right;
	margin:      	30px 12px 0px 0px;
/*	box-shadow: 	4px -2px 4px #888; */
}

/* Navigatie */
div.navigationArea, div.flagsArea {
	position: 		absolute;
	width:			560px;
	margin:      	0px 0px 0px 130px;
}

div.navigationArea {
	padding:      	30px 0px 0px 0px;
	}

div.flagsArea {
	padding:      	10px 0px 0px 50px;
	}

.flag, .flagHi, .flagActive {
	font-family:	verdana;
	font-size:		9px;
	color:			#bab29b;
}

.flagHi {
	text-decoration:	underline;
	cursor:				pointer;
}

span.logoArea {
	float:			left;
	margin:			0px 0px 0px 20px;
}

div.menuItem, div.menuItemHi, div.menuItemActive {
	float:			right;
	margin:			14px 0px 0px 10px;
	font-family:	verdana;
	font-size:		12px;
	text-align:		center;
}

div.menuItem {
 	width:			100px;
 	height:			18px;
 	color:			#bab29b;
	padding:		5px 0px  1px 0px;
	}

div.menuItemHi {
 	width:			100px;
 	height:			16px;
 	color:			#bab29b;
	padding:		5px 0px  1px 0px;
	cursor:			pointer;
	border-width:	0px 0px 2px 0px;
	border-style:	solid;
	border-color:	#bab29b;
	}

div.menuItemActive {
 	width:			96px;
 	height:			14px;
 	color:			#bab29b;
	padding:		3px 0px 3px 0px;
	border-width:	2px 2px 2px 2px;
	border-style:	solid;
	border-color:	#bab29b;
	}

div.decorationArea {
	position:		absolute;
	z-index:		9;
	top:			0px;
	width:			280px;
	height:			190px;
 	background:		url(../../media/interface/tie.png);
}

/* End navigatie */

/* Content */
div.contentBack {
	padding:      	0px 0px 0px 0px;
 	background:		url(../../media/interface/windroos.png);
 	background-repeat: no-repeat;
}

div.contentArea {
	padding:      	20px 35px 20px 35px;
}

h1 {
	margin:      	0px 0px 12px 3px;
	padding:      	2px 2px 2px 120px;
	font-family:	verdana;
	font-size:		14px;
	font-weight:	bold;
	border-color:	#842d26;
	border-width:	0px 0px 1px 0px;
	border-style:	outset;
}

.textArea {
	margin:      	80px 0px 0px 0px;
	padding:      	0px 0px 0px 0px;
}

h2 {
	margin:      	60px 0px 0px 0px;
	padding:      	0px 4px 8px 4px;
	font-family:	verdana;
	font-size:		13px;
	font-weight:	bold;
}

.textBody {
	margin:      	0px 0px 0px 0px;
	padding:      	0px 4px 8px 4px;
	font-family:	verdana;
	font-size:		13px;
}


/* end CONTENT */
/* ----------------------------------------------------------------------- */
/* start EXTRA */

div.smallMenu {
	position:		absolute;
	margin:			0px 0px 0px 770px;
	padding:		0px 0px 4px 0px;
	width:			138px;
	border-color:	#842d26;
	border-width:	1px 1px 1px 1px;
	border-style:	solid;
}

div.smallContent {
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	width:			760px;
	font-family:	verdana;
	font-size:		12px;
/*	background:		lightblue; */
}

div.subMenuHead {
	padding:		4px 0px 4px 4px;
	background:		#842d26;
	font-family:	verdana;
	font-size:		12px;
	font-weight:	bold;
	color:			white;
	}

div.extraItem, div.extraItemHi, div.extraItemActive {
	width:			140px;
	margin:			0px 0px 0px 0px;
	padding:		6px 0px 2px 4px;
	font-family:	verdana;
	font-size:		12px;
}

div.extraItemHi {
	text-decoration:	underline;
	cursor:				pointer;
}

div.extraItemActive {
	font-weight:		bold;
	}

/* end EXTRA */
/* ----------------------------------------------------------------------- */
/* start LAYER */
div.curtain, div.curtain2 {
	position:		absolute;
	z-index:		2;
	top:			0px;
	left:			0px;
	width:			99%;
	height:			99%;
	background:		url(../../media/interface/curtain.png);
}

div.curtain {
	display:		none;
}

div.lawLayer {
	margin:			40px auto 20px auto;
	padding:		40px 40px 40px 40px;
	width:			800px;
	height:			500px;
	background:		black;
	background:		#3D3A35;
	border-color:	yellow;
	border-width:	6px 6px 6px 6px;
	border-style:	outset;
	border-radius:	50px;
	box-shadow: 	12px 8px 8px #888;
}

div.lawText {
	font-family:	verdana;
	font-size:		13px;
	color:			yellow;
}

/* end LAYER */
/* ----------------------------------------------------------------------- */
/* start CARD */
div.cardArea {
	margin:			140px auto auto auto;
	padding:		0px 0px 0px 0px;
	width:			410px;
	height:			250px;
}

div.kruis , div.kruisHi {
	margin:			2px 2px auto auto;
	width:			35px;
	height:			35px;
}

div.kruis {
	background:		url(../../media/interface/kruis.png);
}

div.kruisHi {
	background:		url(../../media/interface/kruis-hi.png);
	cursor:			pointer;
}

div.businessCard {
	display:		none;
	margin:			0px 0px 0px 0px;
	width:			385px;
	height:			225px;
/*	border-color:	#bab29b;
	border-width:	1px 1px 1px 1px;
	border-style:	solid;
*/
	background:		url(../../media/interface/mm-businesscard.gif);
}

div.leadIn, div.leadOut {
	margin:			0px 0px 0px 0px;
	background:		#3D3A35;
	width:			320px;
	height:			24px;
}

div.bcTextArea {
	margin:			0px 0px 0px 0px;
	width:			272px;
	height:			88px;
	padding:		24px;
	font-family:	verdana;
	font-size:		13px;
}

div.bcTitle {
	font-size:		18px;
	font-weight:	bold;
}
/* end CARD */
/* start links */
a, a:visited, a:hover, a, a:visited:hover {
	color: red;
}
a:hover {
	text-decoration:	underline;
}