* {margin: 0; padding: 0;} 

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #3D435A;
}

#border {
	margin: 0px auto;
	width: 770px;
	height: 514px;
	padding: 0px;
	background-color: #2b3040;
}

#site {
	width: 768px;
	height: 512px;
	margin: auto;
	padding: 0px;
}

 /* ========================= navigation ========================= */

#navigation {
	margin-top: 1px;
	width: 768px;
	height: 128px;
	float: left;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 28px;
	color: #000066;
	text-align: center;
	background-color: #fff;	
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	color: #000066;
}

#navigation a.current:link, #navigation a.current:visited, #navigation a.current:hover {
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

#navigation .titel {
	margin-top: 100px;
}

#navigation .logo {
	width: 128px;
	height: 128px;
	float: left;
	color: #fff;
	text-indent: -9999px;
	text-align: left;
	background-image: url(pics/logo_vanlijf.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation .home, #navigation .home a {
	width: 128px;
	height: 128px;
	float: left;
	background-color: #d4cfe8;
}

#navigation .home a:hover {
	background: url(pics/bt_home_over.jpg) no-repeat top left;
}

#navigation .home a.current, #navigation .home a.current:hover {
	color: #fff;
	background: url(pics/bt_home_current.jpg) no-repeat top left;
}

#navigation .bedrijf, #navigation .bedrijf a {
	width: 128px;
	height: 128px;
	float: left;
	background-color: #e6e6ed;
}

#navigation .bedrijf a:hover {
	background: url(pics/bt_bedrijf_over.jpg) no-repeat top left;
}

#navigation .bedrijf a.current, #navigation .bedrijf a.current:hover {
	color: #fff;
	background: url(pics/bt_bedrijf_current.jpg) no-repeat top left;
}

#navigation .historie, #navigation .historie a {
	width: 128px;
	height: 128px;
	float: left;
	background-color: #dec07e;
}

#navigation .historie a:hover {
	background: url(pics/bt_historie_over.jpg) no-repeat top left;
}

#navigation .historie a.current, #navigation .historie a.current:hover {
	color: #fff;
	background: url(pics/bt_historie_current.jpg) no-repeat top left;
}

#navigation .collectie, #navigation .collectie a {
	width: 128px;
	height: 128px;
	float: left;
	background-color: #f2deb3;
}

#navigation .collectie a:hover {
	background: url(pics/bt_collectie_over.jpg) no-repeat top left;
}

#navigation .collectie a.current, #navigation .collectie a.current:hover {
	color: #fff;
	background: url(pics/bt_collectie_current.jpg) no-repeat top left;
}

#navigation .contact, #navigation .contact a {
	width: 128px;
	height: 128px;
	float: left;
	background-color: #a4a7c0;
}

#navigation .contact a:hover {
	background: url(pics/bt_contact_over.jpg) no-repeat top left;
}

#navigation .contact a.current, #navigation .contact a.current:hover {
	color: #fff;
	background: url(pics/bt_contact_current.jpg) no-repeat top left;
}


 /* ------------------------- end ------------------------- */
 /* ========================= content ========================= */

#content {
	width: 768px;
	height: 384px;
	background-image: url(pics/back_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
}

 /* ========================= nieuws ========================= */

#content .nieuws {
	margin: 0px;
	float: left;
	width: 128px;
	height: 100%;
	text-align: left;
	background-image: url(pics/back_nieuws.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #e6d9a4;
}

#content .nieuws ul {
	margin: 0px;
	list-style-type: none;
}

#content .nieuws li {
	width: 128px;
	margin-top: 15px;
	display: block;
	color: #663300;
	background-image: url(pics/nieuwsblokje.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#content .nieuws li a:link, #content .nieuws li a:visited {
	width: 108px;
	padding: 3px 5px 0px 15px;
	display: block;
	font: 11px Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	text-decoration: none;
	color: #663300;

}

#content .nieuws li a:hover {
	background-image: url(pics/nieuwsblokje_over.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#content .nieuws li.meer {
	margin-top: 10px;
	padding: 0px; 
	font-weight: normal;
	color: #865d29;
	background: none;
}

#content .nieuws li.meer a:link, #content .nieuws li.meer a:visited {
	font-weight: normal;
	color: #865d29;
	background: none;
}

