/**********************************/
/******** CONTAINER STYLING *******/
/**********************************/
/* TOP */
#topContainer {
	width: 910px;
	height: 517px;
}
#topHeaderContainer {
	width: 910px;
	height: 439px;
	margin-bottom: 1px;
}

/* CONTENT */
#mainContent {
	padding-top: 15px;
}

#firstContentBox {
	width: 273px;
	padding: 15px;
	float: left;
}

#secondContentBox {
	width: 274px;
	padding: 15px;
	float: left;
}

#thirdContentBox {
	width: 273px;
	background-image:url(../images/nieuwsbrief-background.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	float: left;	
}
#thirdContentBox form {
	margin-top: 12px;
}
#thirdContentBox .newsletterBoxFocus,
#thirdContentBox .newsletterBoxBlur {
	width: 177px;
	height: 15px;
	border: 1px solid #a2a2a2;
	padding: 1px 0 0 5px;
	font-size: 11px;
	margin: 0 0 8px 0;	
	float: left;
}
#thirdContentBox .newsletterBoxFocus {
	color: #cccccc;
}
#thirdContentBox .newsletterBoxBlur {
	color: #666666;
}
#thirdContentBox .newsletterButton {
	height: 18px;
	background-image: url(../images/button-background.gif);
	background-repeat: repeat-x;	
	border: none;
	color: #ffffff;
	font-size: 11px;
	float: right;	
}

