/* ---------------------------------- BEGIN HEADER ---------------------------------- */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #C6C7C9;
	}





body {
	background-image: url('../images/bg.jpg');
	background-position: top center;
	font-size: 75%;
	line-height: 1.5em;
	font-family: verdana;
	}

#container {
	margin: 0 auto; 	/* Horizontaal in midden uitlijnen */
	width: 757px;		/* Gewenste 835px MIN 2xpadding */
	min-height: 750px;
	background-image: url('../images/container_bg.png');	
	padding: 0 39px;
	}		
		
#snelzoek_regel {

	position: absolute;
	z-index: 5;
	top: 0;
	background: #FFF;
	height: 30px;
	width: 757px;
	}

.snelzoeken {
	float: right;
	margin-top: -26px;
    width: 169px;
	}
	
    
#zoekinstellingen {
	position: absolute;
    z-index: 999;
    margin-left: 576px;
    top: 30px;
    width: 175px;

    background: #fff;
    border: 1px solid #7E7E7F;
    font-size: 80%;
    font-weight: bold;
    padding:2px;
	}    



.zoekplusaan {
	width: 12px;
	height: 12px;
	background-image: url('../images/zoekinstellingen.jpg');
	background-position:0px 0px;
    }

.zoekplusuit {
	width: 12px;
	height: 12px;
	background-image: url('../images/zoekinstellingen.jpg');
	background-position:0px -20px;
    }



small {
	font-size: 80%;
	line-height: 20px;

	}
	
p.toptekst {
	padding: 0;
	margin: 0;
	color: #1b7fc4;
	font-size: 80%;
	font-weight: bold;
	line-height: 30px;
	}		
		
#visual {
	width: 757px;
	height: 286px;
	background-image: url('../img_thumb.php?plaatje=visuals/tz_visuals_a9176d159099f2e31d8_0a_Fliegende_Hollander.jpg&maxbreedte=757&maxhoogte=286&clipafbeelding=j');
	background-position:bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;	/* Afstand van visual tot content */
	}
	
#visual_kartels {
	width: 757px;
	height: 286px;
	background-image: url('../images/kartels.png');
	background-position:bottom;
	background-repeat: no-repeat;		
	margin-top: -306px;
	padding-bottom:20px;
	}	
	
h1 {		/* Logo ZNF */
	padding: 0;
	margin: 0;
	width: 260px;
	height: 255px;
	background-image: url('../images/logo.png');
	background-position: 40px 97px;
	background-repeat: no-repeat;
	text-indent: -900em;
	display: block;
	}	

#menu_blok {
	position: absolute;
	z-index: 2;	
	width: 757px;
	height: 408px;
	margin-top: -150px;
	background-image: url('../images/menu_bg.png');
	background-repeat: no-repeat;
	
	}
	
#menuitems {
position: relative;
	height: 205px;		/* Is eigenlijk 207px hoog. Is nu iets korter i.v.m. de verticale uitlijning menuitems in menubalk */
	/* display: table-cell; */
	vertical-align: bottom;
	text-align: center;
	color: #fff;
	}

#menuitems_inhoud {
	position: absolute;
	bottom: 0;
	}	
	
	
.menuitem_kolom {
	width: 126px;
	vertical-align:	bottom;
	}
	
.menu {
	padding: 0;
	margin: 0;
	}

.menu li {
	list-style-type:none;
	}

.menu li a {
	color: #fff;
	text-decoration: none;
	line-height:2em;
	}	
	
.menu li a:hover {
	color: #89D8F8;
	text-decoration: none;
	}			
	
/* ---------------------------------- BEGIN CONTENT ---------------------------------- */	
	
.submenu {
	padding: 0;
	margin: 0;
	color: #000;
	}

.submenu li {
	list-style-type:none;
	font-weight: normal;
	padding: 2px 0;
	}

.submenu li a {
	color: #7e7e7f;
	text-decoration: none;
	line-height:2em;
    
	}	
	
.submenu li a:hover {
	color: #1b7fc4;
	text-decoration: none;
	}		

.submenu_gekozen {
	font-weight: bold;
	color: #1b7fc4;
    	line-height:2em;
	}
	
	
	
	
.subsubmenu {
	padding: 0;
	margin: 0;
	font-size: 80%;
	margin-left: 5px;
	color: #000;
	}

.subsubmenu li {
	list-style-type:none;
	font-weight: normal;
	padding: 2px 0;
	}

.subsubmenu li a {
	color: #7e7e7f;
	text-decoration: none;
	line-height:2em;
	}	
	
.subsubmenu li a:hover {
	color: #1b7fc4;
	text-decoration: none;
	}		