#content .nieuws li.meer a:hover {
	color: #663300;
	background: none;
}

 /* ------------------------- end ------------------------- */
 
 /* ========================= tekst ========================= */

#content .scroll_home {
	padding: 0px;
	float: left;
	width: 384px;
	height: 384px;
	overflow: auto;
	background-image: url(pics/logo_societe.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content .scroll{
	padding: 0px;
	float: left;
	width: 384px;
	height: 384px;
	overflow: auto;
}

#content .tekst {
	padding: 20px 20px;
	width: 344px;
	float: left;
	font: 12px Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #000066;
	text-align: left;
}
	
h3 {
	margin-bottom: 7px;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 7px 0px 10px 15px;
	list-style-type: square;
}

a:link, a:visited  {
	font: 12px Arial, Verdana, sans-serif;
	text-decoration: none;
	line-height: 18px;
	color: #663300;
}

a:hover  {
	color: #000066;
}

 /* ========================= collectie ========================= */

#content .collectie {
	width: 300px;
	display: inline;
	text-align: center;
	background-color: #ff0;
}

#content .collectie img {
	width: 80px;
}
 
#content .collectie_foto a:link, #content .collectie_foto a:visited {
	margin: 0px 4px 4px 0px;
	width: 80px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px solid #fff;
	background-color: #fff;
}

#content .collectie_foto a:hover, #content .collectie_foto a.current:link, #content .collectie_foto a.current:visited, #content .collectie_foto a.current:hover {
	background-color: #fff;
}

#content .collectie_foto img {
	border: 0px;	 
}

#vorige_volgende {
	float: left;
	font: 12px Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #decd9d;
}

#vorige_volgende .vorige {
	padding-right: 5px;
	float: left;
	text-align: left;
}

#vorige_volgende .streepje {
	padding: 0px 5px;
	float: left;
	text-align: left;
}

#vorige_volgende .volgende {
	padding-left: 5px;
	float: left;
	text-align: left;
}

#vorige_volgende a:link, #vorige_volgende a:visited, #vorige_volgende a:hover {
	color: #8f6944;
}


 /* ------------------------- end ------------------------- */

 /* ========================= right ========================= */

#right {
	margin: 0px;
	padding: 0px;
	width: 256px;
	height: 384px;
	float: left;
}

#right .bijschrift {
	margin: 0px;
	padding: 0px 5px;
	width: 246px;
	height: 128px;
	float: left;
	font: 11px Arial, Verdana, sans-serif;
	line-height: 13px;
	color: #808296;
	text-align: center;
	background-image: url(pics/watermerk_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#right .bijschrift_collectie {
	margin: 0px;
	padding: 0px 5px;
	width: 246px;
	height: 128px;
	float: left;
	font: 11px Arial, Verdana, sans-serif;
	line-height: 13px;
	color: #808296;
	text-align: center;
	background-image: none;
}

#right .bijschrift a:link, #right .bijschrift a:visited, #right .bijschrift_collectie a:link, #right .bijschrift_collectie a:visited {
	font: 11px Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 13px;
	color: #808296;
}

#right .bijschrift a:hover, #right .bijschrift_collectie a:hover {
	color: #a4a7c0;
}

#right .slideshow {
	width: 256px;
	height: 256px;
	float: left;
	background-image: url(pics/start_slideshow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#right .fotos {
	margin: 0px;
	padding: 0px;
	width: 256px;
	height: 256px;
	float: left;
}

#right .fotos .foto {
	margin: 0px;
	width: 128px;
	max-height: 128px;
	float: left;
}

#right .fotos .foto img {
	margin: 0px;
	border: 0px solid #10347d;
}

 /* ------------------------- end ------------------------- */

 /* ========================= design ========================= */
 
#footer {
	margin: 0px auto;
	width: 770px;
	text-align: right;
	font: 10px  Arial, Verdana, sans-serif;
	color: #a8aab5;
}

#footer a:link, #footer a:visited, #footer a:hover {
	font: 11px  Arial, Verdana, sans-serif;
	color: #a8aab5;
}

 /* ------------------------- end ------------------------- */
 
br.clear {
	max-height: 0px;
	clear: both; 
	font: 0px sans-serif;
	line-height: 0px;
}

 /* ------------------------- end ------------------------- */

