body {
	font-family: verdana, arial, sans-serif;
	color: #000000;
	text-align: center;
}

div.wrapper {
	width: 940px;
	margin: 0px auto;
	text-align: left;
}

a {}
		a.insydelink {
			position: absolute;
			right: 0px;
		}
	a:hover {
		text-decoration: none;
	}

div.contentcontainer {
}

div.content {
	position: relative;
	padding-left: 240px;
}

ul {
	width: 700px;
	padding: 0.4em 0px 0px 0px;
}
	ul li {
		font-size: 0.87em;
		line-height: 130%;
		margin-bottom: 0.4em;
		float: left;
		width: 350px;
	}	
	
	ul.menu {
		position: absolute;
		text-align: right;
		right: 730px;
		width: 240px;
		margin: 0px;
		padding: 0px;
	}
		ul.menu li {
			font-size: 0.7em;
		
	height: 1em;
		}
			ul.menu li a {
				text-decoration: none;
				color: #777777;
			}
				ul.menu li.hier a {
					color: #990000;
				}
					ul.menu li a:hover {
						text-decoration: underline;
						color: #990000;
					}
					ul.menu li.hier a:hover {
						text-decoration: none;
					}
		ul#menu1 { margin-top: -1em; }
		ul#menu2 { margin-top: -2em; }
		ul#menu3 { margin-top: -3em; }
		ul#menu4 { margin-top: -4em; }
		ul#menu5 { margin-top: -5em; }				
		ul#menu6 { margin-top: -6em; }

	ul.left {
		float: left;
		margin-right: 30px;
	}
	ul.right {
		float: left;
	}

h1 {
	font-family: georgia;
	color: #990000;

	font-size: 2em;
	line-height: 130%;
}
/* weer aanzetten als het menu is gefixed.
h2 {
	font-family: georgia;
	color: #990000;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 130%;
	clear: both;
	border-bottom: 1px solid #990000;
	padding: 1em 0px 0px 240px;
	margin-left: -240px;
}
*/
h2 {
	font-family: georgia;
	color: #990000;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 130%;
	clear: both;
	border-bottom: 1px solid #990000;
	padding: 1em 0px 0px 0px;
}

.footer-wrapper {
	position: relative;
	margin: 0px auto;
	width: 940px;
	clear: both;
	text-align: left;
	padding-top: 2em;
	padding-bottom: 1em;

}
	div.footer {
		border-top: 1px solid #777777;
		padding-top: 0.3em;
	}
		div.footer p {
			font-size: 0.7em;
		}
			div.footer p a {
				color: #333333;
			}