/* LAYOUT */

BODY.basis
{
	margin: 0px;
	padding: 0px;

	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
	line-height:18px;
	
	background-COLOR: #ffffff;
}

.brdwhite
{
	border: solid 1px #000000;
}

.header
{
	background-color:#00a6ec;
	padding-top:8px;
	background-image:url(../images/layout/header.gif);
	background-repeat: no-repeat;
	background-position: 190 bottom;
}

.logo
{
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	width:190px;
}

.content
{
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
}

table
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
	line-height:18px;
}
/****** */

/* LINKS */

A
{
	COLOR: #636262;
	text-decoration:underline;
}
A:hover
{
	color:#f58a32;
	text-decoration:underline;
}

.talen
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 17px;
	COLOR: #636262;
	font-weight: normal;
	text-decoration:none;
}
.talen:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 17px;
	COLOR: #636262;
	font-weight: normal;
	text-decoration:none;
}
.talentext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 17px;
	COLOR: #636262;
	font-weight: normal;
	text-align:right;
}

.home
{
	padding-left:12px;
	padding-top:3px;
	padding-right:30px;
}
.home a
{
	text-decoration:none;
}
.home a:hover
{
	text-decoration:none;
}

a.orange
{
	color:#f58a32;
}
a.orange:hover
{
	color:#f58a32;
}

/* ***** */

/* CONTENT */

.contenttitel 
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	COLOR: #484848;
	font-weight:bold;
}
.contenttitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 13pt;
	COLOR: #A0001A; 
	font-weight: normal;
	
    margin: 0px;
}

.contenttext {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.contenttext table {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
}
/* ***** */

/* LISTS */

.listtitel
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: bold;

	margin:0px;
	padding:0px;
}
.listtitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
}

A.listlink {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #636262;
	font-weight: normal;
	text-decoration:underline;
}
A.listlink:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #636262;
	font-weight: normal;
	text-decoration:underline;
}
.listtext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #636262;
	font-weight: normal;
	
	padding-left:0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.listtext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #636262;
	font-weight: normal;
}

.listimg 
{
	margin-right:18px;
}

.movie
{
	height:145px;
	width:135px;
	padding-top:80px;
	padding-left:20px;
	background-image:url(../images/layout/movie.gif);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align:middle;
	text-align:center;
}

.movietxt
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9px;
	font-weight:bold;
	COLOR: #000000;
	font-weight: bold;
}
.movietxt:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9px;
	font-weight:bold;
	COLOR: #000000;
	font-weight: bold;
}

/* ***** */

/* NIEUWS */
.news
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #636262;
	
	width:160px;
	background-color:#ececec;
}
.newstitel
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #000000;
	padding-left:15px;
	height:22px;
	
	background-color:#fba850;
	background-image: url(../images/layout/news_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.news1
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #9f9d9d;
	background-color:#ececec;
	line-height:normal;
	height:75px;
	
	border-bottom: solid 1px #e1e0e0;
	border-top: solid 1px #e1e0e0;
	
	padding-left:44px;
	padding-right:4px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(../images/layout/news1.gif);
	background-repeat: no-repeat;
	background-position: 7 15;
}
.news2
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #9f9d9d;
	background-color:#e1e0e0;
	line-height:normal;
	height:75px;
	
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
	
	padding-left:44px;
	padding-right:4px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(../images/layout/news2.gif);
	background-repeat: no-repeat;
	background-position: 7 15;
}

.news table
{
	FONT-SIZE: 10px;
	COLOR: #9f9d9d;
	line-height:normal;
}
.news a
{
	text-decoration:none;
}

/* ***** */

/* NIEUWSBRIEF */
.nieuwsbrief
{
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	vertical-align:top;
	text-align:right;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #484848;
	font-weight: bold;
	
	width:215px;
}

