/* ------------------------------------------------------------------------
STYLES ALGEMEEN
------------------------------------------------------------------------- */

/********** Eigen (web)fonts **********/

@font-face{ 
	font-family: 'navidad';
	src: url('webfonts\navidad.otf');
}


*{
    margin: 0px;
    padding: 0px;
}

img{
    padding: 0px;
    border: none;
}

a{
    color: #60010c;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}


h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #60010c;
}

h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #60010c;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #60010c;
}

h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #60010c;
    padding-bottom: 5px;
    padding-top: 8px;
}

.black{
    color: #000000;
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    background: #000000 url(images/bg_small.jpg);
}

#bg_top{
    background: url(images/bg_top.jpg) repeat-x top;
}

/*Header*/

#header{
    width: 872px;
    height: 187px;
    margin: 0 auto;
}

/*toegevoegd*/
#top_header{
	padding-top:5px;
	padding-left:20px;
	padding-bottom:0px;
	padding-right:20px;
	width: 860px;
	height: 90px;
	margin: 0 auto;
}

/*toegevoegd*/
#header_blk_top_small{
	background: url(images/header_blk_top_sml.png) no-repeat top left;
	height: 26px;
	width: 860px;
	margin: 0 auto;
}

#header_blk_mid_small{
    width: 860px;
    margin: 0 auto;
    clear: both;
    background: url(images/header_blk_mid_sml.png) repeat-y left;
	
}

.header_blk_bot_small{
    background: url(images/header_blk_bot_sml.png) no-repeat;
    height: 30px;
    width: 860px;
    margin: 0 auto;
}

#logo{
    padding-top: 40px;
    height: 89px;
}

#logo a{
    text-decoration: none;
    color: #ffffff;
}

#logo h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    font-weight: normal;
}

#logo small{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    font-weight: normal;
    padding-left: 30px;
}

/*toegevoegd*/
#errorbox {
	padding:6px;
	list-style-position: inside;
	background-color:#DDDDDD;
	font-weight: bold;
	color:#FF0000;
	display: none;
}

.errorbox {
	padding-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/* text-align:center; */
	padding:4px;
	background-color:#DADADA;
	font-weight: bold;
	vertical-align:middle;
	border: 2px solid #999999;
	color:#FF0000;
}

.msgbox {
	background-color:#F8F8EF;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(images/hand_left_ani.gif);
	padding-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	font-size:14px;
	color:#000000;
	font-weight: normal;
	border: 2px solid #999999;
}

/*toegevoegd*/
#logo_text {
	padding-right:10px;
	width:180px;
	float:right;
	height: 48px;
	text-align: left;
	padding-top:42px;
}

/*toegevoegd*/
.ul_list{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px top;
	list-style-type: disc;
	vertical-align: baseline;
	text-align: left;
	float: none;
	list-style-position: outside;
	list-style-image: url(images/flash16x16.png);
	height: auto;
	font-style: normal;
	font-variant: normal;
	margin: 6px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
}

#menu{
    background: url(images/menu_bg.png) no-repeat top left;
    width: 872px;
    height: 58px;
}

#menu ul {
    padding-left: 10px;
    padding-top: 5px;
    margin: 0px;
}

#menu li {
    display: inline;
}

#menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    float: left;
    width: 135px;
    height: 39px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding-top: 15px;

}

#menu a:hover, #menu .active {
    height: 39px;
    background: url(images/menu_hover.png) no-repeat center bottom;
}

/*Content*/
/*toegevoegd*/
#content_min{
    width: 860px;
    margin: 0 auto;
}

/*toegevoegd*/
#content{
    width: 978px;
    margin: 0 auto;
}


.ls{
    list-style: none;
    padding-left: 10px;
    padding-bottom: 10px;
}

.ls li{
    background: url(images/ls.png) no-repeat 0px 6px;
    padding-left: 15px;
    padding-bottom: 6px;
}


/*Main*/
#main_bg{
    background: url(images/main_bg.jpg) repeat-y center;
}

#main{
    width: 862px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 5px;
    min-height: 110px;
    margin:  0 auto;
    background: url(images/main_bot.png) no-repeat bottom;
    clear: both;
    padding-bottom: 40px;
}


/*toegevoegd*/
.p_con_right{
    width: 190px;/* was: 220 */
    float: right;
}

