﻿body 
{
	margin: 0px;
	background-color: #FFCCFF;
	font-family: Verdana;
	font-size: 12px;
}
table.tbl_clean
{
	border: none;
	padding: 0px;
	width: 100%;
	table-layout: fixed;
}
td.menu
{
	position: relative;
	left: 8px;
	text-align: center;
	vertical-align: middle;
	background-image: url('images/prod_item.gif');
	background-repeat: no-repeat;
	width: 160px;
	height: 31px;
	color: #ad3177;
	text-decoration: none;
}
td.submenu
{
	position: relative;
	left: 22px;
	text-align: center;
	vertical-align: middle;
	background-image: url('images/prod_item.gif');
	background-repeat: no-repeat;
	width: 160px;
	height: 31px;
	color: #bbcf53;
	text-decoration: none;
}
td.td_news_header
{
	font-size: 15px;
	font-weight: bold;
	color: Red;
}
span.produkt_naam
{
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: Red;
}
span.produkt_kort
{
	color: #ad3177;
	text-decoration: none;
}

.footer 
{
	margin: -50px 0 0 30px;
	font-size: 10px;
}

