* {
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%; /* HEEL BELANGRIJK! */
    background: #C9D6E6;
}

.clear {
    clear: both;
}

#container {
    min-height: 100%;
    height: auto !important;
	height: 100%;
    width: 800px;
    margin: 10px auto; /* deze div centreren */
    background: #ffffff;
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */	
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#header {
	height: 178px; /* Is hoogte van logo */
	background: url(http://www.vitalis.org/zfc/images/zfclogo.jpg) no-repeat;
}

#topInfo {
	display: block;
	height: 100px;
	border-bottom: 2px solid #007CD0;
}

#topInfo h1 {
	padding: 10px;	
	font-size:1.7em;
	color: #007117;
}

#topInfo h2 {
	padding-left: 25px;	
	font-size:1.3em;
	color: black;
}

/*Menu dropdown*/

#menu {
    height: 30px;
    line-height: 30px;    /* height, line-height en vertical-align: middle zorgen ervoor dat de inhoud van deze div altijd verticaal gecentreerd wordt. */
    vertical-align: middle;
    background: #007CD0;
}

#menu ul {
	list-style-type: none;
	display: inline;
	width:800px;
}

#menu li {
	list-style-type: none;
	display: inline;
	float: left;
	font:bold 13px arial;
	height: 22px;
}

#menu li a {
	display: block;
	margin: 0px;
	padding: 4px 10px;
	height: 22px;
	background: #007CD0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	background: #8CC73B/*#96C51D*/;
	color: black;
}

#menu div {
	position: absolute;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	background: #016BBF;
	border: 0px solid #c0c0c0;
}

#menu div a { /* Submenu */
	position: relative;
	display: block;
	width: 100px;
	height: 22px;
	margin-top: 0px;
	padding: 4px 10px;
	/*white-space: no-wrap;*/
	background: #00ADEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div#m1, div#m2 {
	margin-top: 0px;
	height: 22px;
}

#menu div a:hover {
	background: #8CC73B;
	color: black;
}

/* Einde Menu Dropdown */

#left {
    width: 180px;
    float: left;
	margin-top: 0px;
    height:400px;
	padding: 10px;
    /*padding-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
	background-color: #007CD0;
}
#left h2, #left p {
    padding: 10px;
}

#content {
    width: 600px;
    float: left;
    background: #FFF;
    height: auto;
    padding-bottom: 20px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

#content h2 {
	padding: 10px;	
	font-size:1.5em;
	color: #007117;
}
#content h3 {
	padding: 10px;	
	font-size:1.2em;
	color: #007117;
}
#content h1 {
	padding: 10px;	
	font-size:1.7em;
	color: #007117;
}
#content p {
    padding-left: 15px;
	padding-bottom: 13px;
}

.nieuwsItem {
	border-bottom: 2px solid #8CC73B;
	margin-bottom: 20px;
	height: auto;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 800px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: #007CD0;
}

.footerTXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: center;
}

img.nieuwsrechts {
	float: right;
	width: 150px;
	margin-left: 5px;
	margin-right: 5px;
}

img.nieuwslinks {
	float: left;
	width: 150px;
	margin-left: 15px;
	margin-right: 15px;
}

p.nieuwsBerichtLinks {
	display: block;
	width: 400px;
	text-align: justify;
}

p.nieuwsBerichtRechts {
	display: block;
	margin-left: 180px;
	width: 400px;
	text-align: justify;
}

table.programmaTabel {
	margin-left: 15px;
	width: 570px;
}

table.deelnemers {
	font-size: 75%;
	width: 570px;
	margin-left: 15px;
}

table.uitslagen {
	margin-left: 15px;
	width: 570px;
	font-size: 75%;
}

tr.tablehead {
	font-weight: bold;
}

caption {
	font-size:1.2em;
	color: #007117;
	text-align: left;
}

form {
	padding: 15px;
    width: 600px;
}

label {
    float: left;
    width: 200px;
    text-align: left;
}

input {
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
	width:250px;
}
/*
input.submitbutton {
	background-color:#89C83C;
	border: 2px solid #007117;
}
*/
input.geslacht {
	width: 20px;
	/*margin-left: 200px;*/ 
	background-color:white;
	border-width: 0px;
}

select {
    width: 250px;
    background-color: #f5f5f5;
	border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
	margin-bottom: 10px;
}