/* algemeen */

body {
	background: #660066;
	font: 12px "Times New Roman", Times, serif;
	text-align: center;
	color: yellow;
	overflow: hidden;
	}

a:link {color: #00ff00;}
a:visitied {color: #ff0000;}
a:hover {color: #0000ff;}
a:active {color: white;}
	
	
#kopregel {
	position: fixed;
	width: 100%;
	height: 15%;
	top: 30px;
	right: 0;
	left: 0;
	bottom: auto;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	}
	
#voetregel {
	position: fixed;
	width: 100%;
	height: 25px;
	background: yellow;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 11px;
	line-height: 2;
	}


#canvas {
	position: relative;
	overflow: auto;
	top: 100px;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 25px;
	}
	

table#indextable {
	position: relative;
	overflow: auto;
	top: 100px;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 80%;
	border-style: groove;
	border-width: 5px;	
	border-color: yellow;
	border-spacing: 2px;
	background-color: green;
	}
	
td.indexknoppen {
	width: 50%;
	padding: 3%;
	}
	
img.verklein {
	width: 40%;
	height: auto;
	text-align: center;
	}

img.kerstkaart {
	height: 500px;
	width: auto;
	}
	
.vet {
	font-weight: bold;
	}
	
.cursief {
	font-style: italic;
	}
	
.centreer {
	text-align: center;
	}