.subsubmenu_gekozen {
	font-weight: bold;
	color: #1b7fc4;
	}

	
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #1b7fc4;
	line-height: 20px;
}		
	

h2, h3 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	}
	
h4  {
	padding: 10px 0;
	font-size: 120%;
	color: #7e7e7f;
	}
		
h4  a {
	text-decoration: none;	
	color: #c2c2c2;

	
	}	
	
h4  a:hover {
	text-decoration: none;	
	color: #7e7e7f;
		
	}	
	

h4.balk {	/* Wordt gebruikt als balk met titel bij de div voorstelling_kolom */
	background-image: url('../images/voorstelling_kolom_top_bg.jpg');
	color: #fff;
	width: 365px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin-left: -10px;
	margin-top: -10px;
	font-size: 120%;
	}	
	
h5 {
	color: #7e7e7f;
	font-size: 100%;
	padding: 10px 0;
	}


.geenmarges {
	margin: 0;
	padding: 0;

	}

	
.inspringen {
	margin-left: 15px;
	}
	
a {
	text-decoration: none;
	color: #f2664a;
	outline: none;
	}

a:hover {
	text-decoration: none;
	color: #000;
	outline: none;
	}	

	


.gekozen { 
	color: #7e7e7f;
	
	}
	

h2 a, h5  a {
	text-decoration: none;	
	color: #7e7e7f;
	
	}
h2 a:hover, h5 a:hover {
	text-decoration: none;
	color: #000;
	}

	
hr {
	color: #d8d8d9;
	background-color: #d8d8d9;
	height: 1px;
	border: 0;
	clear: both;
	}
	
hr.dik {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
	}
		
	
td {		/* Voor de nieuwsagenda tabel */
	height: 20px;
	color: #7e7e7f;
	}	
	
p {
	margin-top: 5px;
	font-size: 100%;
	color: #7e7e7f;
	line-height: 20px;
	}		
	
ul {
	color: #7e7e7f;
	margin: 0;
	padding: 0 20px;
	
	}	
	

	
	
#subs_kolom {
	width: 175px;
	float: left;
	display: inline;
	padding-right: 20px;
	}
	
#content_kolom {
	width: 367px;
	float: left;
	display: inline;
	padding-right: 25px;
	}	

#content_kolom_breed {
	width: 562px;
	float: left;
	display: inline;
	}	
	
#content_kolom_volledig {
	width: 757px;
	float: left;
	display: inline;
	}		
	
#afbeelding_kolom {
	width: 170px;
	float: left;
	display: inline;
	}	
	
#nieuwsagenda_kolom {
	width: 347px;
	float: left;
	display: inline;
	padding-right: 25px;
	margin-top: -7px;
	}

#voorstelling_kolom {
	width: 365px;
	float: left;
	display: inline;
	background: #effafe;
	padding: 10px;
	}
	
a.leesverder {
	font-size: 80%;
	font-weight:bold;
	color: #8f8f91;
	text-decoration: none;
	}

a.leesverder:hover {
	font-size: 80%;
	color: #000;
	text-decoration: underline;
	}	
	
	

	
.nietvet {
	font-weight: normal;
	}
	

.vet {
	font-weight: bold;
	}	












/* ---------------------------------- BEGIN CSS TBV PROGRAMMA TABEL SCHEMA ---------------------------------- */

.dag_td { 
	width:45px; 
	background: #e9e9e9;
	font-size: 90%;
	font-weight: bold;
	}
	
table#schema, table#schema tr {
	border: 1px solid #c2c2c2;
	border-collapse: collapse;
	text-align: center;
	width: 100%;	
	}

table#schema td {
	border: 1px solid #c2c2c2;
	border-collapse: collapse;
	}
	
table#schema, table#schema tr { 
	border-left: 0px solid #ff6600;
	border-right: 0px solid #ff6600;
	}	

.schema_td_grijs {
	background: #f4f4f4;
	}
	
table#schema th {
	text-align: left;
	margin:0;
	padding:2px 10px;
	}


	


/* ---------------------------------- BEGIN CSS TBV PROGRAMMA TABEL ---------------------------------- */
table#programma {
	width: 757px;
	border-top: 1px solid #c2c2c2;
	border-right: 0;
	margin: 20px 0 0 0;
	border-collapse: collapse;
	border-top:0px; 		/* zodat border boven bij eerste rij verdwijnt */
	color: #ff6600;
	}

tr.oneven	{
	background: #f4f4f4;
	}
	
tr.oneven .kolom1	{
	border-left: 0;
	}	
	
table#programma tr .kolom1	{
	border-left: 0;
	background: #fff;
	}
	
