/********************************************************
\Chapter{Basisinstellingen}
\Section{Body}

\begin{verbatim}*/
body {
  color:            #000;
  background-color: #ff9;

  font-family : Verdana, Arial, Helvetica, sans-serif;
}

/********************************************************
\end{verbatim}
\Section{Koppen}
\begin{verbatim}*/
h1, h2, h3 {
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

h1 {
  color: #c03;
  font-size: 200%;
  font-weight: bold;
}

h2 {
  color : #c03;
  font-family : italic arial,geneva,sans-serif;
  font-weight : bold;
  font-variant : small-caps;
  font-size: 130%;
  font-weight: bold;
  text-align: right;
  padding-right: 3px;
  border-top: 0px solid #fc6;
  border-right: 0px solid #fc6;
  border-bottom: 2px solid #fc6;
  border-left: 0px solid #fc6;
}

h3 {
  color: green;
  font-family : italic;
}

/********************************************************
\end{verbatim}
\Section{Paragraaf}
\begin{verbatim}*/
p {
  color : #000;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : medium;
}

p.init:first-letter {
  font-size : 150%;
  font-family : Times;
  font-weight : bold;
  float : left;
  width : 1em;
}

p,ul,ol {
  font-size: 11pt;
  color: #000;
}

p.cte {
  font-size: 10pt;
  color: #000;
}

p.abstract {
  font-size: 8pt;
  text-align: justify;
  color: #f03;
  font-style: italic
}

p.ref {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

/********************************************************
\end{verbatim}
\Section{Link-acties}
\begin{verbatim}*/
a                    {color: #930;}
a:link       {text-decoration: underline}              /* not yet visited */
a:visited {color: #f60;}                            /* visited links */
a:visited {text-decoration: underline}              /* visited links */
a:hover     {color: red; text-decoration: underline}  /* when mouse is over link */
a:active   {text-decoration: underline}              /* applies during act of clicking */

/********************************************************
\end{verbatim}
\Section{Buttons}
\begin{verbatim}*/
.button-link {
  height:60px;
  padding: 10px 15px;
  background: #4479BA;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #20538D;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-link:hover {
  background: #356094;
  border: solid 1px #2A4E77;
  text-decoration: none;
}

.button-small{
  height:12px;
  font-size:9px;
  padding: 2px 2px;
  background: #dcddc0;
  background: #E6E6E6;
  color:navy;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  border: solid 1px #A4A4A4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-small:hover {
	background:#b5cfd2;
  border: solid 1px #2A4E77;
  text-decoration: none;
}

/* special for class 'iris' */
body.iris {
  color:            #000;
  background-color: #ff9;
  background-attachment: fixed;
  background-image: url("images/irislogo.gif");
  background-repeat: repeat;

  font-family : Verdana, Arial, Helvetica, sans-serif;
}

/********************************************************
\end{verbatim}
\Chapter{Navigatiestructuur}
\begin{verbatim}*/

/********************************************************
\end{verbatim}
\Section{Navigatie}
\begin{verbatim}*/

#navcell {
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left : 50px;
  border-top: 0px solid #fc6;
  border-right: 0px solid #fc6;
  border-bottom: 3px solid #fc6;
  border-left: 0px solid #fc6;
  font-family: Arial, Helvetica, sans-serif;
}

#nav {
  position: absolute;
  top : 130px;
  left : 5px;
  width : 180px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
}

#nav ul, #nav li {
  list-style-type: none;
}
    
#nav a, #nav li.active li a {
  color: #930;
  text-decoration: none;
}

#nav a:hover, #nav li a:hover {
  background-color: #fc6;
  color: #930;
  text-decoration: none;
}

#nav li.active a {
  background-color: #fc6;
  color: #930;
  text-decoration: none;
}

/********************************************************
\end{verbatim}
\Section{Content}
\begin{verbatim}*/

#content{
  padding-top : 5px;
  padding-bottom : 10px;
  padding-left : 230px;
  padding-right : 5%;
  background-color: #ff9;
  color: #000;
}