#preview_bg{
    background: url(images/preview_bg.jpg) no-repeat;
    width: 861px;
    height: 248px;
    clear: both;
}

.prev_left{
    float: left;
    width: 427px;
    padding: 9px;
}

.prev_right{
    width: 380px;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}

.prev_img_bor{
    background: url(images/prev_img_bor.png) no-repeat;
    padding: 8px;
    width: 427px;
}

#prev_but{
    float: right;
    padding-bottom: 10px;
}

#prev_but ul {
    padding-left: 10px;
    padding-top: 5px;
    margin: 0px;
    list-style: none;
}

#prev_but li {
    display: inline;
}

#prev_but a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background: url(images/prev_but.png) no-repeat center;
}

#prev_but a:hover, #prev_but .active {
    background: url(images/prev_but_hov.png) no-repeat center;
}

/*toegevoegd*/

.con_white_hr{    
	border-bottom: 1px solid #ffffff;
    height: 1px;
    clear: both;
    padding-top: 25px;
}

.con_grey_hr{
	border-bottom: 1px solid #CCCCCC;
    height: 1px;
    clear: both;
    padding-top: 25px;
}

.con_black_hr{
    border-bottom: 1px solid #000000;
    height: 1px;
    clear: both;
    padding-top: 10px;
}

.col1_4, .col2_4, .col3_4{
    float: left;
    width: 183px;
    padding-right: 22px;
	padding-left: 5px
}

/*toegevoegd*/
.col4_4{
    float: left;
    width: 183px;
	padding-left: 5px
}

.col1_3{
    width: 264px;
    float: left;
    padding-right: 27px;
    padding-left: 10px;
}

.col1_3a{
    width: 264px;    
    float: left;
}






.col2_3{
    width: 264px;
    float: left;
    padding-right: 27px;
    padding-left: 5px;
}

.col3_3{
    width: 264px;
    float: left;
}

.col3{
    padding-bottom: 20px;
}

.col3 img{
    padding-top: 10px;
    padding-bottom: 10px;
}

.col3 p{
    padding-left: 10px;
    padding-right: 10px;
}

.read{
    text-align: right;
    padding-right: 10px;
}

.index_text_bg{
    background: url(images/index_text_bg.jpg) repeat-y center;
    clear: both;
    margin-top: 10px;
}

.index_text_bg h2{
    padding-bottom: 20px;
}

.index_left{
    float: left;
    width: 544px;
    padding-right: 30px;
    padding-left: 10px;
}

.index_right{
    padding-left: 15px;
    float: left;
    width: 255px;
}

.index_right ul{
    padding-top: 10px;
}

.index_right ul li{
    padding-bottom: 8px;
}

.index_right h2{
    padding-top: 6px;
}

.news{
    padding-bottom: 20px;
}

#contact_form fieldset {
	border: none;
}

#contact_form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	text-align:left;
	padding-left: 10px;
}

#contact_form input {
	margin-bottom: 5px;
}

#contact-submit{
	width: 110px;
	height: 29px;
        color: #ffffff;
	background: url(images/submit.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border: none;
	float:right;
}

#con_text {
	display:none;
}

#con_name, #con_email, #con_phone, #con_subj, #con_website {
	width: 516px;
	height: 27px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 12px;
	border: none;
	background: url(images/con_input.png);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000000;
	padding-bottom: 5px;
}

#con_mess {
	width: 518px;
	height: 176px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 15px;
	border: none;
	background: url(images/con_message.png);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000000;
        margin-bottom: 10px;
}

#con_captcha {
    width: 70px;
    height: 27px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background: url(images/con_captcha.png);
    background-repeat:no-repeat;
    background-position:left top;
    color: #000000;
    padding-bottom: 5px;
}

.red_hr_gal{
    height: 1px;
    border-bottom: 1px dotted #60010c;
    clear: both;
    margin-bottom: 20px;
}

.news_top{
    clear: both;
}

.news_top_left{
    background: url(images/date_bg.png) no-repeat right;
    width: 67px;
    height: 65px;
    float: left;
    text-align: center;
}

