@import "fonts/fontface.css";
/* AANGEPAST VOOR RTV-Dens (Jac v.d.Ven)
/* =================== Getting the new tags to behave START ====================== */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* ==================== Getting the new tags to behave END ======================= */

/* ========================= Global properties START ============================= */
html, body {
	height:98%;                               /* 100%  BEPAALT DE POSITIE VAN DE FOOTER */
	/* width: 1920px;						2022 voor test toegevoegd */
    font:'font-family';
    font-family:'UbuntuBold';
    padding:1px;                              /* Herstelt de zwarte balk die bvenin ontstod */
}
html {
	min-width:990px;                        /*1050  @@@  990px;   @@@ t.g.v. een tabblad meer   */
    
}
body {
	background-color:#000000;			/* #000000  */
	font-family: 'UbuntuBold';
	font-size:12px;
	line-height:18px;
	color:#333333;
}
div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	font-family: 'UbuntuBold';
    margin-top:0 px;          /*  Jac >> helpt niet tegen zwarte balk  */
}

dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote,article,p { margin-bottom: 20px;  }
h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote,article,p { font-family:'UbuntuBold'; font-weight:normal;}   /* ArimoRegular */
h1 {
	font-size:30px;	                         /* @@@  40 */
	line-height:40px;
	font-family: 'UbuntuBold';
	letter-spacing:-1px;
}
h1_6 {
	font-size:30px;	                         /* @@@  40 */
	line-height:40px;
	font-family: 'UbuntuBold';
	letter-spacing:-1px;
}
h1_6 { margin-bottom: 10px;  }

h2 {
	font-size:32px;	
	line-height:32px;
    font-family: 'UbuntuBold';	
}
h3 {	
	font-size:24px;
	line-height:28px;		
    font-family: 'UbuntuBold';
}
h4 {	
	font-size:18px;	
	line-height:18px;	
    font-family: 'UbuntuBold';
}
h5 {
	font-size:14px;	
	line-height:18px;
    font-family: 'UbuntuBold';
}
h6 {
	font-size:13px;
	line-height:18px;
    font-family: 'UbuntuBold';
}

p {
	line-height:18px;
    font-family: 'UbuntuBold';
}
.color_orange {
	color:#ee6b26;
}
.color_grey {
	color:#333333;
}
.color_black {
	color:#000000;
}
.color_white {
	color:#ffffff;
}
.button, input[type="submit"], input[type="text"], textarea {
	font-size:16px;
	color:#333333;
	box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-khtml-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-moz-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-ms-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-o-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-webkit-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	padding:12px 20px 12px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color:#eeeeee;
	font-family: 'UbuntuBold';
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	cursor:pointer;
}
.button:hover, input[type="submit"]:hover, input[type="text"]:hover, textarea:hover {
	box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-khtml-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-moz-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-ms-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-o-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-webkit-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	background-color:#ffffff;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	color:#000000;
}
.button a {
	font-size:16px;
	color:#333333;
	text-decoration:none;
}
.button a:hover {
	color:#000000;
}
/* ========================= Global properties END =============================== */

/* ========================= Global Structure START ============================== */
#maincontainer {
	width:100%;
	position:fixed;	
	height:100%;
	margin:0 auto;	
	z-index:1;
	overflow:hidden;
}
#slideshow {
    position:fixed;
    height:100%;
	opacity:0.7;
}
#slideshow IMG {
    position:fixed;
    top:0;
    z-index:8;
    opacity:0.0;
