html, body { 
	height:100%;
	width: 100%;
}
	
body {
	margin:0;
	padding:0;
	color:#FFFFFF;
	background-color: #695953;
	
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 12px;
}

td {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 12px;
}

.links {
	width: 475px;
	height: 100%;
	
	background-image: url(../images/bg_links.jpg);
	background-repeat: repeat-y;
}

.content {
	width: auto;
	min-width: 483px;
	height: 100%;
	
	background-image: url(../images/bg_inhoud.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.rechts {
	width: 66px;
	height: 100%;
	
	background-image: url(../images/bg_rechts.jpg);
	background-repeat: repeat-y;
}

.titel {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #4c1a01;
	text-decoration: underline;
}

.foto {
	border: 1px solid #4c1a01;
	margin-right: 5px;
	margin-bottom: 5px;
}

.submenu {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a.submenu:link {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.submenu:visited {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.submenu:hover {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.submenu:active {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}