/* CSS Document */


a {color:#75BAFF}
body {
	margin-left:100px;
	text-align:left;
	font: 18px Arial, Helvetica, sans-serif;
}



#container {
	
	margin:0px auto;
	padding-top:40px;
}
#header {position:relative}



#favorites {
	position:absolute;
	right:0;
	top:0;
	z-index:999;
	width: 179px;
	background-color:#fff;
}
#favorites span{
	font-size:11px;
	color: #666666;
}
#favorites a{
	text-decoration:none;
	font-size:10px;
	color: #666666;
}
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;
}
.search-input {
	background-color:#ffd9ee;
	border:1px solid #CCC;
	color:#333333;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding:6px;
	width:350px;
}
select {
	background-color:#ffd9ee;
	border:1px solid #CCC;
	color:#333333;
	font: bold 15px Arial, Helvetica, sans-serif;


}
h2 {    font-size:20px;
	color:#FD7EC3;
}
h1 {
	font-size:40px;
	margin: 0px;
	padding: 0px;
}
.total {
	color:#75BAFF
}

tr.F {
	background-color:#FFD5FF;
	color:#FFD5FF;
}
tr.M {
	background-color:#CCE6FF;
	color:#CCE6FF
}
span.F {
	color:#FF33FF;
}
span.M {
	color:#0099FF
}
label {
	color:#999999
}

table.headertable td {
font-size:15px;
}

.smallgender {
	font-size:14px;
}
.handle {
background-color:#fff;
font-size:11px;
}

table#detailstable td {padding:8px}