/*    position:inherit;                          TOEGEVOEGD   */
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#main {
	width:1050px;                            /*   @@@ 990px;  t.g.v. Tabblad meer nu 1050  */
	margin:0 auto;
	position:relative;
	height:90%;                              /*   @@@ 90/ 95%   Bepaalt onderste regel "Footer" wel of niet in beeld */
}
/* ========================= Global Structure END ================================ */
/* ====================== Left & Right alignment START =========================== */
.align_left {text-align: left;}
.align_center {text-align:center;}
.align_right {text-align:right;}
.alignleft {
	float: left;
	margin-right:1.5em;                      /* @@@  1.5em; */
}
.alignleft_pic {
	float:left;
	margin-right:10px;
	padding-top:0px;
}
.alignleft20 {
	float:left;
	margin-right:20px;
}
.alignright20 {
	float:right;
	margin-left:20px;
}
.alignright {
	float: right;
	margin-left:1.5em;
}
.topmargin {
	margin-top:100px;                       /* 10px;  */
}
.imgcenter {
	display: block;
	margin: 10px auto 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	/*margin-left: auto;
	margin-right: auto     <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
}
.pic {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.pic:hover {
	background:#ffffff;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	opacity: 0.7;
}
.wrapper {
	width: 100%;                            /* @@@  100% */
	overflow: hidden;
}
.clear {
	clear: both;
	margin-bottom:30px;                     /*  30px;  */
}
/* ====================== Left & Right alignment END ============================= */
/* ============================== header START =================================== */
header {
	margin:40px auto;                    /*  margin:40px auto;  */
	position:relative;
	height:auto;
	z-index:222;
}
header a {
	text-decoration:none;
}
header #logo h1 {
	font-size:80px;                         /* @@@  100 150 */
	font-weight:normal;
	text-decoration:none;
	text-shadow:4px 4px 5px #000000;         /* @@@  3px 3px 5px #000000; */
	text-align:center;
    font-family: 'UbuntuBold';               /* @@@  ArizoniaRegular*/
	line-height:80px;                       /* @@@  100  50px */
	margin-bottom:1px;                      /* @@@  5  50px; ruimte tussen logoregel en slogan regel */
}
header .slogan {
	text-shadow:3px 3px 5px #000000;
	text-align:center;
	font-size:50px;                          /*  40px;  */
	line-height:50px;                        /*  40px;  */
    padding-left:60px;                       /*  60 JAC toegevoegd >> Horizontale positie "Amarant Tilburg"-regel */
    font-family: 'UbuntuBold';

	margin-bottom:1px;                      /* @@@  1px; ruimte tussen sloganregel en Copyight regel */

}






/* =============================== header END ==================================== */
/* ============================= container START =================================== */
/* main_nav.png veranderd in main_nav_Jac4.png  */
#content {
	position:absolute;
	left:316px;                              /* 316px */
	top:20px;
	overflow:hidden;                         /* hidden;  belangrijk */
	height:459px;                            /*  height:459px; >>  Bepaalt weergave deel vertikaal van de tabbladen */
	padding-left:4px;
}
#content>dd, #content>dt {
	float:left;
	margin:0 1px 0 0;
	height:459px;                            /* @@@  559/459  */
	position:relative;
}
#content>dt {
	z-index:5;                               /* @@@ 5 */
	width:59px;                              /* @@@ 59px  */
	background:url(../images/main_nav_Jac4.png) no-repeat;
}
#content>dd {
	width:680px;                             /* 680px; > Breedte van de tabbladen <<<<<<<< (610)   */
    overflow:hidden;                         /* overflow:hidden; */
	position:relative;
	z-index:1;
}
#content>dt a {
	width:59px;                              /*  @@@ width:59px  */
	height:459px;                            /*  @@@ height:459px;  */
	background:url(../images/main_nav_Jac4.png) no-repeat;
	display:block;
}
#content>.dt1   {background-position:0 0;}
#content>.dt1 a {background-position:0 -459px;}          /* @@@ -459px; Verschuiving vertikaal grijs-orange */
#content>.dt2   {background-position:-60px 0;}
#content>.dt2 a {background-position:-60px -459px;}
#content>.dt3   {background-position:-120px 0;}
#content>.dt3 a {background-position:-120px -459px;}
#content>.dt4   {background-position:-180px 0;}
#content>.dt4 a {background-position:-180px -459px;}
#content>.dt5   {background-position:-240px 0;}
#content>.dt5 a {background-position:-240px -459px;}
#content>.dt6   {background-position:-300px 0;}          /* @@@  tOGEVOEG M.B.T. tABBLAD 6  */
#content>.dt6 a {background-position:-300px -459px;}

#content .inner {
	background-color:#FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;        /*   border-radius: 15px;  */
	height:459px;       /*  height:459px;  >> HOOGTE VAN DE TABBLAD ACHTERGROND*/
	position:relative;
}



