/* algemeen */
body {
	font: 12px/20px Verdana, Helvetica, Arial, sans-serif;
	color: #333366;
}
h1 {
	font-size: 32px;
	line-height: 32px;
	color: #ADADD6;
	width: 560px;
	float: left;
	margin-left: 12px;
	margin-top: 16px;
}
h2 {
	font-size: 20px;
}
.listkop {
	font-style: italic;
	list-style: none;
}

/* menu's en linken */
#menu {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	line-height: 30px;
}
#submenu {
	font-size: 14px;
	font-weight: bold;
	list-style: disc;
	line-height: 24px;
}
#menu a:link, #submenu a:link {
	color: #333399;
	text-decoration: none;
}
#menu a:visited, #submenu a:visited {
	color: #333399;
	text-decoration: none;
}
#menu a:hover, #submenu a:hover {
	color: #993366;
}
#menu a:active, #submenu a:active {
	color: #ADADD6;
}
#activePage {
	color: #ADADD6;
}
#activePage a:link {
	color: #ADADD6;
}
#activePage a:visited {
	color: #ADADD6;
}
#activePage a:hover {
	color: #993366;
}
#activePage a:active {
	color: #333399;
}
/* speciaal */
#footer {
	font-size: 10px;
	text-align: center;
}
#disclaimer {
	font-size: 10px;
	line-height: 15px;
	margin-top: -14px;
}
.productfotoinfo {
	font-size: 10px;
	line-height: 32px;
}
.jslink { text-decoration: underline; cursor:help; }

