﻿* {
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%; /* HEEL BELANGRIJK! */;
	background-color: #000000;
                width: autopx;	
                height:autopx;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

#container {
    min-height: 100%;
    _height: 100%;
    width: 1000px;
    font-family: Verdana,Helvetica,sans-serif;
	font-size: 14px;
    margin: 0 auto; /* deze div centreren */
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}


#header {
    height: 135px;
    background-image: url(http://www.niekyholzken.com/Images/Logo.gif);
}

#navbar {
    height: 35px;
}

#onderwerp_c {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
	text-align: center;
}

#onderwerp {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 30x;
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
	text-align: left;
}

#body {
	width: 1000px;
    margin-bottom: 30px;
    
}
#footer {
	background-position: center;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fffce9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
