@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #659198;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.MMSiteMaxProd #container {
	width: 1006px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#MaxProd1Kop {
	background-color: #FCC;
	height: 142px;
	width: 980px;
	margin-top: 6px;
	margin-right: 13px;
	margin-left: 13px;
}
#MMSiteMaxProd1Menubalk {
	background-color: #FC9;
	height: 54px;
	width: 980px;
	margin-right: 13px;
	margin-left: 13px;
}
#MaxProd1Bovenrand {
	background-color: #FC9;
	height: 72px;
	width: 980px;
	margin-right: 13px;
	margin-left: 13px;
	text-align: center;
}
#Kolomkader {
	height: 527px;
	width: 1006px;
	margin: 0px;
}
#MaxProdStaart {
	background-color: #FCC;
	height: 57px;
	width: 980px;
	margin-right: 13px;
	margin-left: 13px;
}
#MMSiteBMDHoofdveld {
	width: 1006px;
}
.MMSiteMaxProd #container #MMSiteBMDHoofdveld a #veld1 {
	text-align: center;
}
.MMSiteMaxProd #container #MMSiteBMDHoofdveld {
	text-align: center;
}
