body {
  background-color: #A9A9A9;
  font-family: trebuchet ms, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

td {
	font-size: 12px;
}

input, select {
	font-size: 12px;
}

.rood {
	color: #de2416;
}

.content {
	width: 860px;
	padding: 20px;
	font-size: 12px;
	padding-bottom: 20px;
}

.nadruk {
	font-size: 13px;
	color: #e77816;
	font-weight: bold;
}
.nadruk_zwart {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.letter {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.letter_cell {
	font-size: 12px;
	padding: 2px;
	text-align: center;
}
.letter_cell_selected {
	font-size: 12px;
	padding: 2px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
  background: url(../img/letter_mouseover.png);
}

.alfabetlinks {
	width: 900px;
	height: 20px;
	margin-left: -20px;
	padding-top: 8px;
	background: url(../img/bg_alfabet.gif);
	text-align: center;
	color: #0c0c0c;
}
.alfabetlinks a {
	color: #502d11;
	text-decoration: none;
}
.alfabetlinks a:hover {
	background: #502d11;
	color: #ffffff;
}

.woord {
	font-weight: bold;
}
.betekenis {
	font-size: 12px;
	color: #6d6047;
}

.button {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  width: 120px;
  height: 20px;
  background-color:#502d11;
  border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-top-width:1px;
  border-color: #969696;
  padding-left: 4px;
}

/* ________________ NAVIGATIE _________________*/
#nav {
	position: relative;
	_position: absolute;
	top: 3px;
	left: -50px;
	_left: 0px;
	padding: 0px;
}
#nav ul {
	list-style: none;
	padding: 5px 0 0 22px;
	margin: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #ffffff;
	display: block;
  padding: 1px 15px;
	text-decoration: none;
	font-size: 15px;
}
#nav a:hover {
	color: #f6d49a;
}
#nav #sel {
	float:left;
	background: url("../img/sd_right.gif") no-repeat right top;
	margin: 0px;
	padding: 0px;
}
#nav #sel a {
	color: #504b4f;
	display: block;
	background: url("../img/sd_left.gif") no-repeat left top;
  padding: 3px 10px 2px 10px;
	text-decoration: none
}

.copyright {
	position: relative;
	text-align: right;
	color: #001e73;
	font-weight: normal;
	font-size: 0.8em;
	padding-right: 15px;
}
