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

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

.contents {
	position: relative;
	top: 66px;
	left: 22px;
	width: 550px;
	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;
}

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

.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;
}

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