html { 
	overflow-y: scroll; 
}
body {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
td.content {
	padding: 0px 40px 16px 40px;
	line-height: 19px;
	text-align: justify;
}
a {
	color: #eb891b;
}
a:hover {
	color: #eb891b;
	text-decoration: none;
}

.oranjebalk a {
	color: #ffffff;
	font-size: 75%;
}

ul li {
	list-style-image: url(../images/list_trilobes.gif);
}
.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #93958f; /*#feefdb; */
}
#hoofdmenu, #marketsmenu { 
	font-size: 95%;
	letter-spacing: 1px;
}
#hoofdmenu a, #marketsmenu a { 
	text-decoration: none; 
    padding: 4px 0px 4px 20px; 
	color: #fff; /* #000000; /* was #666666 */
	width: 180px;
	display: block;
}
#hoofdmenu a:hover, #marketsmenu a:hover { 
	color: #FFFFFF; 
	background: #eb891b; 
}
#hoofdmenu a.active, #marketsmenu a.active { 
	color: #FFFFFF; 
	background: #eb891b; 
}
#hoofdmenuimg {
	padding: 4px 0px 4px 20px;
}
/* Vlaggen geen dikke rand meer!
#hoofdmenuimg img {
	border: 3px solid #feefdb;
}
#hoofdmenuimg a:hover img {
	border: 3px solid #eb891b;
}
*/
h1 {
	font-size: 120%;
	color: #eb891b;
	letter-spacing: 1px;
}
h2 {
	font-size: 105%;
	color: #eb891b;
	font-weight: bold;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #cccccc;
	line-height: normal;
}
.navbar a, .navbar a:hover {
	color: #cccccc;
}
.footer {
	font-size: 70%;
	color: #cccccc;
}
.footer a, .footer a:hover {
	color: #cccccc;
}
ul {
	list-style: square;
}
.foto {
	border: 1px solid #333333;
}
.orange {
	color: #eb891b;
}

/*** set the width and height to match your images **/

#slideshow1, #slideshow2 {
    float:left;
	position:relative;
    height:187px;
    width:249px;
}
#slideshow2 {
	margin-left: 2px;
}
#slideshow1 img, #slideshow2 img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow1 img.active, #slideshow2 img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow1 img.last-active, #slideshow2 img.last-active {
    z-index:9;
}
