/* CSS Document */
html,body
{
	background:url(../images/achtergrond.jpg) center top repeat-x;
	background-color:#4a4a4a;
	font:12px Arial, Helvetica, sans-serif;
	color:#626260;
	height:100%;
	margin:0;
	padding:0;
}

form {
	margin: 0px;
}

p {
	font:12px Arial, Helvetica, sans-serif;
	color:#626260;
}

p a {
text-decoration: none;
color:#626260;
}

p a:hover {
text-decoration: underline;
color:#626260;
}

.container
{
	position:relative;
	background:url(../images/achtergrond_content.png) repeat-y;
	width:976px;
	min-height:100%;
	_height: 100%;
	margin:0 auto;
}

.menu
{
	background:#2e3235;
	width:656px;
	height:50px;
	float:left;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menu ul {
	padding: 0px;
	margin: 20px 0px 0px 26px;
}

.menu ul li
{
	list-style-type:none;
	display:inline;
	margin-right: 15px;
}

.menu ul li a
{
	color:#fff;
	text-decoration:none;
}

.menu ul li a:hover
{
	color:#fff;
	text-decoration:underline;
}

.links
{
	position: relative;
	width:320px;
	float:left;
	height:auto;
}

.plaatje
{
	width:303px;
	height:239px;
	float:left;
	margin-left:17px;
	display: inline;
}

.logo
{
	position: relative;
	background:url(../images/logo.jpg);
	width:303px;
	height:143px;
	float:left;
	margin-left:17px;
	margin-bottom:10px;
	display: inline;
	z-index: 1;
}

.submenu
{
	position: relative;
	width:303px;
	left: 17px;
	top: 10px;
	height:auto;
	font:12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

.submenu_vervolg
{
	position: relative;
	width:263px;
	left: 17px;
	top: 10px;
	height:auto;
	font:12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	background: #2e3235;
	padding: 20px;
}

.submenu_vervolg ul
{
	margin: 0px;
	padding: 0px;
}

.submenu_vervolg ul li
{
	list-style-type:none;
	display:block;
}

.submenu_vervolg a
{
	color:#FFFFFF;
	text-decoration:none;
}


.submenu a
{
	display: block;
	background: #2e3235;
	color:#FFFFFF;
	text-decoration:none;
	padding: 5px 20px;
}

.submenu a:hover, .submenu_vervolg a:hover
{
	text-decoration:underline;
}

.submenutekst {
	font-size: 10px;
	padding: 5px 20px 0px 20px;
}

.content
{
	width:598px;
	float:left;
	padding-left:30px;
	padding-top:10px;
	margin-bottom:60px;
}

h1
{
	color:#e16a04;
	line-height:0;
	font-size:12px;
	margin-bottom:20px;
	margin-top:20px;
}

h1 a
{
	color:#e16a04;
	text-decoration:none;
}

h1 a:hover
{
	color:#e16a04;
	text-decoration:underline;
}

.footer
{
	position:absolute;
	background:#2e3235;
	width:945px;
	height:31px;
	margin-left:16px;
	bottom:0;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:13px;
}

.adres
{
	display:inline;
	margin:0 20px;
}

.adres a {
	color: #FFFFFF;
}


/* webshop items */
.zitem {
	height:160px;
	width:190px;
	margin:0 5px 5px 0;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	display: inline;
}

.zitem .caption {
	width:190px;
	height:40px;
	background:#000;
	color:#fff;
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;
	/* hide it by default */
	display:block;
	/* opacity setting */
	filter:alpha(opacity=70);
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7;
	opacity: 0.7; 
}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
	text-decoration:none;
}

.zitem img
{
	text-align:center;
	display:block;
	margin:0 auto;
	height:150px;
}

.zitem a img
{
	border:0;
}

.nitem {
	height:240px;
	width:190px;
	margin:0 5px 15px 0;
	/* required to hide the image after resized */
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	display: inline;
}

.nitem .ncaption {
	width:190px;
	height:80px;
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;
	/* hide it by default */
	display:block;
	padding:5px;
}

.nitem img
{
	text-align:center;
	display:block;
	margin:0 auto;
	height:150px;
}

.nitem a img
{
	border:0;
}

#wpc {
	display: none;
}

.itemBlockTekst {
	float: left;
	width: 400px;
	line-height: 18px;
}

.itemBlockRight {
	float: left;
}

a.infoLink {
	color: #E16A04;
	font-weight: bold;
}

.content strong {
	color: #E16A04; 
}

h2 {
	color: #E16A04;
	font-size: 12px;
	margin: 0px 0px 2px 0px;
}

.nitem strong {
	color:#626260;
}

#landkaart h2 {
	color:#000000;
}
