@charset "utf-8";
/* CSS Document */

#tab {
	font-size: .70em;
	position: absolute;
	background: url(../afbeeldingen/tabachtergrond.png) no-repeat;
	width: 511px;
	height: 26px;
	margin-top: 64px;
	margin-left: 275px;
	padding-left: 14px;
}
.tabgewoon {
	width: 98px;
	height: 19px;
	text-align: center;
	margin-left: 1px;
	margin-top: 2px;
	padding-top: 5px;
	float: left;
}
.tabgewoon:hover {
	width: 96px;
	margin-top: 2px;
	background: url(../afbeeldingen/tabhover2.png);
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.tabaktief {
	width: 98px;
	height: 19px;
	background: url(../afbeeldingen/tabhover2.png);
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	text-align: center;
	margin-left: 1px;
	margin-top: 2px;
	padding-top: 5px;
	float: left;
}
.tabaktief a {
	font-family: arial;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.tabaktief a:hover {
	color: #666;
}
.tabgewoon a {
	font-family: arial;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.tabaktief a:hover {
	color: #777;
}
.tablogin {
	width: 30px;
	height: 23px;
	background-color: #fff;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
	text-align: center;
	margin-left: 1px;
	margin-top: 3px;
	float: left;
	padding-top: 0px;
}