.date_day{
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.date_month{
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: lowercase;
}

.news_top_right{
    float: left;
    padding-left: 10px;
    width: 465px;
}

.news_title{
    border-bottom: 1px dotted #60010c;
}

.tegs_hr{
    border-bottom: 1px dotted #60010c;
    padding-top: 5px;
}

.publ{
    float: left;
}

.com{
    float: right;
    background: url(images/coments_bg.png) no-repeat 0px 5px;
    padding-left: 15px;
    padding-right: 5px;
}

.gray{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}

.news_text{
    clear: both;
    padding-top: 20px;
    line-height: 20px;
}

.tegs_box{
    clear: both;
    padding-top: 5px;
}

/*Footer*/

#footer{
    margin: 0 auto;
    width: 841px;
    padding-top: 10px;
}

#footer h1{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px; /* was 18 */
    color: #60010c;
    font-weight: normal;
    padding-left: 15px;
}

.red_hr{
    height: 1px;
    border-bottom: 1px dotted #60010c;
    clear: both;
    margin-bottom: 5px;
}

.foot_col4_1, .foot_col4_2, .foot_col4_3{
    float: left;
    width: 193px;
    padding-right: 22px;
}

.foot_col4_4{
    float: left;
    width: 193px;
}

/*toegevoegd*/
.foot_col3_1, .foot_col3_2{
    float: left;
    width: 272px;
    padding-right: 22px;
}

.foot_col3_3{
    float: left;
    width: 272px;
}

/*toegevoegd*/
.link {
	color: #0000C4;
}