.nb-email
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 1px;
	margin: 0px;
	vertical-align:middle;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE:10px;
	COLOR: #a2a1a1;
	font-weight: normal;

	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	width:163px;
	height:17px;
	background-color:#FFFFFF;
	background-image: url(../images/layout/search_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.nb-focus
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 1px;
	margin: 0px;
	vertical-align:middle;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE:10px;
	COLOR: #464646;
	font-weight: normal;

	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	width:163px;
	height:17px;
	background-color:#FFFFFF;
	background-image: url(../images/layout/search_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.nb-btn
{
	margin-left:5px;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	font-weight: normal;
	
	background-color: #A6A6A6;
	border:1px solid #797979;
	width:60px;
	height:20px;
	text-align:center;

/*	background-image: url(../images/layout/ptrn_btn.jpg);
	background-repeat:repeat-x;
	background-position:left center;*/
}


/* ******* */

/* SEARCH */

a.searchresult
{
	font-weight: bold;
	text-decoration:none;
}
a.searchresult:hover
{
	font-weight: bold;
	text-decoration:none;
}

.search
{
/*	background-image: url(../images/layout/ptrn_search.jpg);
	background-repeat: repeat-x;
	background-image: url(../images/layout/search.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	border-top:solid 1px #FFFFFF;
	text-align:right;
	padding-right:4px;
	height:29px;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
}

.more
{
}
.more:hover
{
}
.separator2
{
	height:30px;
	background-image: url(../images/layout/hr.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.btn_search
{
/*	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #636262;
	font-weight: bold;
	text-decoration:none;
	
	width:48px;
	height:20px;
	border:1px solid #7db5de;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../images/layout/btn_ptrn.jpg);
	background-repeat: repeat-x;
	background-position: left center;*/
}

.inputfield_search
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 1px;
	margin: 0px;
	vertical-align:middle;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE:10px;
	COLOR: #464646;
	font-weight: normal;

	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	width:95px;
	height:17px;
	background-color:#FFFFFF;
	background-image: url(../images/layout/search_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}


.search_ptrn
{
	height:43px;
	background-color:#f1f1f1;
	border:1px solid #e3e3e3;
	text-align:center;
	background-image: url(../images/layout/ptrn_search.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.search_formbutton
{
	margin: 0 auto 0 auto;
	width:120px;
/*	padding-top:6px;
	padding-bottom:6px;
*/	
	height:25px;
	border-left:1px solid #d1c19d;
	border-right:1px solid #d1c19d;
	text-align:center;
	
	background-image: url(../images/layout/btn_ptrn.gif);
	background-repeat:repeat-x;
	background-position:left center;
}

/* ******* */

/* SPECIALS */
ul
{
	padding:0px;
	margin:0 0 0 0px;
}

li 
{
/*	list-style-image: url(../images/layout/ptrn_listtitel0.jpg);
	padding-top: 0px;
	
	list-style-type:none;
	background-image: url(../images/layout/li.jpg);
	background-position:left 4;
	background-repeat:no-repeat;*/
	list-style-type:disc;
	list-style-position:inside;
	padding-left:0px;
	margin:0 0 5 15;
}

ul li ul
{
	padding:0px;
	margin: 5 0 0 20px;
}

ul li ul li
{
/*	list-style-image: url(../images/layout/ptrn_listtitel0.jpg);
	padding-top: 0px;
	
	list-style-type:none;
	background-image: url(../images/layout/li.jpg);
	background-position:left 4;
	background-repeat:no-repeat;*/
	list-style-type:circle;
	margin:0 0 5 15;
}

ol
{
	padding:0px;
	margin:0 0 0 10px;
}

ol li 
{
/*	list-style-image: url(../images/layout/ptrn_listtitel0.jpg);
	padding-top: 0px;
	
	list-style-type:disc;
	list-style-type:none;
	background-image: url(../images/layout/li.jpg);
	background-position:left 4;
	background-repeat:no-repeat;*/
	list-style-position:outside;
	padding-left:0px;
	margin:0 0 0 25;
}

h1
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 26px;
	COLOR: #636262;
	font-weight: normal;
	text-align:left;
	margin: 0;
	padding: 0;
	margin-bottom:14px;
}

h2
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 15px;
	COLOR: #636262;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom:15px;
}

h3
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #4b4a4a;
	font-weight: bold;
	text-align:left;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
}

p
{
	margin:0px;
	margin-bottom:12px;
}

.footertext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
	text-align:right;
	height:30px;
}
.footertext p
{
	margin:0px;
	margin-bottom:0px;
}
.footertext a
{
	color:#000000;
	text-decoration:underline;
}
.footertext a:hover
{
	color:#000000;
	text-decoration:underline;
}