/********************************************************
\end{verbatim}
\Section{De nice table}
\begin{verbatim}*/

/********************************************************
\end{verbatim}
\Section{Normaal}
\begin{verbatim}*/
/* Nice Table
    td/th: align right
*/
table.nicetable {
	font-family: verdana,arial,sans-serif; font-size:11px; color:#333333;
	border-width: 1px; border-color: #999999; border-collapse: collapse;
}
table.nicetable th {
	background-color:#b5cfd2; color:navy;
	padding: 8px;
	border-width: 1px; border-style: solid; border-color: #999999;
}
table.nicetable td {
	background:#dcddc0;
	text-align:right;
	padding: 4px;
	border-width: 1px;border-style: solid; border-color: #999999;
}

table.nicetable {
	font-family: verdana,arial,sans-serif;    font-size:11px;
	color:#333333;
	border-width: 1px;	border-color: #999999;	border-collapse: collapse;
}
table.nicetable th {
	background-color:#b5cfd2;       color:navy;
	border-width: 1px;	border-style: solid;	border-color: #999999;
	padding: 8px;
}
table.nicetable td {
	background:#dcddc0;
	border-width: 1px;	border-style: solid;	border-color: #999999;
	padding: 4px;
	text-align:right;
}

/********************************************************
\end{verbatim}
\Section{Alternatieve aanpak}
\begin{verbatim}*/
/* Alternative nice table
    td: text align left/top
*/
table.altnicetable {
	font-family: verdana,arial,sans-serif; font-size:11px; color:#333333;
	border-width: 1px;	border-color: #999999;	border-collapse: collapse;
}
table.altnicetable th {
	background-color:#b5cfd2; color:navy;
	padding: 8px;
	border-width: 1px;	border-style: solid;	border-color: #999999;
}
table.altnicetable td {
	background:#dcddc0;
	text-align:left; vertical-align: text-top;
	padding: 4px;
	border-width: 1px;	border-style: solid;	border-color: #999999;
}

table.altnicetable tbody tr:nth-child(2n) td {
  background: #dcddc0   /* #ffcccc; */
}
table.altnicetable tbody tr:nth-child(2n+1) td {
  background: #d1d2ac   /* #ccfffff; */
}

/********************************************************
\end{verbatim}
\Chapter{De speciale table}
\begin{verbatim}*/

/********************************************************
\end{verbatim}
\Section{Normaal}
\begin{verbatim}*/

table.mediumtable {
	font-family: verdana,arial,sans-serif;     font-size:18px;
	color:#333333;
	border-width: 1px;	border-color: #999999;	border-collapse: collapse;
  table-layout:fixed;
  overflow:hidden;
}
table.mediumtable th {
	background-color:#b5cfd2;        color:navy;
	border-width: 1px;    border-style: solid;    border-color: #999999;
  padding:1px
  font-family:verdana;  font-size:45%;
	text-align:center;
  overflow:hidden;
}
table.mediumtable td {
	background:#dcddc0;
	border-width: 1px;	border-style: solid;	border-color: #999999;
	padding: 2px;
	text-align:center;
  font-size:50%;
}

table.mediumtable tbody tr:nth-child(2n) td {
  background: #dcddc0   /* #ffcccc; */
}
table.mediumtable tbody tr:nth-child(2n+1) td {
  background: #d1d2ac   /* #ccfffff; */
}
/********************************************************
\end{verbatim}
\Section{Small}
\begin{verbatim}*/

table.smalltable {
	font-family: verdana,arial,sans-serif;     font-size:18px;
	color:#333333;
	border-width: 1px;	border-color: #999999;	border-collapse: collapse;
  table-layout:fixed;
  overflow:hidden;
}
table.smalltable th {
	background-color:#b5cfd2;        color:navy;
	border-width: 1px;    border-style: solid;    border-color: #999999;
  padding:1px
  font-family:verdana;  font-size:45%;
	text-align:center;
  overflow:hidden;
}
table.smalltable td {
	background:#dcddc0;
	border-width: 1px;	border-style: solid;	border-color: #999999;
	padding: 2px;
	text-align:center;
  font-size:50%;
}

