h1{
font-family:century gothic,verdana, sans-serif;
font-size:28px;
color:#7788aa;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	/*background-color:#dbe4f3;*/
	background-image:url(images/bgground.gif);
}

p{
padding: 16px;
font-family:century gothic, verdana, sans-serif;
font-size:14px;
color:#666666;
}

a{
color:#333333;
text-decoration :none;
font-family:century gothic, verdana, sans-serif;
font-size: 16px;
font-weight:bold;
cursor:pointer;
}

img {
	border: 0px;
}

div#page {
	margin: 10px;
	text-align: left;
	border: 3px solid #999999;
	width: 430px;
	height: 430px;
	overflow: hidden;
}

div#frame_thumbs {
	padding: 0px;
	width:  450px;
	height: 450px;
	overflow: hidden;
}

table#alle_thumbs {
	position: relative;
	left: 0px;
	top: 0px;
}

#horizon /*tbv centreren verticaal, horizontaal*/
	{
	color:white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#content /*tbv centreren verticaal, horizontaal*/
	{
	font-family: century gothic, Verdana, sans-serif;
	background-color: transparent;
	margin-left: -500px;     /*half the content width */
	position: absolute;
	top: -290px;               /*half the content height */
	left: 50%;
	width: 200px;       /* content width */
	height: 200px;     /* content height */
	visibility: visible
	}
	
#inhoud{ /*gecentreerd in midden horizontaal & verticaal*/
	width:1000px;
	height:580px;
	vertical-align:middle;
	}

/*knoppen hoofdmenu*/
a.button {
    background: transparent url('images/bg_button_span.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 16px century gothic, verdana, sans-serif;
    height: 100px;
    width:100px;
    text-decoration: none;
}

a.button:active {
    background-position: bottom right;
    color: #000000;
    outline: none; /* hide dotted outline in Firefox */
}

table.thumb {
	margin: 0px;
	border: 0px;
}

td.thumb {
	position: relative;
	border: 3px solid #999999;
	width: 100px;
	text-align: center;
}

div.thumb {
	margin: 1px;
	width: 92px;
	height: 92px;
	line-height: 92px;
	word-wrap: break-word;
	overflow: hidden;
	color: #666666;
	font-size:12px;
	font-family:century gothic,verdana,sans-serif;
}

a.button span {
margin-top:38px;
display: block;
text-align:center;
}
/*einde knoppen hoofdmenu*/

