/* mainstyle.css FRANS BAAKE - Bert Hoevenberg 10-08-2009 */

body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	color: #000000;
	scrollbar-3dlight-color: #C8C3C5;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #C8C3C5;
	scrollbar-darkshadow-color: #C8C3C5;
	scrollbar-face-color: #C8C3C5;
	scrollbar-highlight-color: #C8C3C5;
	scrollbar-shadow-color: #C8C3C5;
	scrollbar-track-color: #EFEDEE;
}
td {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	color: #000000;
}
.strong {
	font-weight: bold;
}
a {
	color: #3C3C3C;
	text-decoration: underline;
}
a:visited {
	color: #3C3C3C;
	text-decoration: underline;
}
a:hover {
	color: #3C3C3C;
	text-decoration: none;
}
a:active {
	color: #3C3C3C;
	text-decoration: underline;
}
.navmain {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: +1px;
	color: #92878B;
}
a.navmain {
	color: #92878B;
	text-decoration: none;
}
a.navmain:visited {
	color: #92878B;
	text-decoration: none;
}
a.navmain:hover {
	color: #330000;
	text-decoration: none;
}
a.navmain:active {
	color: #92878B;
	text-decoration: none;
}
.kop {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: +1px;
	color: #330000;
}
.kruimel {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
}
a.kruimel {
	text-decoration: none;
	color: #000033;
}
a.kruimel:visited {
	text-decoration: none;
	color: #000033;
}
a.kruimel:hover {
	text-decoration: underline;
	color: #000033;
}
a.kruimel:active {
	text-decoration: none;
	color: #000033;
}
.klein {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
a.klein {
	text-decoration: none;
	color: #000000;
}
a.klein:visited {
	text-decoration: none;
	color: #000000;
}
a.klein:hover {
	text-decoration: underline;
	color: #000000;
}
a.klein:active {
	text-decoration: none;
	color: #000000;
}
.hvb {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #C0BABC;
	letter-spacing: -1px;
}
a.hvb {
	text-decoration: none;
	color: #C0BABC;
}
a.hvb:visited {
	text-decoration: none;
	color: #C0BABC;
}
a.hvb:hover {
	text-decoration: underline;
	color: #C0BABC;
}
a.hvb:active {
	text-decoration: none;
	color: #C0BABC;
}
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}


hr {
height:1px;
border:none;
color: #92878B;
}



<!-- Module: Gallery -->

table.gallery{
width: 400px;
border:none;
border-collapse:collapse
}

td.galleryTitle{
background-color:#cbd3f9;
padding:2px;
font-weight:bold
}

tr.galleryDescription{
background-color:#e9ecfb;
padding:2px
}

td.galleryDescription{
vertical-align:top
}

td.galleryThumb{
width:50px
}


div#gallery {

	position: relative;

}



div#gallery_image {
	height:320px;

	min-width:330px;

}

div#gallery_image img{
	border: 1px solid Black;
}


div#gallery_thumbnails {

	position:absolute;
	left:420px;
	top:0px;
	
	margin-top: 5px;
	height:300px;
	overflow:scroll;
	overflow-x: hidden;
	width:250px;

}

div#gallery_thumbnails div {


	width: 100px;

	padding: 5px;

	margin-right: 5px;
	margin-left: 100px;
	border: 1px solid Black;


}


div#gallery_thumbnails div img{
border:none

}

