/* CSS Document */


a {color:#75BAFF}
body {
	margin:0;
	padding:0;
	text-align:center;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#container {
	width:980px;
	margin:0px auto;
	padding-top:40px;
}
#header {position:relative
	display:none;

}
#favorites {
	position:absolute;
	right:0;
	top:0;
	z-index:999;
	width: 179px;
	background-color:#fff;
	display:visible;
}


#favorites span{
	font-size:11px;
	color: #666666;
}

#favorites a{
	text-decoration:none;
	font-size:10px;
	color: #666666;
}

#search{
	display:none;
}

#header img{
	display:none;
}

#links{
	display:none;
}
#title{
	display:none;
}


td {
	font-size:12px;
	color:#333;
}
td.naam {
	width:100px;
	color:#000000;
	font-weight:bold;
	font-size:1.1em;
}
td.afkomst {
	width:100px;
	color:#666666;
	font-weight: normal;
}
td.betekenis {
	width:350px;
	color:#666666;
	font-weight: normal;
}
td.geslacht {
	width:20px;
	color:#666666;
	text-align:center;
	font-weight: normal;
}
#result {
	border:1px solid #FFF;
	padding:6px;
	text-align: left;
	display:none;
}

h2 {
	color:#FD7EC3;
}
h1 {
	font-size:40px;
	margin: 0px;
	padding: 0px;
}

