
body {
    font-family: Arial;
    font-size: 11px;
    background-color: #F3F3F3;
    overflow: hidden;
    margin: 0;
}

a img {
	border: none;
}

.container {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
    text-align: center;
}

.header {
	width:100%;
	height: 200px;
	background: url(../images/logo.png) no-repeat 115px 32px;
}

.scroll {
	width: 100%;
	height: 100%;
	overflow: auto;
    text-align: left;
}

.center {
	width: 1095px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
}
.menu {
	position: absolute;
	float:left;
	width: 100px;
	top: 210px;
	left: 10px;
}

.content {
	float: right;
}

.items {
	margin-left: 0px;
}

.content .items {
	width: 990px;
	float: right;
}

.content .item {
	margin: 10px;
	float: left;
	/* position: absolute; */ 
}

.content .flyer{
	margin: 10px;
}

.content .item img {
	visibility: visible;
}
/*

.content .item.active {
	display: none;
}
*/

.content .item .description {
	display: none;
}

.content .detail .description {
/* 	height: 65px; */
	margin-top: 20px;
	display: block;
}


.menuitem {
	display: block;
	margin-top: 8px;
	line-height: 10px;
	cursor: pointer;
	background: url(../images/checkbox_nonactief.png) no-repeat left center;
	
	padding-left: 10px;
}
.menuitem#showall {
	margin-top: 0px;
}
.menuitem.active {
	background: url(../images/checkbox_actief.png) no-repeat left center;
}