article {
	padding:20px 30px;
	width:610px;
	max-width:610px;
}
/* ============================== container END ==================================== */
/* ============================== TABBLAD-1=RTV DENIS foto serie ================== */
#slider {
	width:680px;
	height:459px;	
	background:url(../images/loading.gif) no-repeat 50% 50%;
	position:relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    font-family: 'UbuntuBold';
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:175px;                              /*  @@@  left:230/260px; MEER puntjes op een rij */
	bottom:-22px;                            /*  @@@  bottom:-22/-42px verticale positie van de bolletjes  XXXX    */
}
.nivo-controlNav a {
	display:block;
	width:18px;                              /* @@@  width:18px; height 18  */
	height:18px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;                    /*  @@@  text-indent:-9999px  */
	border:0;
	margin-right:0px;                       /*  @@@  margin-right:0px */
	float:left;
	left:-60px;                             /*  @@@  = Positie van de puntjes TABBLAD-1 was 320px/  150 */
	bottom:30px;                            /*  @@@  bottom:60px   Stippeltjes hoogte */
}
.nivo-controlNav a.active {
	background-position:0 -26px;            /* @@@  0-25/ background-position:0 -22px;   Puntje van actuele foto positie vertikaal!!! */
}

.nivo-directionNav a {
	position:absolute;
	top:206px;
	z-index:99;
	cursor:pointer;
	width:48px;
	height:48px;
	text-indent: -500px;
	overflow:hidden;
	background: url(../images/slider_arrows.png) top left no-repeat;
}

.nivo-prevNav {
	left:10px;                               /* @@@ left:10px;   */
}

.nivo-prevNav:hover{
	background-position: 0 -48px !important; /* @@@ 0 -48px !important;  */
}

.nivo-nextNav {
	right:10px;
	background-position: -48px 0 !important;
}
.nivo-nextNav:hover{
	background-position: -48px -48px !important;
}
/* ============================== TABBLAD-1 EINDE =============== */
/* ============================== Scroll Pane START =========================== */
.scroll-pane {
	width: 610px;                            /* @@@  610px */
	overflow: auto;                          /* @@@  VISIBLE /auto  */
	float: left;
	padding-right:20px;                      /* @@@  20px */
}

.scroll-pane_6 {
	width: 610px;                            /* @@@  610px */
	overflow: auto;                          /* @@@  auto  */
	float: left;                             /* @@@  left */
	padding-right:20px;                      /* @@@  2/ 20px */
}

#pane1, #pane2, #pane3 {
	height: 415px;                           /* @@@  330px  TV Tabblad hoogte aangepast voor tijdelijk een foto */
}
/* ============================== Scroll Pane END =============================== */
/* ====================== TABBLAD-2= ONZE TV UITZENDINGEN ======= */
.about li {
	padding:0px 0px 20px 0px;
}

.dropcapspot2 {
	background: url(../images/dropcap.png) no-repeat scroll left center transparent;
    display: block;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    text-shadow: -1px 0 0 #1E1E1E;
    top: 6px;
    width: 40px;
	font-weight:normal;
}

.dropcapspot2 {
	top:0px;
} 

