* { 
	padding: 0;
	margin: 0;
}

html {
	background: #fff url(canvas.gif) repeat;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
	color: #0c1444;
}

#body {
	width: 874px;
	background: transparent url(back.jpg) repeat-y;
	margin-left: -437px;
	position: absolute;
	left: 50%;
}

h1#top {
	text-indent: -1000em;
	display: block;
	width: 874px;
	height: 150px;
	background: transparent url(top.jpg) no-repeat;
}

/* MENU */

#menu {
	display: block;
	width: 573px;
	height: 29px;
	background: #f00 url(buttons.jpg) no-repeat;
	position: absolute;
	top: 121px;
	left: 260px;
}

#menu ul li {
	list-style-type: none;
	float: left;
	position: absolute;
}

#menu ul li a {
	display: block;
	height: 29px;
	text-indent: -1000em;
}

#p1 { left: 0px;   width: 89px; }
#p2 { left: 89px;  width: 96px; }
#p3 { left: 185px; width: 139px; }
#p4 { left: 324px; width: 122px; }
#p5 { left: 446px; width: 127px; }

#p1 a:hover { background: transparent url(buttons.jpg) 0 -29px no-repeat; }
#p2 a:hover { background: transparent url(buttons.jpg) -89px -29px no-repeat; }
#p3 a:hover { background: transparent url(buttons.jpg) -185px -29px no-repeat; }
#p4 a:hover { background: transparent url(buttons.jpg) -324px -29px no-repeat; }
#p5 a:hover { background: transparent url(buttons.jpg) -446px -29px no-repeat; }

#p1 a.active { background: transparent url(buttons.jpg) 0 -58px no-repeat; }
#p2 a.active { background: transparent url(buttons.jpg) -89px -58px no-repeat; }
#p3 a.active { background: transparent url(buttons.jpg) -185px -58px no-repeat; }
#p4 a.active { background: transparent url(buttons.jpg) -324px -58px no-repeat; }
#p5 a.active { background: transparent url(buttons.jpg) -446px -58px no-repeat; }

#p1 a.active:hover { background: transparent url(buttons.jpg) 0 -58px no-repeat; }
#p2 a.active:hover { background: transparent url(buttons.jpg) -89px -58px no-repeat; }
#p3 a.active:hover { background: transparent url(buttons.jpg) -185px -58px no-repeat; }
#p4 a.active:hover { background: transparent url(buttons.jpg) -324px -58px no-repeat; }
#p5 a.active:hover { background: transparent url(buttons.jpg) -446px -58px no-repeat; }

/* EINDE MENU */

#content {
	background: transparent url(content.gif) bottom repeat-x;
	padding: 2em 13px 1em 13px;
	margin: 0 37px 0 37px;
	width: 774px;
}

#side {
	float: right;
	width: 250px;
	border: 3px double #770919;
	margin-left: 1em;
	background: #fff url(content.gif) bottom repeat-x;
}

#footer {
	display: block;
	background: transparent url(footer.jpg) no-repeat;	
	width: 874px;
	height: 104px;
	font-size: 0.75em;
	text-align: left;
	color: #c4b0b3;
	padding-top: 8px;
	padding-left: 100px;
}

fieldset { 
	border: 3px double #c4b0b3; 
	margin-top: 1em;
	padding: 1em;
	background: #fff url(content.gif) bottom repeat-x;
}

label { 
	display: block; 
	width: 150px; 
	float: left;
}

input, textarea {
	border: 1px solid #770919;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(input.gif) 0px 2px repeat-x;
	position: relative;
	z-index: 20;
}

input:hover, textarea:hover {
	border-color: #0c1444;
}

input:focus, textarea:focus, .focus {
	border-color: #0c1444;
	background: #fff;
}

form div {
	margin-bottom: 3px;
}

input.submit {
	background: #770919;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

table {
	border: 3px double #770919;
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

td, th {
	border: 1px solid #c4b0b3;
	padding: 3px;
	background: #fff url(tdbg.gif) bottom repeat-x;
	text-align: left;
	vertical-align: top;
}

td {
	background: #fff url(content.gif) bottom repeat-x;
}

img.thumb {
	border: 2px solid #770919;
}

a:hover img.thumb {
	border: 2px solid #c4b0b3;
}

td.thumb {
	text-align: center;
	vertical-align: middle;
	padding: 1em;
}

#content a.thumb, #content a.thumb:hover {
	border: 0px;
}

#penselen {
	position: absolute;
	bottom: 0px;
	left: 230px;
	z-index: 10;
}
div.center {
	text-align: center; 
	z-index: 20;
	margin: 1em;
	margin-bottom: 2em;
}
div.center em {
	font-size: 0.7em;
}
