* {
    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);
}
#left {
float:left;
	width: 750px;
	height: 931px;
	text-align: left;
	margin-top: 0px;
	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 {
	float:right;
	width: 321px;
	height: 931px;
	text-align: left;
	margin-top: 0px;
	background-image: url(../images/site/Website-De-Bruine-Komma_inhoud.jpg);
	background-position: right;
}
    #right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	margin-top: 50px;
	margin-right: 40px;
    }
	    #right .foto {
	margin-top: 53px;
	padding-right: 40px;
    }

#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;
}	

