/* webfonts */
/* @import url(http://fonts.googleapis.com/css?family=xxxfontnamexxx); */

body {
	font-family : Tahoma, 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 {
	background : #303030;
	/* NewYear -> url(img/nygif15.gif) no-repeat fixed bottom center */
	/* Kerst -> url(img/4nkaars1.gif) no-repeat fixed bottom center */
	color : #B00000;
	margin : 24px 0 0 16px; /* 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;
}
a:hover {
	color : #B00000;
	text-decoration : underline;
}

p {
	margin : 20px 0 10px 0; /* top right bottom left */
	text-align : justify
}
p.center {
	text-align : center;
}

sup {
	font-size : 40%;
}

h1 {
	font-family : Tahoma, Helvetica, sans-serif;
	text-align : center;
	font-size : 200%;
	font-variant : small-caps;
	font-weight : bold;
	padding : 16px 0 6px 0; /* top right bottom left */
}
h2 {
	font-family : Tahoma, Helvetica, sans-serif;
	text-align : center;
	font-size : 160%;
	font-weight : bold;
	padding : 12px 0 4px 0; /* top right bottom left */
	}
h3 {
	font-family : Tahoma, Helvetica, sans-serif;
	text-align : left;
	font-size : 120%;
	font-weight : bold;
	padding : 8px 0 0 0; /* top right bottom left */
	}
h3.center {
	text-align : center;
}
h4 {
	font-family : Tahoma, Helvetica, sans-serif;
	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;
}

button {
	font-family : Tahoma, Helvetica, sans-serif;
/*	font-weight : bold; */
	color : #B00000;
	height : 36px;
	vertical-align : bottom;
}
button.menu {
	width : 120px;
	margin : 15px 0 15px 0; /* top right bottom left */
}
button.jsmenu {
	width : 170px;
	margin : 0 20px 20px 0; /* top right bottom left */
}

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%;
}