table#programma td {
	color: #678197;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	padding: 5px;
	}				
	
th {
	text-align: left;
	border-bottom: 1px solid #c2c2c2;
	border-left: 0;
	padding: 10px;
	}							
	
thead th {
	background: #f4f4f4;
	color: #000;
	}	
	
.programma_tabel_foto_div {
	width: 75px;
	float: left;
	margin-left: -5px;
	margin-top: 5px;
	}
	
.programma_tabel_inleiding_div {
	float: left;
	margin-left: 15px;
	width: 225px;

	}

/* -------------------- Kleuren volgens externe vormgever -------------------- */

.programma_td_oranje {
	background: #f26649;
	} 	
.programma_td_blauw {
	background: #1b7fc4;
	}
.programma_td_roze {
	background: #da007d;
	} 
.programma_td_bruin {
	background: #412e2a;
	}     	
.programma_td_groen {
	background: #85bb3d;
	} 	
.programma_td_dblauw {
	background: #0e067b;
	} 		
.programma_td_grijs {
	background: #0e067b;
	} 		


	

.oranje {
	color: #f26649;
	}
.blauw {
	color: #1b7fc4;
	}
.roze {
	color: #da007d;
	}
.bruin {
	color: #412e2a;
	} 	
.groen {
	color: #85bb3d;
	}
.dblauw {
	color: #0e067b;
	}
.grijs {
	color: #818a90;
	}
	

    
/* -------------------- Einde kleuren volgens externe vormgever -------------------- */
    


	
.wit {
	color: #fff;
	}
		
.dgrijs {
	color: #7e7e7f;
	}	
	

	
    
    
    
    

#programma_overzicht {
	margin-top: -20px;
	}
	
	
	
	
/* ---------------------------------- EINDE CSS TBV PROGRAMMA TABEL ---------------------------------- */	




	
	
	
/* ---------------------------------- BEGIN FOOTER ---------------------------------- */
	
#footer {
	margin: 0 auto; 	/* Horizontaal in midden uitlijnen */
	width: 835px;
	height: 186px;
	background-image: url('../images/footer_bg.png');
	background-repeat: no-repeat;
	}

.generiek {
	
	

	padding: 47px 118px;
	margin: 0;
	}

.generiek li {
	font-size: 80%;
	color: #fff;	
	font-weight: bold;
	list-style-type:none;
	padding: 0 7px;
	float:left;
	}

.generiek li a {
	color: #fff;
	text-decoration: none;
	line-height:2em;
	}	
	
.generiek li a:hover {
	color: #acacac;
	text-decoration: none;
	}		

.disclaimer {
	
	margin-top: 10px;
	margin-left: 180px;
	

	}

.disclaimer li {
	font-size: 80%;
	color: #acacac;	
	font-weight: normal;
	list-style-type:none;
	padding: 0 7px;
	float:left;
	}

.disclaimer li a {
	color: #acacac;
	text-decoration: none;
	line-height:2em;
	}	
	
.disclaimer li a:hover {
	color: #fff;
	text-decoration: none;
	}		
	
#personPopupContainer
{
    position:absolute;
    z-index: 20000;
	width:300px;
	background:#fff;
	border: 1px solid #7E7E7F;
	padding: 10px;
	
}	
/* ---------------------------------- BEGIN FORMULIER ---------------------------------- */	
	
.button {
    border: none;
    background: url('../images/submit.jpg') top left;
    padding: 1px 10px 5px 10px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	height: 20px;
	}

.button:hover {
	}	

input {
	height: 18px;	/* Border hoogte komt er uiteindelijk nog bij, dus totaal 20px hoog. */
	margin: 0;
	padding: 0 5px;
	line-height: 18px;
	border: 1px solid #7e7e7f;
	font-size: 90%;
	font-weight: normal;
	color: #000;
	font-family: arial;
	}

textarea {
	font-size: 90%;
	font-family: arial;
	border: 1px solid #7e7e7f;
	padding: 2px 5px;
	color: #000;
	}
	
select {
	font-size: 90%;
	font-family: arial;
	border: 1px solid #7e7e7f;
	color: #000;
	height: 20px;
	padding: 1px 1px 1px 1px;
	}
	
input[type=checkbox], input[type=radio] {
	border: 0;
	
	}

	
	
.snelzoeken_submit {
	border: none;
	width: 11px;
	height: 12px;
	float: right;
	margin-top: -22px;
	}		

.fout {
	font-size: 11px;
	width: 350px;
	color: red;
	margin-left: 280px;
	margin-top: -20px;
	
	}
 
.formulier label {
	clear:both;
	float:left;
	width: 120px;
	font-weight: bold;
	display:block;
	}

