@charset "UTF-8";
body table tr td table tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #104074;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/knoppen.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body table tr td table tr td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #C1DDF2;
	text-decoration: none;
	background-image: url(../images/knoppen.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 35px;
	display: block;
}

