@charset "utf-8";
/* CSS Document */
html
{
	overflow-y: scroll;
}
body 
{
	background-image: url(tartan40px.jpg);
	background-attachment: fixed;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Tahoma;
	color: #ffffff;
}
div.inhoud
{
	background-color: #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #ffffff;
}
div.banner
{
	width: 800px;
	padding: 0px;
}
div.onder
{
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding: 10px;
	/*min-height: 320px;*/
}
span.vet
{
	color: #006633;
}
p.vet
{
	font-weight: 900;
	color: #006633;
}
ul ul
{
	margin-top: 18px;
	margin-bottom: 18px;
}
a:link 
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
a:active
{
	color: #ffffff;
	text-decoration: none;
}
/*Begin menu*/
#nav, #nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 10px 150px 10px;
	text-align: center;
}
#nav a 
{
	display: block;
	width: auto;
}
#nav li 
{
	float: left;
	width: auto;
	padding-right: 1em;
}
#nav li ul 
{
	position: absolute;
	width: 120px;
	left: -1000px;
	background-color: #006633;
	padding: 10px;
	text-align: left;
}
#nav li:hover ul
{
	left: auto;
}
/*Einde menu*/
