html, body {
	margin: 0 auto;
	text-align: center;
	height: 100%;
	font-family: "trebuchet ms", verdana;
	font-size: 13px;
}
div {
	font-family: "trebuchet ms", verdana;
	font-size: 13px;
}
td {
	font-family: "trebuchet ms", verdana;
	font-size: 13px;
}
img {
	border: 0px;
}
.cms {
	text-align: left;
	background: #fff;
	font-family: "trebuchet ms", verdana;
	font-size: 13px;
}

a:link {
	color: #2b2b2b;
	text-decoration: underline;
}
a:visited {
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: underline;
}

.fullscreen {
	position: relative;
	margin: 0 auto -80px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.header {
	position: relative;
	height: 107px;
	background: #1c1c1c;
	z-index: 10;
}
.headerContent {
	position: relative;
	margin: 0 auto;
	width: 982px;
}
.smallcontact{
	position:absolute;
	top:5px;
	left:690px;
	text-align:right;
	font-size:10px;
	color:#FFF;
}
.logo {
	position: absolute;
	top: 25px;
	left: 5px;
}
.menu {
	position: relative;
	margin: 0 auto;
	width: 982px;
}
.menuItems {
	position: absolute;
	top: 70px;
	left: 200px;
}
.menuItem {
	float: left;
	border-top: 1px solid #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	background: #1c1c1c;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 22px;
	margin-right: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.menuItem a {
	text-decoration: none;
	color: #fff;
}

.menuitem a:hover {
	color: #999;
	text-decoration: underline;
}

.menuItemActief {
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	background: #fff;
	color: #1c1c1c;
}
.menuItemActief a {
	text-decoration: none;
	color: #1c1c1c;
}
.headerBalk {
	position: relative;
	height: 23px;
	background: #333333;
	z-index: 5;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 982px;
	text-align: left;
}
.etalage {
	height: 198px;
	margin-bottom: 8px;
	text-align: left;
	overflow: hidden;
}
.cta {
	height: 101px;
}
.ctaItem {
	float: left;
	width: 322px;
	height: 101px;
	margin-right: 8px;
}
.ctaItemR {
	float: left;
	width: 322px;
	height: 101px;
}

.content {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 50px;
}

.push {
	height: 80px;
}

.footer {
	position: relative;
	height: 80px;
	background: url('layout/footerbg.gif') repeat-x;
}
.footerMenu {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	word-spacing: 50px;
}
.footerMenu a {
	text-decoration: none;
	color: #fff;
}
.footerCopyright {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
}
.footerCopyright a {
	color: #fff;
}