@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #323266;
}
#container {
	/* centering div en stage */
	width: 918px;
	position: relative;
	left: 50%;
	margin-left: -459px; /* width/2 */
}
#top {
	width: 918px;
	height: 186px;
	background: url(../img/top.jpg) no-repeat;
}
#bg {
	width: 918px;
	height: 722px;
	background:url(../img/container_bg.jpg) no-repeat;
}
#content_area {
	width: 918px;
	background:url(../img/content_bg.png) 0px 428px repeat-y;
	float: left;
}
#content {
	padding-left: 80px;
	padding-right: 350px;
	font-size: 10pt;
}
#content_footer {
	width: 918px;
	height: 51px;
	background:url(../img/content_footer.png) no-repeat;
	float: left;
}
#footer {
	width: 918px;
	height: 164px;
	float: left;
	font-size: 10pt;
}
a#btn_nieuwsbrief {
	width: 216px;
	height: 34px;
	background: url(../img/btn_nieuwsbrief.png) no-repeat right;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
a#btn_nieuwsbrief:hover {
	width: 216px;
	height: 34px;
	background: url(../img/btn_nieuwsbriefH.png) no-repeat right;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
a#btn_gastenboek {
	width: 216px;
	height: 34px;
	background: url(../img/btn_gastenboek.png) no-repeat right;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
a#btn_gastenboek:hover {
	width: 216px;
	height: 34px;
	background: url(../img/btn_gastenboekH.png) no-repeat right;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
a#btn_links {
	width: 216px;
	height: 34px;
	background: url(../img/btn_links.png) no-repeat right;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
a#btn_links:hover {
	width: 216px;
	height: 34px;
	background: url(../img/btn_linksH.png) no-repeat right;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
a#btn_facebook {
	width: 216px;
	height: 34px;
	background: url(../img/btn_facebook.png) no-repeat;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
a#btn_facebook:hover {
	width: 216px;
	height: 34px;
	background: url(../img/btn_facebookH.png) no-repeat;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
a#logo {
	position: absolute;
	height: 180px;
	width: 350px;
	left: 30px;
	overflow: hidden;
}
#quicklinks {
	width: 216px;
	height: 102px;
	float: right;
	margin-right: 38px;
}
#image_rotator {
	width: 182px;
	height: 182px;
	position: absolute;
	left: 567px;
	top: 153px;
}
#zingt_in {
	width: 183px;
	float: right;
	clear: both;
	right: 52px;
	top: 50px;
	position: relative;
}
#zingt_in a:link, #zingt_in a:visited, #zingt_in a:active, #zingt_in a:hover {
	color: #323266;
}
#partners {
	width: 418px;
	height:	58px;
	position: relative;
	left: 160px;
}
#copyright {
	width: 418px;
	height:	58px;
	position: relative;
	left: 140px;
	text-align: center;
	margin-top: 20px;
	
	
}
ul#topmenu {
	width: 530px;
	position:relative;
	left: 360px;
	top: 70px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
ul#topmenu li {
	float: left;
	font-size: 12pt;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
	margin-right: 3px;
	padding: 10px 8px 10px 8px;
	background:#FFF;
}
ul#topmenu li a:link, ul#topmenu li a:visited, ul#topmenu li a:hover, ul#topmenu li a:active {
	color: #323266;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
!important
}
ul#topmenu li a:hover {
	color: #fccb02;
}
#siteLocationsFooter {
}
a:link, a:visited, a:active, a:hover {
	font-size: 10pt;
	color: #323266;
	font-weight: bold;
	text-decoration: none;
}
td {
	font-size: 10pt;
}
h4 {
	color: #fccb02;
}
.even {
	background:#ededed;
}
hr {
	color: #fccb02;
}

