* {
	margin: 0px;
	padding: 0px;
}

html { overflow: scroll; }

body {
	font-family: Arial;
	margin-top: 20px;
}

h1 {
	font-size:35px; 
	letter-spacing:1px; 
	color:#A4A4A4;
	font-weight: lighter;
}

h2 {
	font-size:24px; 
	letter-spacing:1px; 
	color:#A4A4A4;
}

h2 a {
	color:#A4A4A4;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

#mainmenu {
	width: 740px;
	margin-top: 55px;
	margin-left: 20px;
}

#mainmenu td {
	padding-bottom: 10px;
}

h1.mainlink {
	display: block;
	height: 40px;
	text-align: left;
	float: left;
}

.test {
	display: block;
}

a {
	margin-bottom: 5px;
	border: 0px;
}

a.mainitem {
	display: block;
	width: 98px;
	height: 95px;
	background-image: url(../img/basisknop.gif);
}

a.mainitem:hover {
	background-image: url(../img/rollover-goknop.gif);
}


a#btn_main {
	display: block;
	width: 98px;
	height: 95px;
	background-image: url(../img/basisknop.gif);
}

a#btn_main:hover {
	background-image: url(../img/rollover-menuknop.gif);
}

a#btn_prev {
	display: block;
	width: 98px;
	height: 95px;
	background-image: url(../img/basisknop.gif);
}

a#btn_prev:hover {
	background-image: url(../img/rollover-previousknop.gif);
}

a#btn_next {
	display: block;
	width: 98px;
	height: 95px;
	background-image: url(../img/basisknop.gif);
}

a#btn_next:hover {
	background-image: url(../img/rollover-nextknop.gif);
}

#navbar {
	margin-left: 15px;
}

#catfoto {
	margin: 20px 0px 30px 0px;
}

#cattitle {
	letter-spacing: 1px; 
	color: #A4A4A4;
	margin: 0px;
	font-size: 18px;
	padding: 0px 0px 20px 0px;
}

#infodiv {
	width: 700px;
}