/* NAVIGATION */

.nav
{
	font-family:Verdana;
	FONT-SIZE: 10px;
	color:#241905;
	font-weight: bold;
	cursor:pointer;
	
	height: 24px;	
	
	background-image:url(../images/layout/ptrn_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}

.navlink
{
	display: block;
	font-family:Verdana;
	font-size:10px;
	color:#241905;
	font-weight: bold;
	text-decoration:none;
	width: 100%;
	height: 100%;
}

/*
.navlink:hover
{
	background-color: #d9d9d9;
	color: #241905;
}
*/

.navlinkactive
{
	display: block;
	font-family:Verdana;
	font-size:10px;
	color:#241905;
	font-weight: bold;
	text-decoration:none;
	width: 100%;
	height: 100%;
	background-color: #d9d9d9;
}

.subnav
{
	font: bold 10px Verdana, Arial;
	color: #a1a1a1;
}

.subnav td
{
	height: 30px;
	background: url(../images/layout/subnav_menuborder.gif) left bottom no-repeat;
}

.subnav a
{
	text-decoration: none;
	color: #a1a1a1;
}

.subnav a.active
{
	text-decoration: underline;
	color: #241905;
}

/* ********** */

/* MENU */

.menupadding
{
	margin-left: 20px;
}

.mnu_ptrn
{
	background-image: url(../images/layout/mnu_ptrn.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.mnu_btm1
{
	/*
	padding-top:30px;
	padding-bottom:15px;
	padding-right:11px;
	text-align:right;
	background-image: url(../images/layout/mnu_btm.jpg);
	background-repeat: no-repeat;
	background-position: 13 bottom;
	*/
	padding-left: 26px;
	padding-top: 12px;
}
.mnu_btm2
{
	width:4px;
	text-align:right;
	background-image: url(../images/layout/mnu_btm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* ********** */

/* BREADCRUMBS */

.bctext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	font-weight: normal;
	padding-right:0px;
	padding-left:0px;
}	
.bclink
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	font-weight: normal;
	padding-right:0px;
	padding-left:0px;
	text-decoration:none;
}	
.bclink:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	font-weight: normal;
	padding-right:0px;
	padding-left:0px;
	text-decoration:none;
}	
.bc_bg
{
	border-top:1px solid #FFFFFF;
	background-color:#12698D;
	background-image: url(../images/layout/bc_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

h5
{
	font-family:Arial;
	font-size:12px;
	color:#8c8c8c;
	font-weight: bold;
	
	padding:0px;
	margin:0px;
}

h6
{
	font-family:Arial;
	font-size:12px;
	color:#ee3b33;
	font-weight: bold;
	
	margin:0px;
}
/* ********** */

/* LIST NAVIGATIE */

.listnav
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #cfcfcf;
	font-weight: normal;
}

.listnav_prev
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #040404;
	font-weight: normal;
	text-decoration:none;
}
.listnav_prev:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #040404;
	font-weight: normal;
	text-decoration:none;
}
.listnav_next
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #040404;
	font-weight: normal;
	text-decoration:none;
}
.listnav_next:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #040404;
	font-weight: normal;
	text-decoration:none;
}
/* ********** */

