/** van Huissteden **/
/* MAIN */
.body {
	overflow: hidden;
}
.header {
	height: 60px;
	width: 990px;
	margin: 0 auto 0;
	padding: 0;
}
.logo {
	background-image: url(../images/logo_background.jpg);
	height: 163px;
	width: 1011px;
	margin: 10px auto 0;
	padding: 8px 0 0;
}
.container {
	background-image: url(../images/content_background.jpg);
	width: 990px;
	margin: 10px auto 0;
	padding: 0;
	height: 400px;
	background-repeat:repeat-x!important;
	position:relative;
}
/* CONTENT BOXES */
.contentHome {
	padding: 1px 0 0 20px;
 *padding: 25px 0 0 20px;
	width: 950px;
	height: 385px;
}
/* FOOTER */
.footer {
	font-size: 11px;
	color: #92a1ab;
	margin: 0px auto 0;
	padding: 0px 0 0;
	width: 890px;
	border-top:solid 1px #8CA3B1;
	clear:both;
	margin-top:30px;
	padding-left:25px;
	padding-right:25px;
}
body .footer p {
	padding:0px;
	margin-top:0px;
}
.footer .mod_links a {
	display:block;
	text-align:left;
}
.leftfooter {
	width:220px;
	min-height:50px;
	margin-right:20px;
	float:left;
	padding-top:12px;
}
.centerfooter {
	width:220px;
	min-height:50px;
	margin-right:20px;
	float:left;
	padding-top:12px;
}
.centerrightfooter {
	width:220px;
	min-height:50px;
	margin-right:20px;
	float:left;
	padding-top:12px;
}
.rightfooter {
	width:220px;
	min-height:50px;
	float:left;
	padding-top:12px;
}
.footer a {
	text-decoration: none;
	color: #92a1ab;
}
.clear {
	clear: both;
}
/* MENU */


#menu a {
	color: #b6abbc;
	font-size: 12px;
	text-decoration: none;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	background-image: url(../images/menu_separator.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
#menu ul li a {
	float: left;
	display: block;
	color: #b6abbc;
	text-align: center;
	height: 16px;
	padding: 15px 11px;
	line-height: 17px;
}
#menu ul li.active a {
	float: left;
	display: block;
	background-color: #5c3f6b;
	color: #FFF;
	text-align: center;
	height: 12px;
	background-image: none;
}
.right-from-active {
	background-image: none!important;
}
#menu .last {
	background-image: none!important;
	margin-right: 0px;
}
/* LOGO */
.logo .mod_images {
	padding-left: 10px;
}
.logo .mod_images .editButton {
	float:right;
	left:20px;
	margin-left:18px;
	position:relative;
}
.text_module h2 {
	padding-left:10px;
}

.mod_newsletter h3 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.mod_newsletter .the-form h3 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-top:20px;
	margin-bottom:20px;
}
.mod_newsletter .the-form label {
	display:block;
}
