body {
	margin: 0px;
	background-color: #ffffff;
}
.body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	line-height:18pt;
}
.border {
	border-style:solid;
	border-color:#dcdcdc;
	border-width:1px;
	padding: 10px;
	background-color:#f5f5f5;
}
.home {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000000;
	line-height:18pt;
	text-transform:uppercase;
}
.yachts {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #000000;
}
.home_image
{ 
background-image:url(images/buizen-home.jpg);
background-repeat:no-repeat;
background-position:top;
}
h1 {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #996600;
	font-weight:400;
	letter-spacing:2px;
	margin-top:0px;
	text-transform:uppercase;
}
h2 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #666;
	font-weight:400;
	margin-top:0px;
	text-transform:uppercase;
	letter-spacing:2px;
}
h3 {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight:400;
	margin-top:0px;
}
h4 {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-weight:400;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:2px;
}

.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height:18pt;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#slideshow {
    position:relative;
    height:382px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}