* {
	font-family: arial;
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}

div#site {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	border: solid 1px #000;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	float: left;
	padding: 20px;
}

ul.menu li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

ul.menu li a:hover {
	color: #e81312;
}

div#content {
	position: relative;
	padding: 0 15px 20px 15px;
	line-height: 20px;
}

table th {
	text-align: left;
}

table td {
	padding-right: 20px;
}

div#footer {
	position: relative;
	width: 960px;
	padding: 10px 10px;
	background-color: #a80f10;
	color: #fff;
	text-align: center;
	font-size: 10px;
}

div.clear {
	clear: both;	
}

table.leden td{ 
	background: url(../images/img_visite.jpg) no-repeat; 
	width: 400px; 
	height: 186px;
	padding: 0 0 0 15px;
}

table.leden td table td{ 
	background: none; 
	padding: 0;
}
	
table.leden td table td span.naam{
	color: #e1313e;
	font-size: 12px;
	font-weight: bold;
}	

table.leden td table td span.functie{
	color: #6F6F6F;
	font-size: 10px;
	font-weight: bold;
}