.link1{
    background: url(images/link1.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link2{
    background: url(images/link2.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link3{
    background: url(images/link3.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link4{
    background: url(images/link4.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

#footer_bot{
    text-align: center;
    color: #60010c;
    padding-top: 20px;
    clear: both;
}

#footer_bot a{
    color: #60010c;
}


/*
scroll styles here

*/

.item { width:830px; height:250px; padding:10px 10px 10px 10px;}
.item img {float:left;}
.item h2 { border:none; margin-bottom:15px;}

.scrollable { position:relative; overflow:hidden; width: 840px; height: 250px;} 
.scrollable .items { width:20000em; position:absolute;}
.scrollable .items div { float:left;} 
.scrollable .items .item { overflow:hidden;}
.scrollable .items .item p { line-height:16px;}
.navi { width:auto; height:20px; float:right; margin:5px 0;} 
.navi a { width:23px; cursor:pointer; height:24px; float:left; margin:0 0 0 1px; background:url(images/prev_but.png) no-repeat scroll right top; display:block; font-size:1px;} 
.navi a:hover, .navi a.active { background-position:left top; margin:0 0 0 1px;  background:url(images/prev_but_hov.png) no-repeat scroll right top}


/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_overlay {background: #000;display: none;left: 0;position: absolute;top: 0;width: 100%;z-index: 9500;}
div.pp_pic_holder {display: none;position: absolute;width: 100px;z-index: 10000;}


/* ------------------------------------------------------------------------
STYLES GREYBOX, overgenomen van lib/greybox/gb_styles.css 20200301
------------------------------------------------------------------------- */

/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #D3D3D3;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 10px;
}

.GB_Window .close { text-align: right; }

.GB_Window .close span { 
    font-size: 12px;
	font-weight:bold;
    cursor: pointer;
	color:#FF0000; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }


/* ------------------------------------------------------------------------
STYLES PIROBOX, overgenomen van pirobox.css 20200301
------------------------------------------------------------------------- */

/*::::: PIROBOX RULES::::::::*/
.piro_overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#fff; display: none; z-index:99997; }

.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008; background:none }
.loading span span{position:absolute; display:block; width:30px;height:30px; z-index:100009;background: url(images/ajax-loader.gif) center center no-repeat!important;background: url(images/ajax-loader.gif) center center no-repeat;}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block; padding:0px; cursor:text; background:#222;}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block; padding:0; background:none;}
.caption p{ display:block; margin:0;padding:4px 28px 4px 38px; text-align:center; font-weight:normal; background:black; color:white; font-size:12px;}

a.piro_close{position:absolute;top:20px;right:20px;height:35px;width:35px;background:url(images/close_btn.png) no-repeat;cursor:pointer;z-index:100006;}
a:hover.piro_close{background:url(images/close_btn_h.png) no-repeat;}

a.piro_next{position:absolute;top:50%;width:35px; height:35px;right:20px;text-indent:-999em;outline: none; display:block; margin:-18px 0 0 0;background:url(images/next.png) center right no-repeat; border:none; cursor:pointer;z-index:1000000001}
a:hover.piro_next{background:url(images/next_h.png) center right no-repeat;}

a.piro_prev{position:absolute;top:50%;width:35px; height:35px;left:20px; text-indent:-999em; outline:none;display:block;margin:-18px 0 0 0;background: url(images/prev.png) center left no-repeat;border:none; cursor:pointer; z-index:1000000000}
a:hover.piro_prev{background:url(images/prev_h.png) center left no-repeat;}



.pirobox_content {position:absolute; top:50%; left: 50%; padding:0; width: 800px; height: 600px; margin:-300px 0 0 -400px; display:block; z-index:99998;font-family:Trebuchet MS,Arial;}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;border:none;}
.pirobox_content img{ margin:0; padding:0; border:none;}

.t_l{background:url(images/t_l.png) no-repeat; width:20px; height:20px;}
.t_r{background: url(images/t_r.png) no-repeat; width:20px; height:20px;}
.t_c{height:20px; background:url(images/t_c.png) repeat-x;}

.c_l{width:20px; background: url(images/c_l.png) repeat-y;}
.c_c{background:white; margin:0; padding:0;}
.c_c div{width:760px; height:560px; margin:0; padding:0 0 0px 0;}
.c_r{width:20px; background: url(images/c_r.png) repeat-y;}

.b_c{height:20px; background:url(images/b_c.png) repeat-x;}
.b_l{background:url(images/b_l.png) no-repeat; width:20px; height:20px;}
.b_r{background:url(images/b_r.png) no-repeat; width:20px; height:20px;}

/*.t_l{background:#000; width:10px; height:10px;}
.t_r{background:#000; width:10px; height:10px;}
.t_c{height:10px; background:#000;}

.c_l{width:10px; background:#000;}
.c_c{background:#000; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: #000;}

.b_c{height:10px; background:#000;}
.b_l{background:#000; width:10px; height:10px;}
.b_r{background:#000; width:10px; height:10px;}
*/
.box_img{ position:absolute; z-index:99995; background: url(images/img_bg.png);width: 100%; top:30px; left:30px; height: 100%; padding:0;}
.err_mess{ position:absolute;bottom:20px; color:white; padding:0; margin:0 0 0 20px; display:block;}
.err_mess a{color:red; font-weight:700;}
.number{position:absolute;margin-left:3px;height:18px;width:30px; padding:3px;left:0;color:#666;bottom:1px; font-size:11px;}
a.link_to {position:absolute;margin-right:6px;height:20px;width:20px;right:0;color:#999;bottom:3px; background:url(images/link_out.png) no-repeat; text-indent:-999em;}
a:hover.link_to { background:url(images/link_out_h.png) no-repeat;}
a.play{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;width:40px; height:40px; margin:0; outline:none; display:block;background:url(images/play.png) no-repeat; text-indent:-999em; border:none;cursor:pointer;}
a:hover.play{background:url(play_h.png) no-repeat;}
a.stop{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;;width:40px; height:40px; margin:0; outline:none; display:block;background:url(images/pause.png) no-repeat;text-indent:-999em; border:none;cursor:pointer;}
a:hover.stop{background:url(images/pause_h.png) no-repeat;}


/* --------------------------------------------------------------------------------------
PICTURES FADE, overgenomen van http://css3.bradshawenterprises.com/cfimg/#cfimg1 okt 2022
----------------------------------------------------------------------------------------*/

/* Plaatst twee fotos over elkaar heen. Wijziging top/left voor overlap */
.bottom {
  position: relative;
  top: 0;
  left: 0;
  border: none;
}

.top {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}

/* CF: fade on hover */

#cf {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

/* CF3: automatische fading */

#cf3 {
  position:relative;
  margin:0 auto;
}

/* Wijziging percentages bepaalt duur transitie. Origineel: 45 en 55% */
  @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
25% {
opacity:1;
}
75% {
opacity:0;
}
100% {
opacity:0;
}
}

/* Zie animation opties op internet */
#cf3 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}

/* CF4: automatische fading, andere instellingen */

#cf4 {
  position:relative;
  margin:0 auto;
}

/* Wijziging percentages bepaalt duur transitie. Origineel: 45 en 55% */
  @keyframes cf4FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

/* Zie animation opties op internet */
#cf4 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}