* {
	padding: 0;
	margin: 0;
}
body {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	width: 100%;
}

#langChoice {
	display: none;
}

#wrapper {
	width: 100%;
	background: none;
	text-align: left;
}

/* *** header *** */
#headerBg1, #headerBg2, #headerBg3  {
	display: none;
}


/* *** other styles *** */
div.whiteLine {
	display: none;
}



/* *** logo *** */
h1 {
	background: none;
	width: 152px;
	height: 79px;
	margin: 15px 0 0 20px;
	float: left;
}
h1 a {
	display: block;
	text-decoration: none;
	color: #000;
}


/* *** navigation *** */
#nav {
	display: none;
}


/* *** content *** */
#content {
	width: 100%;
}
#content h2 {
	display: block;
	font-size: 13pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	width: auto;
}
#content p {
	margin-bottom: 1em;
}
#content ul {
	padding-left: 1.5em;
	margin-bottom: 1em;
}
#content ul li {
	list-style-type: square;
}

#content div.welkom {
	border-bottom: 1px solid #2a272b;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* *** news *** */

#content ul#news {
	padding-left: 0;
}

#content ul#news li {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

#content ul#news h3 .date {
	color: gray;
}

#content ul#news li {
	list-style-type: none;
}


#content ul#news br {
	clear: both;
}

#content #previousNextNav {
	width: 100%;
	text-align: center;
}

#content a {
	color: #000;
	text-decoration: none;
}

/* *** right column *** */
#rightCol {
	display: none;
}



/* *** buttons specials *** */

h3.specials {
	background: url(../img/btn-specials.gif);
	width: 327px;
	height: 37px;
}

h3.specials a.draadloos {
	background: url(../img/btn-specials.gif);
	text-indent: -9000em;
	overflow: hidden;
	width: 327px;
	height: 37px;
	display: block;
	text-decoration: none;
	float: left;
	background-position: left top;
}

img.imgBtnSpecials {
	margin-top: 10px;
	margin-left: 5px;
	border: none;
}

/* *** footer *** */
#footer {
	display: none;
}

/* *** txtFooter *** */
#txtFooter {
	display: none;
}

/* google maps */
#map {
	border: 1px solid;
}

/* contact form */
label {
	width: 100px;
	display: block;
}

br {
	clear: left;
}

