/* MAIN */

BODY.basis
{
	margin: 0px;
	padding: 0px;

	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #58595b;
	font-weight: normal;
	
	background-color: #FFFFFF;
	background-image:url(../images/layout/ptrn_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
/*	line-height:16px;  */
}

.ptrn_left
{
	background-color: #FFFFFF;
	background-image:url(../images/layout/ptrn_left.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.ptrn_right
{
	background-color: #FFFFFF;
	background-image:url(../images/layout/ptrn_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.bg_mid
{
/*	background-image:url(../images/layout/bg_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-image:url(../images/layout/overloop.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bg_mid_intro
{
/*	background-image:url(../images/layout/bg_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-image:url(../images/layout/overloop_intro.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.ptrn_content
{
/*	background-image:url(../images/layout/bg_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-image:url(../images/layout/ptrn_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.swfObj
{
	 float:left;
	 margin-right:10px;
	 margin-bottom:0px;
}

.submenu
{
/*	background-color: #e4e4e4;*/
	background-image:url(../images/layout/contenttop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:48px;
	padding-left:80px;
}

.footer_left
{
	text-align:left;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #000000;
	height:46px;
	font-weight: normal;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align:bottom;
	
	background-image: url(../images/layout/ptrn_footer_left.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.footer_right
{
	text-align:left;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #000000;
	font-weight: normal;
	height:46px;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align:top;

	background-image: url(../images/layout/ptrn_footer_right.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.footerlink
{
	text-align:left;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #000000;
	text-decoration:none;
}
.footerlink:hover
{
	text-align:left;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #000000;
	text-decoration:none;
}

.footertext
{
	text-align:left;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #000000;
	padding-right:20px;
	font-weight: normal;
}

.home
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #58595b;
	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	border-top:1px solid #808285;
	border-bottom:1px solid #808285;
	background-color:#dcdddf;
	
	cursor:pointer;
}
.home_a
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #58595b;
	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	border-top:1px solid #808285;
	border-bottom:1px solid #808285;
	background-color:#edeeef;
	
	cursor:pointer;
}

.hometitel
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 18px;
	COLOR: #f81a18;
	text-decoration:none;
}
.hometitel:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 18px;
	COLOR: #f81a18;
	text-decoration:none;
}
/****** */

/* LINKS */

A
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #f81a18;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
}
A:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #f81a18;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
}

.talen
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 11px;
	COLOR: #595858;
	font-weight: bold;
	text-decoration:none;
}
.talen:hover
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-decoration:none;
}
.talentext
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	text-align:right;
}
.listnav_next
{
	font-family:Verdana;
	font-size:11px;
	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:Verdana;
	font-size:11px;
	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:Verdana;
	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:Verdana;
	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: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}
.listnav:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration:underline;
}
.listnavtext
{
    padding-left:10px;
    padding-right:10px;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #026454;
	font-weight: bold;
    text-decoration: none;
}

.listlink_left {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #494949;
	font-weight:bold;
	text-decoration:none;
}
.listlink_top {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #494949;
	font-weight:bold;
	text-decoration:none;
}
.listlink_left:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #494949;
	font-weight:bold;
	text-decoration:none;
}
.listlink_top:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #494949;
	font-weight:bold;
	text-decoration:none;
}

/* ***** */

/* CONTENT */


.titel
{
	FONT-FAMILY: Verdana;
	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: Verdana;
	FONT-SIZE: 15px;
	COLOR: #1a1a1a;
	font-weight: normal;
	text-decoration:none;
}
.titellink:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 15px;
	COLOR: #1a1a1a;
	font-weight: normal;
	text-decoration:none;
}
/*
.contenttitel 
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #58595b;
	font-weight:bold;
}
*/
.contenttitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #58595b;
	font-weight:bold;
	
    margin: 0px;
}

.contenttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #58595b;
	font-weight:normal;
	text-align:justify;
		
	padding-left:0px;
	padding-right:0px;
    padding-top: 0px;
    padding-bottom: 14px;
}

.contenttext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #58595b;
	font-weight:normal;
}

/* ***** */

/* LISTS */

.listtitel
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #f81a18;
	font-weight: bold;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	
	border-bottom:1px solid #f81a18;
/*	background-color: #F8B034;
	background-image: url(../images/layout/arr_prod.jpg);
	background-repeat: no-repeat;
	background-position: 35 9;*/
}
.listtitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11pt;
	COLOR: #f81a18;
	font-weight: bold;
}

A.listlink {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #484848;
	font-weight: bold;
	text-decoration:none;
}
A.listlink:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #484848;
	font-weight: bold;
	text-decoration:none;
}
.listtext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #484848;
	font-weight: normal;
	
	padding-left:12px;
    padding-top: 12px;
    padding-bottom: 25px;
    padding-right: 4px;
    
	background-image: url(../images/layout/ptrn_list.jpg);
	background-repeat: repeat-x;
	background-position: left 1;
}
.listtext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #484848;
	font-weight: normal;
}

/* ***** */

/* NIEUWSBRIEF */

.nieuwsbrief
{
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	vertical-align:top;
	text-align:right;
	
	FONT-FAMILY: Verdana;
	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: Verdana;
	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: Verdana;
	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: Verdana;
	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: Verdana;
	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: Verdana;
	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/search.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:center;
	padding-bottom:0px;
	vertical-align:middle;
	padding-bottom:1px;
	height:48px;
}

.btn_search
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	
	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: Verdana;
	FONT-SIZE:10px;
	COLOR: #464646;
	font-weight: normal;

	border:1px solid #494949;
	width:120px;
	height:20px;
	background-color:#FFFFFF;
}

/* ******* */

/* BEELDEN */
.imgSpace
{
	padding-right:15px;	
	padding-bottom:10px;
	float:left;	
}

img.imgBlack
{
	border:1px solid #000000;	
}

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;
}

/* ******* */

/* SPECIALS */
ul
{
	padding:0px;
	margin:0 0 0 10px;
}



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/li.jpg);
	background-position:left 4;
	background-repeat:no-repeat;*/
	list-style-position:outside;
	padding-left:0px;
	margin:0 0 0 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: 11px;
	COLOR: #58595b;
	font-weight:bold;
	margin: 0;
	padding: 0;
	padding-bottom:14px;
}
h3
{
	font-family: Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
	font-size:16px;
	color:#530407;
}

p
{
	margin:0px;
	margin-bottom:15px;
}

.getuigtitel
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #f81a18;
	font-weight:bold;
}

.getuigtext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #58595b;
	font-weight:normal;
	font-style:italic;
	padding-left:40px;
	padding-top:6px;
	padding-bottom:20px;
}
