body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
	background-attachment: scroll;
	background-image: url(images/basis.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E5E5E5;
	top: 0px;
}
.oneColFixCtrHdr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.oneColFixCtrHdr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/aluminium_bg.jpg);
	background-repeat: no-repeat;
	height: 580px;
	background-position: center 40px;
	padding: 0px;
	top: 0px;
}
.oneColFixCtrHdr #container #mainContent {
	padding: 0 15px;
	height: 550px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
div#mainContent{
	background-image: url(images/homepage_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 60px;
}
.oneColFixCtrHdr #container #footer {
	padding: 0 15px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.oneColFixCtrHdr #container #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #container #logoNav {
	background-color: #F5F5F5;
	float: left;
	width: 198px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right:0px;
	height: 395px;
	background-image: url(images/alisco_aluminium_systemen_klein.gif);
	background-repeat: no-repeat;
	padding-top: 100px;
	clear:right;
	
}
.oneColFixCtrHdr #container .foto {
	height: 375px;
	width: 500px;
	margin-top: 60px;
	margin-left: 12px;
	float: left;
}
.oneColFixCtrHdr #container .text {
	width: 190px;
	float: right;
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #4E2673;
	letter-spacing: 0px;
	margin: 0px 0px -10px;
	padding: 0px;
}
#contactformulier input {
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 186px;
	height: 16px;
}
#contactformulier textarea {
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 186px;
}
.oneColFixCtrHdr #container #mainContent .text #album {
	margin-top: 100px;
}
div#slogan{
	float: left;
	padding-left: 157px;
	padding-top: 10px;
}
div#lightman2{
	float: right;
	padding-right: 10px;
}