/* Footer altijd onderaan de pagina 
   Tim Rooza | NoviNet | 6/7/2006 

	 body,html: hoogte 100%
	container: min-height: 100% 
	Vergeet de IE hack niet, padding is hoogte footer
*/

body, html {
margin: 0px;
padding: 0px;
height: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #FFFFFF;
line-height: 20px;
}

body {
background-image: url('../images/background.gif');
background-repeat: no-repeat;
background-position: bottom right;
}

div#container {
position: relative;
min-height: 100%;
width: 770px;
text-align: left;
}

/*IE hack 100% hoogte van de pagina */
 * html #container { height: 100%; }
 * html #content { padding-bottom: 108px; }

div#content img {
margin: 5px;
border: 1px solid #FF0000;
}

#footer {
position:relative;
margin-top: -105px;
width: 100%;
z-index: 1;
}

div#content p {
margin: 5px;
padding: 0px;
z-index: 1000;
 }

div#header {
height: 100px;
width: 100%;
}

.menuKnop {
margin-bottom: 6px;
border: 0;
}

#menu {
position: relative;
left: 100px;
top: 10px;
z-index: 10;
float: left;
width: 200px;
}

div#content {
position: relative;
left: 117px;
width: 450px;
float: left;
}

.paginaKop {
font-size: 16px;
font-weight: bold;
color: #DB261D;
}

.subKop {
	font-size: 12px;
	font-weight: bold;
	color: #DB261D;
}

a {
	color: #DB261D;
}

a:hover {
	color: #DB261D;
}
table.extrainfo {
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #888888;
	width:100%;
	font-size: 10px;
}
