/*
Definitie van het lettertype van het logo
Niet aankomen, moet vooraan staan in het css bestand.
*/
@font-face {
  font-family: 'ARBonnie';
  src: url('/fonts/ARBONNIE.woff2') format('woff2'),
       url('/fonts/ARBONNIE.woff') format('woff'),
       url('/fonts/ARBONNIE.ttf') format('truetype');
}

body {
	font-family: 'Verdana', sans-serif;
	font-size: 90%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden; /* prevent horizontal scrolling */
}

/*HIERONDER VRIJER**********************************************************************************************************/
.zebra {
	width: 100%;
	border: 0;
}
.zebra tr {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.zebra tr td {
	padding: 0.5em;
}
/*.zebra tbody tr.rood td{background-color: rgba(207, 18, 39, 0.2);}
.zebra tbody tr.wit td{background-color: #eee;}
.zebra tbody tr.groen td{background-color: rgba(12, 136, 88, 0.2);}*/
ul.standaardtabel {
	width: 100%;
	border: 0;
	margin: 0.2em 0;
}
ul.standaardtabel li {
	padding: 0.5em;
}
ul.programma {
	width: 100%;
	border: 0;
}
ul.programma li {
	/*padding: 0.5em;*/
}
ul.programma li label {
	width: 6em;
	display: inline-block;
	padding: 0.5em 0;
	margin: 0;
}
.tabel_titel {
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}
#monoslideshow2016, #monoslideshow2018 {
	background-color: #ccc;
	width: 100%;
	height: 446px;
	margin: 15px 0 0;
}
/*HIERONDER AFBLIJVEN*******************************************************************************************************/
#footer {
	font-size: 0.9em;
	text-align: center;
	color: #888;
	margin: 2em 0 1em;
}

/* INHOUD */
#container {
	margin: 15px auto 90px auto;
	width: 670px;
}
p {
	line-height: 1.5em;
	margin-top: 1em;
}
h1 {
	font-family: 'ARBonnie', 'Oswald', sans-serif;
	color: #0c8858;
	letter-spacing:0.1em;
	font-size: 2.5em;
	padding: 0.9em 0 0.1em;
}
br { clear:left }
a {
	color: inherit;
	text-decoration: none;
}
.inhoud a {
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
em {
	color: #cf1227;
}
img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 670px;
}

/* HEADER */
.header {
	margin-bottom: -20px;
	z-index: 2;
}
.langselect {
	position: absolute;
	top: 0;
	width: 670px;
    float: right;
	margin-top: 0.7em;
}
.langselect ul {
    margin: 0; padding: 0;
}
.langselect ul li {
    display: inline;
}
.langselect ul li a {
    float: right;
	text-decoration: none;
    padding: 0.5em;
	color: black;	
}
.langselect ul li a:visited {
	color: black;	
}
.langselect ul li a:hover, .langselect ul li .current {
	color: black;	
	background: rgba(207, 18, 39, 1);
}
.undefinedlanguage {
	text-align: right;
	margin-top: 1em;
	color: rgba(207, 18, 39, 1);
	font-weight: bold;
}
.nav {
	color: #cf1227;
	/*background: rgba(207, 18, 39, 0.8);*/
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	/*padding-left: 30000px;
	margin-left: -30000px;
	padding-right: 30000px;
	margin-right: -30000px;*/
	z-index: 1;
}
.nav ul {
    margin: 0; padding: 0;
    float: left;
}
.nav ul li {
    display: inline;
}
.nav ul li a {
    float: left;
	text-decoration: none;
    /*color: white; */
	color: #cf1227;
    padding: 1.5em 1.3em;
}
.nav ul li a:visited {
    /*color: white;*/
	color: #cf1227;
}
.nav ul li a:hover, .nav ul li .current {
    /*color: white;*/
	color: rgba(207, 18, 39, 1);
	background: rgba(12, 136, 88, 0.2);
}

/* FORMULIER */
/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
label 
{
    display:block;
    margin-top:1.5em;
    /*letter-spacing:2px;*/
}

/* Centres the form within the page */
form 
{
    /*margin:0 auto;
    width:459px;*/
}

/* Styles the text boxes */
input, textarea, file {
	height:1em;
	background-color:#efefef;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	border:1px solid #dedede;
	padding:0.7em;
	margin-top:0.7em;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: Verdana;
}
input.long {
	width: 96%;
}
input.short {
	width: 46%;
}
select {
	height: 2em;
	margin-top: 0.7em;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: Verdana;
	background-color:#efefef;
	width: 46%;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	border:1px solid #dedede;
}

	input:focus, textarea:focus {
		border:1px solid #0c8858;
	}

/* Styles the text area boxes (message field) */	
textarea 
{
	height:7em;
	background-color: #efefef;
}


/* Styles the submit button */
#submit , #cancel{
	/* background:url(images/submit.png); */
	/*width:127px;*/
	height:4em;
	padding: 0 2em;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
	font-family: Verdana;
}

/* Styles the submit hover */	
#submit:hover {
	color:#fff;
	background-color: rgba(12, 136, 88, 0.8);
}

/* Styles the cancel hover */
#cancel:hover {
	color:#fff;
	background-color: rgba(207, 18, 39, 0.8);
}
form p.formresponse {
	font-weight: bold;
}

/*
rood: #cf1227; of rgba(207, 18, 39, 1);
wit: #fff; of rgba(255, 255, 255, 1);
groen: #0c8858; of rgba(12, 136, 88, 1);