.about .col_left {
	width:275px;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.about .col_right {
	width:275px;
	height:auto;
	float:right;
	margin-bottom:20px;
}
/* ====================== TABBLAD-2 EINDE ======== */
/* ============================= TABBLAD-3= WIE ZIJN WIJ ============ */
#gallery {
	height: 400px;                           /* @@@  400 */
	overflow:hidden;                         /* @@@  hidden */
	padding-top:18px;                        /* @@@  18 */
}
#gallery .viewport {
	float: left;                             /* @@@  left */
	width: 640px;
	height: 220px;
	overflow: hidden;
	position: relative;
}
#gallery .gallery_nav {
	padding-top:23px;
	height:45px;
	float:left;
}
#gallery .buttons {
	display: block;
	width:45px;
	height:45px;
	margin: 0 10px 0 0;
	float: left;
	background-position:left bottom;
	background-repeat:no-repeat;
	text-indent:-9999px
}
#gallery .prev {
	background-image:url(../images/l_arrow.png)
}
#gallery .next {
	background-image:url(../images/r_arrow.png);
	margin-right:0
}
#gallery .buttons:hover {
	background-position:left top
}
#gallery .disable {
}
#gallery .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}
#gallery .overview li {
	float: left;
	margin: 0 15px 0 0;
	width: 190px;
	height: 220px;
}
#gallery .overview li a {
	text-decoration:none;
}
#gallery .overview img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div.wrapper {
	width:190px;
	height:220px;
	overflow:hidden;
	position:relative;
}
/*generic style for all div */
div.caption {
	font-family:arial;
	font-weight:normal;
	font-size:14px;
	background-color:#000000;
	padding:15px 15px 0px 15px;
	min-height:205px;
	color:#ffffff;
	line-height:16px;
	text-decoration:none;
	position:relative;
	z-index:1111111111;
}
/*white fade*/
ul li div.caption {
	font-weight:normal;
	font-size:13px;
	position:relative;
	opacity: .8;
	padding:15px 15px 0px 15px;
	min-height:205px;
	color:#ffffff;
	line-height:18px;
	text-decoration:none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div.caption h4 {
	color:#FF6600;
}
div.caption a {
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}
div.caption a:hover {
	text-decoration:none;
}
/* ============================= TABBLAD-3  EINDE ============ */
/* ====== Services START/ TABBLAD-4= "WIE ZIJN WIJ" > 6= "St.NICOLAAS ========= */
.services {
	width:100%;
	height:auto;
	float:left;
}
.services .col_left {
	width:275px;
	height:auto;
	float:left;
}
.services .col_right {
	width:275px;
	height:auto;
	float:right;
}
/* ========================= Services END/ TABBLAD-4= "WIE ZIJN WIJ" ========== */
/* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV  Toegevoegd t.b.v. TAB-6  VVVVVVVVVVVVVVVVVVV */
/* ========================= Services START/ TABBLAD-6= SINT ================== */
div.col_left_6 {			                 /* @@@  Linkse deel */  /* XXXXXX  */
	width:325px;                             /* @@@  310/ 325px  */
	height:290px;                            /* @@@  290/ 320 >> Bepaalt de positie van de tekst onder het schermpje  */               
	float:left;                              /* @@@  left */
    position:relative;
	font-family: 'UbuntuBold';
  /*   padding-top:0px;			 */          /* @@@  Jac */
  /*  vertical-align:text-bottom; */         /* @@@  Jac */
  /*  vertical-align:top;
    background-color:red;
    vertical-align:top; */
  }
div.col_right_6 {			                 /* @@@  Rechtse deel */  /* XXXX */
	width:285px;			                 /* @@@  250/ 280px >>  Balkje rechts nog net in beeld*/
	height:320px;			                 /* @@@  320 */
  	float: left;                            /* @@@  right */
    font-family: 'UbuntuBold';
   /* position: fixed;                       fixed */
    overflow: auto;                          /* @@@  auto */
    position:relative;
    background-color:white;  /* green *Wit gemaakt om streep weg te werken  */
}

div.head6 {

/* background-color:yellow; */
       padding-bottom:30px; 
 vertical-align:top;
/* height:320px;	340*/
}
div.inside {    /* XXXXX  */

       float:left;
       height:320px;
}
	
/* ========================= Services END/ TABBLAD-6= SINT ================== */
/* ============================= TEST SINT/ TABBLAD-6 ======================= */
table.leanback6 {                           /* XXXX */
height:length 320px;

/* vertical-align:top;
   background-color:orange;                   Jac */
}

td.leanbackA {
   width:240px;                              /* @@@  300 */
    vertical-align:top;                      /*  top;  */
/*background-color:orange;                       Jac  */
 
   }           /* 300 LINKS */
td.leanbackB {
   width:20px;                               /*  width:50px;  */
   vertical-align:top;
   background-color:white;                   /* Wit gemaakt om streep weg te werken  */
/* height:length 360px;                          Jac  */
   }            /* 50 MIDDEN */
td.leanbackC {
   width:290px;                              /*  width:240px;  */
    vertical-align:top;
 /*background-color:orange;                      Jac  */
/*height:length 360px;                           Jac  */

   }           /* 240 RECHTS */
/* ============================= SINT END/ TABBLAD-6 ======================== */
/* ============================= Contact us START/ TABBLAD-5= MAIL=========== */
#contact_form {
	width: 325px;				              /* @@@  325px  */
	float:left;					              /* @@@  left */
	padding-top:4px;			              /* @@@  4px */
	margin-right:41px;		                  /* @@@  41px */
	overflow:hidden;			              /* @@@  hidden */
}
#contact_form .clearfix {
	width:100%;					              /* @@@@  100% */
	margin-bottom:9px;		                  /* @@@  9px */
	position:relative;			              /* @@@  relative */
}
#contact_form input[type="text"], #contact_form textarea {
	float:left;					             /* @@@  left */
	margin:0;					             /* @@@  0 */
	border:none;				             /* @@@  none */
	padding:14px 18px;		                 /* @@@  14px 18px; */
	color:#333333;				             /* @@@  #333333; */
	-webkit-border-radius: 20px;	         /* @@@  20px; */
	-moz-border-radius: 20px;		         /* @@@  20px; */
	border-radius: 20px;			         /* @@@  20px; */
	position:relative;		                 /* @@@  relative */
	width:266px;				             /* @@@  266px; */
	outline:none;				             /* @@@  none */
   font-family: 'UbuntuBold';	             /* @@@  ArimoRegular */
	font-size:13px;			                 /* @@@  13px */
}
#contact_form input[type="text"]:hover, #contact_form textarea:hover {
	background:#686661;		                 /* @@@  #686661 */
	color:#ffffff;				             /* @@@  #ffffff */
}
#contact_form textarea {
	height:88px;				             /* @@@  88px */
	overflow:auto;				             /* @@@  auto */
	resize:none;				             /* @@@  none */
}
#contact_form .buttons {
	margin-right:22px;		                 /* @@@  22px */
	float:left;					             /* @@@  left */
}
#contact_form input[type="submit"], input[type="reset"] {
	width:90px;					             /* @@@  90px */
	margin:3px;					             /* @@@  3px */
	border:none;				             /* @@@  none */
	color:#333333;				             /* @@@  #333333 */
}
#contact_form input[type="submit"]:hover, input[type="reset"]:hover {
	color:#000000;			 	             /* @@@  #000000 */
}
.msg {
	font-size: 11px;			             /* @@@  11px */
	font-weight: normal;		             /* @@@  normal */
	color:#ee6b26;				             /* @@@  #ee6b26 */
	margin-left:10px;			             /* @@@  10px */
}
.contact {
	width:180px;				             /* @@@  180px */
	height:auto;				             /* @@@  auto */
	float:right;				             /* @@@  right */
}
.contact ul {
	padding:0px 0px 0px 0px;	             /* @@@  0px 0px 0px 0px; */
}
.contact li {
	display:inline-block;		             /* @@@  inline-block */
	padding:0px 5px 10px 0px;	             /* @@@  0px 5px 10px 0px; */
	line-height:22px;			             /* @@@  22px */
	font-size:14px;			                 /* @@@  14px */
}
.contact li a {
	opacity: 1.0;				             /* @@@  1.0; */
}
.contact li a:hover {
	opacity: 0.5;				             /* @@@  0.5; */
}
/* ============================== Contact us END/ TABBLAD-5 ====================== */
/* ============================ footer START ===================================== */
footer {
	height:auto;
	width:100%;                              /* @@@  100%;  */
	float:left;
	padding:15px 0px 15px 0px;
	position:relative;
	z-index:1111111;
}
footer a {
	color:#ffffff;                           /* @@@  ffffff */
}
footer .privacy {
	height:2%;                                /* Eoegevoegd */
	color:#ee6b26;                           /* @@@  #ffffff */
	text-align:center;
	margin-left:-40px;
    font-size:10px;                          /* @@@  Jac */
    font-family: 'UbuntuBold';
}

footer .privacy2 {                            /* Footer >. Header */
	color:#ee6b26;                           /* @@@  #ffffff */
	text-align:center;
    font-size:11px;                          /* @@@  Jac */
    font-family: 'UbuntuBold';
}
/* ============================= footer END ====================================== */

