/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color:#000066;
}
a:visited {
	text-decoration: none;
	color:#000066;
}
a:hover {
	text-decoration: underline;
	color:#000066;
}
a:active {
	text-decoration: none;
	color:#000066;
}
.header {
	background:url(/images/header.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	height: 150px;
}
.tdheader {
	background-color:#FFFFFF;
}
.headerlinks {
	border:thin;
	border-style:solid;
	color:#000066;
	font-size: 18px;
	font-weight: bold;
}
.headerlinks:hover {
	border:medium;
	border-style:solid;
	border-color:#000066;
	text-decoration:underline;
	background:#0099FF
}
.profiel:hover {
	color: #0033FF
}
.style3 {
	font-size: x-large
}
.zoekbox {
	font-size:16px
}
.productkop {
	font-size: 24px;
	font-weight:bold;
}
.hidden {
	color: #CCCCCC
}

.content td {
	border: 1px dashed #DDDDDD;
}

.home a,
.home a:hover {
	color: #FFFFFF;
	text-decoration: none;
}