body {
	background-color:#00CCFF;
	color:Black;
	font-family: Verdana, tahoma, arial, sans-serif;
}

/* Hoofdtabel van website */
.website{
	width:1000px;
	background-color:white;
	border: solid 2px #0000FF;
}

table {
	font-size: 12px;
}
table.rand {
	/* border: solid 1px #999999; */
	border-collapse: collapse;
}
tr.itemkop {
	/* kop van elk item */
	background-image: url('images/oranje.png');
	/* border: solid 1px #999999; */
}
th {
	font-size: 12px;
	/* border: solid 1px #999999; */
}
th.menukop{
	/* kop van elk menu */
	background-image: url('images/groen.png');
	color:white;
	/* border: solid 1px #999999; */
}
td.rand { border: solid 1px #999999; }

td.kop {
	color:blue;
	font-size: 18px;
	font-weight:bold;
}

ul.menu {
	margin:0px; padding:0px;
}
li.menu {
	list-style-type:none;
	font-size: 11px;
	padding:1px;
}
td.menu{
	/* voor bovenste stukje van menu waar geen li in zit. */
	font-size: 11px;
}

.tip {
	/* font-size: 12px; */
	background-color:#CCFFCC;
	/* border: solid 1px #999999; */
}

a {text-decoration:none;}
a:hover {
	text-decoration:underline;
	color:red;
}

input { font-size: 10px; }
