/* MAIN */

BODY.basis
{
	margin: 0px;
	padding: 0px;

	FONT-FAMILY: Arial;
	FONT-SIZE:10px;
	COLOR: #00588e;
	font-weight: normal;

	background-color: #ffffff;
/*	background-image:url(../images/layout/ptrn_main.jpg);
	background-repeat: repeat;
	background-position: left top;*/
}

.ptrn_left
{
	background-image:url(../images/layout/ptrn_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.ptrn_right
{
	background-image:url(../images/layout/ptrn_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header
{
	background-image:url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.slogan
{
	padding-left:303px;
	
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: normal;
}

.swfObj
{
	 float:left;
	 margin-right:10px;
	 margin-bottom:0px;
}

.content
{
/*	background-color: #fffff;
	background-image:url(../images/layout/content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

/*.ptrn_content
{
	height:420px;
	background-image:url(../images/layout/ptrn_content.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
*/
.footer
{
	height:29px;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer_left
{
	height:29px;
	background-image: url(../images/layout/footer_ptrn_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.footer_right
{
	height:29px;
	background-image: url(../images/layout/footer_ptrn_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.footerlink
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 9px;
	COLOR: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
.footerlink:hover
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 9px;
	COLOR: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

.footertext
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 9px;
	COLOR: #ffffff;
	font-weight: bold;
	text-align:right;
	
/*	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}

.login
{
	background-image:url(../images/layout/login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-left: 6px;
	padding-right: 6px;
}
.logout
{
	background-image:url(../images/layout/logout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/****** */

/* LINKS */

A
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 12px;
	COLOR: #00a7c2;
	font-weight: normal;
	text-decoration:underline;
}
A:hover
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 12px;
	COLOR: #00a7c2;
	font-weight: normal;
	text-decoration:underline;
}

.talen
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.talen:hover
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #f53d3e;
	font-weight:bold;
	text-decoration:none;
}
.talentext
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #f53d3e;
	font-weight:bold;
	
	background-image:url(../images/layout/taal_ptrn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
.listnav_next
{
	font-family:Arial;
	font-size:10px;
	color:#530407;
	font-weight:normal;
	text-decoration:none;
	padding-right:22px;
	
	background-image:url(../images/layout/next.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
.listnav_next:hover
{
	font-family:Arial;
	font-size:10px;
	color:#530407;
	font-weight:normal;
	text-decoration:none;
	padding-right:22px;
	
	background-image:url(../images/layout/next.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
.listnav_prev
{
	font-family:Arial;
	font-size:10px;
	color:#530407;
	font-weight:normal;
	text-decoration:none;
	padding-left:22px;
	
	background-image:url(../images/layout/prev.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.listnav_prev:hover
{
	font-family:Arial;
	font-size:10px;
	color:#530407;
	font-weight:normal;
	text-decoration:none;
	padding-left:22px;
	
	background-image:url(../images/layout/prev.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.listnav
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 9pt;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}
.listnav:hover
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 9pt;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration:underline;
}
.listnavtext
{
    padding-left:10px;
    padding-right:10px;
	FONT-FAMILY: Arial;
	FONT-SIZE: 9pt;
	COLOR: #026454;
	font-weight: bold;
    text-decoration: none;
}

.listlink_left {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #494949;
	font-weight:bold;
	text-decoration:none;
}
.listlink_top {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #494949;
	font-weight:bold;
	text-decoration:none;
}
.listlink_left:hover {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #494949;
	font-weight:bold;
	text-decoration:none;
}
.listlink_top:hover {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #494949;
	font-weight:bold;
	text-decoration:none;
}

/* ***** */

/* CONTENT */


.titel
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 15px;
	COLOR: #1a1a1a;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom:10px;
	
	width:100%;
	height: 20px;
	border-bottom: 1px solid #7682b9;
}

.titellink
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 15px;
	COLOR: #1a1a1a;
	font-weight: normal;
	text-decoration:none;
}
.titellink:hover
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 15px;
	COLOR: #1a1a1a;
	font-weight: normal;
	text-decoration:none;
}

.titel_top
{
	background-image: url(../images/layout/titel_top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contenttitel 
{
/*	FONT-FAMILY: Arial;
	FONT-SIZE: 14px;
	COLOR: #484848;
	font-weight:bold;*/
	height:33px;
	
	background-image:url(../images/layout/titel_ptrn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
.contenttitel_std {
	FONT-FAMILY: Arial;
	FONT-SIZE: 13pt;
	COLOR: #A0001A; /* 12698D  1BA6E0
	font-style:italic;*/
	font-weight: normal;
	
    margin: 0px;
}

.contenttext {
	FONT-FAMILY:Arial;
	FONT-SIZE: 11px;
	COLOR: #00588e;
	font-weight: normal;
	
	padding-left:16px;
	padding-right:16px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.contenttext_std {
	FONT-FAMILY:Arial;
	FONT-SIZE: 11px;
	COLOR: #00588e;
	font-weight: normal;
}

/* ***** */

/* LISTS */

/*.listtitel */
h2
{
	margin:0px;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	COLOR: #484848;
	font-weight: bold;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	
/*	background-color: #F8B034;
	border:1px solid #C67E02;
	background-image: url(../images/layout/arr_prod.jpg);
	background-repeat: no-repeat;
	background-position: 35 9;*/
}
.listtitel {
	FONT-FAMILY: Arial;
	FONT-SIZE: 11pt;
	COLOR: #1b5289; /* 12698D  1BA6E0 */
	font-weight: bold;
	font-style:italic;
	padding-left:9px;
}

.listtitel_std {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	COLOR: #A0001A; /* 12698D  1BA6E0 */
	font-weight: normal;
}
A.listlink {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #484848;
	font-weight: bold;
	text-decoration:none;
}
A.listlink:hover {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #484848;
	font-weight: bold;
	text-decoration:none;
}
.listtext {
	FONT-FAMILY:Arial;
	FONT-SIZE: 11px;
	COLOR: #00588e;
	font-weight: normal;
	
	padding-left:16px;
	padding-right:16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.listtext_std {
	FONT-FAMILY:Arial;
	FONT-SIZE: 11px;
	COLOR: #00588e;
	font-weight: normal;
}

.listsep
{
	height:20px;
		
	background-image: url(../images/layout/dots.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.jobtitel
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 11px;
	COLOR: #65bcf3;
	font-weight: bold;
}

/* ***** */

/* NIEUWSBRIEF */

.nieuwsbrief
{
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	vertical-align:top;
	text-align:right;
	
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #484848;
	font-weight: bold;
	
	width:215px;
}

.nb-email
{
	border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:5px;
	margin-bottom:5px;
	
	FONT-FAMILY: Arial;
	FONT-SIZE:10px;
	COLOR: #484848;
	font-weight: normal;
	
	height: 20px;
	width: 125px;
	
	background-color:#FFFFFF;
	/*background-image: url(../images/layout/ptrn_input.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

.nb-focus
{
	border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:5px;
	margin-bottom:5px;
	
	FONT-FAMILY: Arial;
	FONT-SIZE:10px;
	COLOR: #484848;
	font-weight: normal;
	
	height: 20px;
	width: 125px;
	
	background-color:#FFFFFF;
	/*background-image: url(../images/layout/ptrn_input.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}
.nb-btn
{
	margin-left:5px;
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	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 */

.searchresult
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #840D0D;
	font-weight: bold;
	padding-left:20px;
	margin:0px;
	text-decoration:none;
	
	background-image: url(../images/layout/arr.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.searchresult:hover
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #840D0D;
	font-weight: bold;
	padding-left:20px;
	margin:0px;
	text-decoration:none;
	
	background-image: url(../images/layout/arr.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.search
{
/*	border-top:2px solid #FFFFFF;
	background-image: url(../images/layout/ptrn_search.jpg);
	background-repeat: repeat-x;*/
	background-image: url(../images/layout/taal_ptrn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	padding-bottom:0px;
	vertical-align:middle;
	padding-bottom:0px;
	height:26px;
}

.btn_search
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	
/*	width:48px;
	height:20px;
	border:1px solid #494949;
	background-image: url(../images/layout/ptrn_searchbtn.jpg);
	background-repeat: repeat-x;
	background-position: left center;*/
}

.btn_search:hover
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	
/*	width:48px;
	height:20px;
	border:1px solid #494949;
	background-image: url(../images/layout/ptrn_searchbtn.jpg);
	background-repeat: repeat-x;
	background-position: left center;*/
}

.inputfield_search
{
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 2px;
	margin: 0px;
	
	FONT-FAMILY: Arial;
	FONT-SIZE:10px;
	COLOR: #00588e;
	font-weight: normal;

	border:1px solid #4daae5;
	width:129px;
	height:19px;
	background-color:#FFFFFF;
}
.inputfield_login
{
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 2px;
	margin: 0px;
	
	FONT-FAMILY: Arial;
	FONT-SIZE:10px;
	COLOR: #00588e;
	font-weight: normal;

	border:1px solid #4daae5;
	width:118px;
	height:19px;
	background-color:#FFFFFF;
}

/* ******* */

/* BEELDEN */

img.imgRight
{
	margin-left:10px;
}
img.imgLeft
{
	margin-right:10px;
}

.img_top_ptrn
{
	height:4px;
	background-image: url(../images/layout/img_top_ptrn.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.img_btm_ptrn
{
	height:4px;
	background-image: url(../images/layout/img_btm_ptrn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.img_left_ptrn
{
	width:4px;
	background-image: url(../images/layout/img_left_ptrn.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.img_right_ptrn
{
	width:4px;
	background-image: url(../images/layout/img_right_ptrn.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

img.rand
{
	border:1px solid #88146a;
}
/* ******* */

/* SPECIALS */
ul
{
	padding:0px;
	margin:0 0 0 0px;
}



ul 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/dot.gif);
	background-position:left 8;
	background-repeat:no-repeat;
/*	list-style-position:inside;*/
	padding-left:10px;
	margin:0 0 0 0;
}


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:Arial;
	FONT-SIZE: 17px;
	COLOR: #ffffff;
	font-weight: bold;
	margin: 0;
	padding-top: 7px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	
/*	background-image: url(../images/layout/ring.jpg);
	background-position:20 2;
	background-repeat:no-repeat;*/
}

h3
{
	font-family: Arial;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
	font-size:16px;
	color:#530407;
}

p
{
	margin:0px;
	margin-bottom:15px;
}
