* {
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%;
	background-color: #ffffff;
	background-image: url(../images/site/Website-De-Bruine-Komma_fill.png);
	background-repeat: repeat;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}
#container {
	min-height: 100%;
	_height: 100%;
	width: 1071px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width: 1071px;
	height: 126px;
	float: none;
	background-image: url(../images/site/Website-De-Bruine-Komma_header.png);
}
#keuze {
	width: 1000px;
	height: 50px;
	background-color: #FFFFFF;
}
#left {
	width: 1071px;
	height: 931px;
	text-align: left;
	margin-top: 12px;
	background-image: url(../images/site/Website-De-Bruine-Komma_inhoud.jpg);
}
    #left h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 32px;
	padding-top: 50px;
    }
    #left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 32px;
	padding-top: 20px;
    }
#right {
	width: 800px;
	float: right;
	height: auto;
	text-align: left;
	margin-top: 12px;

}
    #right h1, #right p {
	line-height: 14px;
	margin-right: 70px;
    padding-top: 10px;
	}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1071px;
	height: 1px;
	text-align: right;
	vertical-align: bottom;
}
    #footer p {
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 25px;
    }
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}	

