body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000093;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #cccc32;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


a.categorieen:link {
	text-decoration: none;
	color:#cccc32;
	font-size: 14px;
}
a.categorieen:visited {
	text-decoration: none;
	color: #cccc32;
	font-size: 14px;
}
a.categorieen:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 14px;
}
a.categorieen:active {
	text-decoration: none;
	color: #cccc32;
	font-size: 14px;
}

a.menu:link {
	text-decoration: none;
	font-size: 18px;
	font-weight:bold;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
}
a.menu:hover {
	text-decoration: underline;
	color: #cccc32;
	font-size: 18px;
	font-weight:bold;
}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Book Antiqua;
}
h1 {
	font-size: 22px;
	font-weight:bold;
}
.imageborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tablelines {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.product {
	position: relative;
	width:130px;
	height:300px;
	float:left;
	margin-left:20px;
	text-align:center;
}
.product .image {
	position: absolute;
	left: 10px;
	height:200px;
	height: auto;
}
.product .image img
{
	border: 4px solid #213490;
}
.product .image .lb
{
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('images/lb_03.png');
	background-repeat: no-repeat;
	background-position: top left;
	left: 0px;
	top: 0px;
}
.product .image .rb
{
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('images/rb_03.png');
	background-repeat: no-repeat;
	background-position: top right;
	right: 0px;
	top: 0px;
}
.product .image .lo
{
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('images/lo_03.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 0px;
	bottom: 3px;
}
.product .image .ro
{
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('images/ro_03.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	right: 0px;
	bottom: 3px;
}
.product .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline;
	height:100px;
	text-align:center;
	width:130px;
	margin-left:8px;
}