body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#holder {
	width: 990px;
	margin: 20px auto 0 auto;
	padding: 0;
}

#holder-header {
	width: 990px;
	height: 80px;
	background: url(/css/holder-header-bkg.gif) no-repeat;
	margin: 0;
	padding: 0;
}

/* @group identity */

#identity {
	width: 990px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#identity img {
	height: 100px;
}
/* @end */

/* @group header */

#holder-header ul {
	margin: 5px 0 0 100px;
	padding: 17px 0 0 0;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
}

#holder-header li {
	float: left;
	margin: 0 15px 0 0;
}

#holder-header li a {
	padding: 5px 10px 5px 10px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#holder-header li a:hover {
	padding: 5px 10px 5px 10px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#holder-header li.active a {
	border-bottom: 1px solid #000;
}
/* @end */

#holder-footer {
	clear: both;
	width: 990px;
	height: 80px;
	background: url(/css/holder-footer-bkg.gif) no-repeat;
}

#content.splash {
	padding: 50px;
	text-align: center;
}

#content {
	clear: both;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}

/* @group specific-openingsuren */

#content table#openingsuren {
	width: 500px;
	float: left;
	margin: 0 0 0 200px;
	border-spacing: 0;
	border-top: 1px solid #999;
}
#content table#openingsuren td {
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 4px;
	background-color: #f5f5f5;
}
#content table#openingsuren td.weekdag {
	font-weight: bold;
	color: #969696;
	text-transform: uppercase;
	width: 150px;
}

#content table#openingsuren td span.gesloten {
	color: #ff7159;
}
#content #sidenote {
	width: 300px;
	float: right;
}
#content table#eindejaar {
	width: 500px;
	float: left;
	margin: 0 0 0 200px;
}
#content table#eindejaar td {
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 4px;
	background-color: #f5f5f5;
}
/* @end */