table.smalltable tbody tr:nth-child(2n) td {
  background: #dcddc0   /* #ffcccc; */
}
table.smalltable tbody tr:nth-child(2n+1) td {
  background: #d1d2ac   /* #ccfffff; */
}
/********************************************************
\end{verbatim}
\Section{Alternatieve variant}
gebruikt door function mtable
\begin{verbatim}*/

table.altsmalltable {
	font-family: verdana,arial,sans-serif;     font-size:18px;
	color:#333333;
	border-width: 1px;	border-color: #999999;	border-collapse: collapse;
  table-layout:fixed;
  overflow:hidden;
}
table.altsmalltable th {
	background-color:#b5cfd2;        color:navy;
	border-width: 1px;    border-style: solid;    border-color: #999999;
  padding:8px
  font-family:verdana;  font-size:45%;
	text-align:center;
  overflow:hidden;
}
table.altsmalltable td {
	background:#dcddc0;
	border-width: 1px;	border-style: solid;	border-color: #999999;
	padding: 4px;
	text-align:center;
  font-size:50%;
}

table.altsmalltable tbody tr:nth-child(2n) td {
  background: #dcddc0   /* #ffcccc; */
}
table.altsmalltable tbody tr:nth-child(2n+1) td {
  background: #d1d2ac   /* #ccfffff; */
}

table.altsmalltable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
  content: " \25B4\25BE" 
}
/********************************************************
\end{verbatim}
\Section{transparante variant}
\begin{verbatim}*/
table.normaltable {
	font-family: verdana,arial,sans-serif;     font-size:18px;
	color:#333333;
	border-width: 0px;	border-collapse: collapse;	// border-color: #999999;
  table-layout:fixed;
  overflow:hidden;
}
table.normaltable th {
	background-color:#b5cfd2;        color:navy;
	border-width: 0px;    border-style: solid;    border-color: #999999;
  padding:0px
  font-family:verdana;  font-size:45%;
	text-align:center;
  overflow:hidden;
}
table.normaltable td {
	background:#dcddc0;
	border-width: 0px;	border-style: solid;	border-color: #999999;
	padding: 0px;
	text-align:center;
  font-size:50%;
}

table.normaltable tbody tr:nth-child(2n) td {
  background: #dcddc0   /* #ffcccc; */
}
table.normaltable tbody tr:nth-child(2n+1) td {
  background: #d1d2ac   /* #ccfffff; */
}

table.normaltable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
  content: " \25B4\25BE" 
}


/********************************************************
\end{verbatim}
\Chapter{De sorteerbare tabel}
\begin{verbatim}*/

/* standaard beide icoontjes
table.altsmalltable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
  content: " \25B4\25BE" 
}
*/

/* eigen icoontjes
table.sortable th::after, th.sorttable_sorted::after, th.sorttable_sorted_reverse::after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
}
th.sorttable_sorted::after {
  background: url(my-sorted-icon.png);
  background-size: contain;
}
th.sorttable_sorted_reverse::after {
  background: url(my-sorted-reversed-icon.png);
  background-size: cover;
}
*/

/* Sorted Table */
/* https://kryogenix.org/code/browser/sorttable/ */
table.xsortable {
	font-family: verdana,arial,sans-serif;    font-size:11px;
	color:#333333;
	border-width: 1px;	border-color: #999999;	border-collapse: collapse;
}
table.xsortable th {
	background-color:#b5cfd2;       color:navy;
	border-width: 1px;	border-style: solid;	border-color: #999999;
	padding: 8px;
}
table.xsortable td {
	background:#dcddc0;
	border-width: 1px;	border-style: solid;	border-color: #999999;
	padding: 4px;
	text-align:right;
}

table.sortable tbody tr:nth-child(2n) td {
  background: #dcddc0
}
table.sortable tbody tr:nth-child(2n+1) td {
  background: #d1d2ac
} 

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
  content: " \25B4\25BE" 
}

/********************************************************
\end{verbatim}
*/