body {
	font-family : Arial, Helvetica, sans-serif;
	}

table.main{ 
	width : 100%;
	padding: 10px 10px 10px 10px;
	border : none;
}

td.main { 
	vertical-align:top;
	padding: 10px 10px 10px 10px;
	border : none;
	}
	
table.menulightcolor {
	width : 190px;
	padding : 10px 10px 10px 10px;
	border : none;
	font-size : 85%;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align : left;
}

table.menudarkcolor {
	width : 190px;
	padding : 10px 10px 10px 10px;
	border : none;
	font-size : 85%;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align : left;
}

.menukop {
	width : 190px;
	vertical-align: top; 
	padding : 10px 10px 10px 10px;
	border : none;
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align : left;
}

td.menu {
	width : 190px;
	padding : 10px 10px 10px 10px;
	vertical-align: top;
	line-height : 130%;
	color: #cccccc; 

} 

div.search {
	color : #ffffff;
	font-weight: bold;
	font-size:90%;
	line-height : 150%;
}

table.content {
	background-color: white;
	height: 500px;
	text-align : left;
	border : 1;
	font-size : 90%;
}

td.content {
	padding : 10px 10px 10px 10px;
	vertical-align: top;
	line-height:130% 
}

a.menu {
	color : #ffffff;
	font-weight: bold;
	text-decoration : underline;
	font-size:90%;
	line-height : 150%;
}

a.menu:hover {
	color : #ffffff;
}

a.menu:visited {
	color : #ffffff;
}

a.content {
	line-height : 130%;
}

a.content:visited {
	color : #808080;
}

/*voor de Hoofdcategory*/
a.contentbold {
	font-weight: bold;
	line-height : 130%;
	text-decoration : underline;
}

a.contentbold:visited {
	color : #808080;
}