body {
	margin: 0;
	padding: 0;
	background: url('images/achtergrond.gif') fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	min-width: 750px;
	max-width: 1150px;
	width: 100%;
}

h1 {
	color: #F00;
	font-size: 200%;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	
}

h2 {
	color: #F00;
	font-size: 150%;
	margin: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	color: #000;
	font-size: 100%;
	margin: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
}

img {
	border: 0px none white;
}

a {
	font-weight:bold;
	color:#f88;
	font-size:15px;
	margin:0 ;
	text-decoration:underline;
}

a:visited {
	color:#f55;
}

a:hover {
	color:red;
}

ul#topmenu {
	position: fixed;
	background: url('images/achtergrond.gif') fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 10px 0 80px;
	padding: 12px 10px 0 0;
	border-bottom:5px double red;
	}

ul#topmenu a {
	font-weight:bold;
	color:#f88;
	font-size:35px;
	margin:0 10px;
	text-decoration:none;
}

ul#topmenu a:hover,ul#topmenu a.active {
	color:red;
}

ul#topmenu li {
	display:inline;
}

ul#ondermenu {
	position: fixed;
	background: url('images/achtergrond.gif') fixed;
	bottom: 0;
	right: 0;
	left: 80px;
	margin: 0 10px 0 0;
	padding: 10px 10px 12px 0;
	border-top:5px double red;
	text-align:right;
	}

ul#ondermenu a {
	font-weight:bold;
	color:#f88;
	font-size:35px;
	margin:10px;
	text-decoration:none;
}

ul#ondermenu a:hover,ul#ondermenu a.active {
	color:red;
}

ul#ondermenu li {
	display:inline;
}

div#line{
	background: url('images/lijnmidden.gif') repeat-x;
}
	
div#copy {
	position: absolute;
	bottom: 0;
	left: 140px;
	right: 0;
	padding: 4px;
	font-size: 80%;
	color: #445;
}

div#banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
/*	height: 100%;*/
	padding: 0px 0px 0px 0px;
}

div#w3c {
	position: fixed;
	bottom: 5px;
	left: 0;
	width: 80px;
	padding: 0px 0px 0px 0px;
}

div#inhoud {
	padding-top: 80px;
	padding-left: 100px;
	padding-right: 10px;
	padding-bottom: 110px;
}

#quickmenu a {
	margin: 0 10px;
}

div#center {
	text-align: center;
}


div.thumb-main {
	float:left;
	width: 20%;
	text-align: center;
	margin-bottom: 30px;
}

img.left {
	float: left;
}
img.right {
	float: right;
	padding-left: 10px;
	padding-right: 30px;
}