hr
{
	width:100%;
	height:1px;
	color:#e1e1e1;
	background-color:#e1e1e1;
	border:0px;
	padding:0px;
	margin:0px;
	text-align:left;
	clear:both;
/*	margin-top:20px;
	margin-bottom:20px;*/
}

/*div.hr
{
	height:1px;
	background-image: url(../images/layout/hr.gif);
	background-position:left center;
	background-repeat:no-repeat;
}*/

div.hr
{
	clear:both;
	height:20px;
}

.imgborder
{
	border:1px solid #b7b7b7;
	background-color:#FFFFFF;
	margin-bottom:10px;
}

form
{
	padding:0px;
	margin:0px;
}

/* FORMS */

.formtext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
	
	padding-left:25px;
	padding-right:25px;
    padding-top: 0px;
    padding-bottom: 0px;
    
	text-align:right;
/*	width:100px;*/
}
.formtext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
}
.error {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
	
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.inputfield
{
	border-right: #bdbdbd 1px solid;
	border-top: #bdbdbd 1px solid;
	border-left: #bdbdbd 1px solid;
	border-bottom: #bdbdbd 1px solid;
	
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
	
	width: 270px;
	height: 20px;
	
	background-color:#ffffff;
/*	background-image: url(../images/layout/ptrn_input.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}
.inputfield2
{
	border-right: #bdbdbd 1px solid;
	border-top: #bdbdbd 1px solid;
	border-left: #bdbdbd 1px solid;
	border-bottom: #bdbdbd 1px solid;
	
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #636262;
	font-weight: normal;
	
	width: 390px;
	height: 100px;
	
	scrollbar-face-COLOR: #000000;
	scrollbar-highlight-COLOR: #000000;
	scrollbar-3dlight-color: #bdbdbd;
	scrollbar-darkshadow-COLOR: #000000;
	scrollbar-shadow-color: #bdbdbd;
	scrollbar-arrow-color: #bdbdbd;
	scrollbar-track-COLOR: #000000;
	
	background-color:#ffffff;
/*	background-image: url(../images/layout/ptrn_input2.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

.inputfield_login
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 1px;
	margin: 0px;
	vertical-align:middle;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE:10px;
	COLOR: #464646;
	font-weight: normal;

	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	width:85px;
	height:17px;
	background-color:#FFFFFF;
	background-image: url(../images/layout/search_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.login
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	padding-right:0px;
	padding-left:18px;
}
/*.loginfield
{
	border-right: #9E6698 0px solid;
	border-top: #9E6698 0px solid;
	border-left: #9E6698 0px solid;
	border-bottom: #9E6698 0px solid;
	
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 1px;
	margin: 0px;
	
	FONT-FAMILY: arial;
	FONT-SIZE: 7pt;
	COLOR: #505050;
	font-weight: normal;
	
	height: 14px;
	width: 106px;
}*/

.formbutton
{
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding-left:12px;
	padding-right:12px;
/*	padding-top:6px;
	padding-bottom:6px;
*/	
	height:25px;
	border-left:1px solid #d1c19d;
	border-right:1px solid #d1c19d;
	text-align:center;
	
	background-image: url(../images/layout/btn_ptrn.gif);
	background-repeat:repeat-x;
	background-position:left center;
}
.formbutton2
{
	background-COLOR: #000000;
	padding-left:12px;
	padding-right:12px;
	text-align:center;
}

.centerdiv
{
	padding-top:4px;
}

.formbtn
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-decoration:none;
}
.formbtn:hover
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-decoration:none;
}

