/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
    
body, p, div {
	line-height: 1.2;
}

p, ul, ol {margin-bottom:1.5em}

#navigation ol, #navigation ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16px;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

th {
    background-color: #4CAF50; /* Groene achtergrond voor koppen */
    color: white; /* Witte tekstkleur */
}

tr:nth-child(even) {
    background-color: #f2f2f2; /* Lichte achtergrond voor even rijen */
}

tr:hover {
    background-color: #ddd; /* Hover effect voor rijen */
}

button {
    background-color: #007BFF; /* Blauw voor knoppen */
    color: white; /* Witte tekstkleur */
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px; /* Hoekafgeronde knoppen */
    font-size: 14px;
}

button:hover {
    background-color: #0056b3; /* Donkerder blauw bij hover */
}

#timerDisplay {
    margin-top: 20px;
    font-size: 1.5em;
    color: #ff5722; /* Opvallende kleur voor timertekst */
}


body{font: 76% verdana,sans-serif;text-align:center}


#content a  {
}
#content a:hover {
}


div#header h1 {
   height:80px;
   line-height:80px;
   color: #2ba3ff; /*blauw*/
}

div#header img {
   border: 0;
}
div#container{text-align:left}
div#content p, div#content ul {
	line-height:1.4;
}


h1, h2 {
	/*color: #000*/;
	color: #000;
	padding: 10px 0;
    font-weight:900;
    font-size: large;
}

h3 { font-weight: 800; padding: 10px 0; font-size: larger }
div#headnav{
    /*	background-color: #38D3FF; #felblauw*/
	/*background-color: #2ba3ff; #nieuw blauw*/
	/*padding: 15px;*/
}
/*div#headnav ul {
	list-style: none;
	display: inline;
}
*/
div#navigation ul {
    margin: 0;
    padding: 0;
	margin-right: 2em;
}

div#navigation li {
	padding-bottom: 1em;
}
div#navigation{}
div#extra{}
div#footer{background: #333;color: #FFF; }
div#footer p{padding:5px 10px}

div#container{width:900px;margin:0 auto}
div#wrapper{float:left;width:100%;padding:0}
/*div#content{margin: 0 150px; padding:0; }*/ /*topbottom 0, rightleft 150 */
div#navigation{float:left;width:150px;margin-left:-900px}
div#extra{float:left;width:150px;margin-left:-150px}
div#footer{clear:left;width:100%}


form input {
   border: 1px solid black;
   font-weight:900;
}

.radio { border:none !important}

#footer a {color: white;}
#footer a:hover {color: #ff872b;} 

#content ol,ul {
  list-style: disc;
}

select {border: 1px solid black }

.error { color: red; }


div#subnav {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #3366ff;
}
div#subnav ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#subnav li {
    list-style-type: none;
    display: inline;
}
div#subnav li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
div#subnav li a:link {
    color: #FFF:
}
div#subnav li a:visited {
    color: #fff;
}
div#subnav li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
}

table.border {
    border: 1px solid black;
    }
table.border td {
    border: 1px solid black;
}
