@charset "utf-8";
/* CSS Document */
.header {
	background-image: url(../images/SiteHeaderNew.png);
	height: 100px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.errorpage {
	background-image: url(../../images/nieuwsite_fout.png)
}

.contents {
	position: relative;
	top: 69px;
	left: 25px;
	width: 600px;
	font-size: small;
}

.tab, .activetab {
	background-image: url(../../images/tabbutton_inactive.png);
	width: 65px;
	height: 21px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	display: inline-block;
}

.tab:hover {
	background-image: url(../../images/tabbutton_active.png);
	cursor: pointer;	
	text-decoration: underline;
}

.activetab:hover {
	text-decoration: none;
	cursor: default;
}

.activetab {
	background-image: url(../../images/tabbutton.png);
	cursor: default;
}

.tablink {
	text-decoration: none;
	color: #000000;
}

.homenav {
	position: relative;
	left: 616px;
	width: 120px;
	height: 95px;
	top: -30px;
	cursor: pointer;
}
