body
{
	background-color: white;
	color: black;
	font-family: Verdana, sans-serif;
}

body a
{
	color: #B8860B;
}

body a:visited
{
	color: #660066;
}

/* TOP */
.top
{
	font-size: small;
}

.top .left
{
	float: left;
}

.top .left a
{
	display: block;
}

.top .left span
{
	display: none;
}

.top .center
{
	color: #998A42;
	font-size: x-large;
	text-align: center;
}

.top .center img
{
	vertical-align: -100%;
	height: 152px;
	width: 150px;
}

.top .right
{
	float: right;
}

/* MIDDLE */
.middle ul.menu
{
	list-style: none;
	float: left;
	display: block;
	padding: 0;
	margin: 5em 15px 0 0;
}

.middle ul.menu li span, .middle ul.menu li a, .middle ul.menu li a:hover
{
	width: 140px;
	height: 43px; /* total height: 60px */
	padding-top: 17px;
	background: url(webimg/button.gif) repeat-y;
	background-position: left 60px;
	color: #962E85;
	text-align: right;
	font-size: small;
	display: block;
	text-decoration: none;
	font-family: "Arial";
}

.middle ul.menu li a
{
	background-position: left top;
}

/* CONTENT */
.content
{
	margin-left: 170px;
	margin-right: 170px;
}

.content h1
{
	font-size: x-large;
	text-align: center;
	color: #660066;
	margin-bottom: 2em;
}

.content p, .content h2, .content h3, .content ol, .content ul
{
	font-size: small;
}

.content h2
{
	margin-bottom: 1em;
}

.content h3
{
	font-style: italic;
	font-weight: normal;
	margin-bottom: -1em;
}

.content hr
{
	height: 2px;
	/* use borders to give the color, so that it is shown when printed (IE, FF)*/
	border-top: 1px solid #9e3b96;
	border-bottom: 1px solid #9e3b96;
	background-color: #9e3b96;
	margin: 0 auto;
	width: 80%;
}

.content ul
{
	list-style-image: url(webimg/ul.gif);
}

.content ul li
{
	/* IE laat geen ruimte tussen het plaatje en de tekst */
	padding-left: 5px;
}

/* FOOTER */
.footer
{
	clear: both;
	text-align: center;
	font-size: small;
	font-weight: bold;
}

.footer a
{
	text-decoration: none;
}

/* PRINT LAYOUT */
@media print
{
	.top .left, .top .right, .middle ul.menu, .footer
	{
		display: none;
	}
	
	.top .center
	{
		text-align: left;
		font-size: small;
	}
	
	.top .center img
	{
		width: 60px;
		height: 60px;
	}
	
	.content
	{
		margin: 0;
		font-size: small;
	}
	
	.content h1
	{
		color: black;
		text-align: left;
	}
	
	body a, body a:visited
	{
		color: black;
		text-decoration: none;
	}
}
