body {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	background : #FAFAFF ;
	color : #000000 ;
	margin : 20px 10% 0 5%; /* top right bottom left */
}
body.header {
	background: #B00000 url(img/bg.jpg) repeat-x fixed top left;
	text-align : center;
	margin : 0 ;
}
body.menu {
	font-family : Arial, Helvetica, sans-serif;
	/* url(Kerst: img/4nkaars1.gif   Nieuwjaar:  img/nygif15.gif) no-repeat fixed bottom center */
	background : #303030  ;
	color : #B00000;
	margin : 20px 0 0 8px; /* top right bottom left */
}
small {
	font-size : 80%;
	font-style : italic;
}

a, a:visited {
	color : #B00000;
	font-weight : bold;
	text-decoration : none;
	cursor : hand;
	cursor : pointer;
}
.menu a, .menu a:visited {
	color : #F00000;
}
a:hover {
	color : #B00000;
	text-decoration : underline;
}
.menu a:hover {
	color : #FAFAFF;
}

p {
	margin : 20px 0 10px 0; /* top right bottom left */
	}
p.center {
	text-align : center;
}

sup {
	font-size : 40%;
}

h1 {
	text-align : center;
	font-size : 200%;
	font-variant : small-caps;
	font-weight : bold;
	padding : 16px 0 6px 0; /* top right bottom left */
}
h2 {
	text-align : center;
	font-size : 160%;
	font-weight : bold;
	padding : 12px 0 4px 0; /* top right bottom left */
	}
h3 {
	text-align : left;
	font-size : 120%;
	font-weight : bold;
	padding : 8px 0 0 0; /* top right bottom left */
	}
h3.center {
	text-align : center;
}
h4 {
	text-align : left;
	font-size : 100%;
	font-style: italic;
	padding : 6px 0 0 0; /* top right bottom left */
}
hr {
	clear : both;
}
	
ul {
	list-style : square;
}
ul.submenu {
	list-style : none;
	padding-left : 0;
	margin-left: 0;
}

li.menu {
	font-size : 120%;
	font-variant : small-caps;
	padding : 15px 0 10px 0; /* top right bottom left */
}
li.submenu {
	font-size : 80%;
	font-variant : normal;
	padding : 0;
}

img {
	border : 0;
	padding : 5px 0 20px 0; /* top right bottom left */
}
img.left {
	float : left;
	padding-right : 20px ;
	max-width: 50%;
}
img.right {
	float : right;
	padding-left : 20px ;
	max-width: 50%;
}
img.logo {
	padding : 20px ;
}

table {
	padding : 10px 0 10px 0; /* top right bottom left */
	border : 0;
}
table.wide {
	width : 100%;
}
th {
	background : #B00000 ;
	color : #FAFAFF ;
	font-size : 120%;
	font-variant : small-caps;
	vertical-align : bottom;
	text-align : center;
}
td {
	vertical-align : top;
	padding-left : 5px;
	border-bottom : thin solid Silver;
	border-right : thin solid Silver;
}
td.foto {
	text-align : center;
	padding : 0;
}
th.menu {
	font-size : 130%;
	font-variant : small-caps;
	padding : 5px;
	width : 33%;
}