SELECT
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11pt;
	COLOR: #4b4a4a;
	font-weight: normal;
}

/* ********** */

/* NAVIGATION */

.nav
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	height: 24px;

	background-image: url(../images/layout/nav_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navleden
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	height: 24px;
}

.navlink
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:24px;
/*	background-image: url(../images/layout/nav_a_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}
.navlink:hover
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:24px;

	background-image: url(../images/layout/nav_a_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.navactive
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: normal;
	line-height:24px;

	background-image: url(../images/layout/nav_a_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navlinkactive
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:24px;

	background-image: url(../images/layout/nav_a_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navlinkactive:hover
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: bold;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:24px;
	vertical-align:middle;

	background-image: url(../images/layout/nav_a_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.pad20
{
	padding-left:20px;
	background-image: url(../images/layout/nav_img.gif);
	background-repeat: no-repeat;
	background-position: 5 center;
}
.pad20_a
{
	padding-left:20px;
	background-image: url(../images/layout/nav_img_a.gif);
	background-repeat: no-repeat;
	background-position: 5 center;
}
.pad20sub
{
	padding-left:20px;
	background-image: url(../images/layout/navsub_img.gif);
	background-repeat: no-repeat;
	background-position: 5 center;
}
.pad20sub_a
{
	padding-left:20px;
	background-image: url(../images/layout/navsub_img_a.gif);
	background-repeat: no-repeat;
	background-position: 5 center;
}
.pad20suba
{
	padding-left:20px;
	background-image: url(../images/layout/navsuba_img.gif);
	background-repeat: no-repeat;
	background-position: 5 center;
}
.pad20suba_a
{
	padding-left:20px;
	background-image: url(../images/layout/navsuba_img_a.gif);
	background-repeat: no-repeat;
	background-position: 5 center;
}

.pad50
{
	padding-left:35px;
}

.snav
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:24px;
	background-color:#FFFFFF;
}

.snavactive
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:24px;
	background-color:#FFFFFF;

	background-image: url(../images/layout/nav_a_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.snavlink
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:24px;
	background-color:#FFFFFF;
}
.snavlink:hover
{
	font-family:Verdana;
	font-size:11px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:24px;
	
	background-image: url(../images/layout/nav_a_ptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.footernav
{
	font-family:Verdana;
	font-size:9px;
	color:#636262;
	font-weight: normal;
	text-align:center;
}
.footernavlink
{
	font-family:Verdana;
	font-size:9px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
}
.footernavlink:hover
{
	font-family:Verdana;
	font-size:9px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
}
.footernavlinkactive
{
	font-family:Verdana;
	font-size:9px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
}
.footernavlinkactive:hover
{
	font-family:Verdana;
	font-size:9px;
	color:#636262;
	font-weight: normal;
	text-decoration:none;
}


/* ********** */

/* MENU */

.mptrn
{
	width:215px;
	background-color:#cdcdcd;
	background-image: url(../images/layout/mptrn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.sep
{
	background-image: url(../images/layout/dot.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

/* ********** */

/* BREADCRUMBS */

.bctext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
	padding-right:0px;
	padding-left:0px;
}	
.bclink
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
	padding-right:0px;
	padding-left:0px;
	text-decoration:underline;
}	
.bclink:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
	padding-right:0px;
	padding-left:0px;
	text-decoration:underline;
}	
.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:Verdana;
	font-size:12px;
	color:#8c8c8c;
	font-weight: bold;
	
	padding:0px;
	margin:0px;
}

h6
{
	font-family:Verdana;
	font-size:12px;
	color:#ee3b33;
	font-weight: bold;
	
	margin:0px;
}
/* ********** */

/* LIST NAVIGATIE */

.listnav
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-transform:uppercase;
}

.listnav_prev
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
.listnav_prev:hover
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
.listnav_next
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
.listnav_next:hover
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
/* ********** */

