body {
	text-align: 	center;
	background: 	url("img/logo.png") #555 repeat;
	color:			#000;
	font-family:	Arial, sans-serif;
	height:			100%;
}
#container {
	position:		absolute;
	left:			50%;
	width:			800px;
	margin-left:	-400px;
	height:			9000%;
	top:			0px;
	bottom:			0px;
	border-left:	solid #666 2px;
	border-right:	solid #666 2px;
	background:		#89F;
}
#main {
	position:		absolute;
	text-align:		left;
	top:			170px;
	width:			80%;
	right:			25px;
	height:			120%;
	overflow:		auto;
	z-index:		1;
}
#navigation ul {
	list-style-type:	none;
}
#navigation li {
	margin-left:	-20px;
	margin-bottom:	5px;
	padding-right:	0.5ex;
	display:		block;
	color:			black;
	background:		#ABF;
	text-align:		right;
}
#zoek {
	background:		inherit;
}
#navigation li a {
	color:			black;
}
#navigation li.sublink a {
	color:			#FFA;
}
#navigation li:hover {
	background:		#CDF;
	color:			black;
}
#navigation li.sublink {
	background:		#67D;
	color:			white;
	margin-left:            -10px;
	margin-right:           -5px;
	border-bottom:          solid #004 1px;
	border-left:          solid #004 1px;
}
#navigation li.sublink:hover {
	background:		#45B;
	color:			white;
}
#navigation {
	position:		absolute;
	text-align:		left;
	top:			170px;
	width:			15%;
	left:			0px;
}
#caption {
	position:		absolute;
	text-align:		center;
	top:			120px;
	left:			0px;
	width:			100%;
	height:			50px;
	font-size:		22pt;
	font-weight:	bold;
	font-family:	Verdana, Arial, sans-serif;
	color:			#222;
}
h1 {
	font-size:			150%;
        margin-top:              1em;
        margin-bottom:           0.25em;
}
h2 {
     font-size:			110%;
     font-weight:             bold;
     color:			blue;
     margin-top:              2em;
     margin-bottom:           0.5em;
}
h3 {
     font-size:			115%;
     text-decoration:         underline;
     font-weight:             normal;
     margin-top:              2em;
     margin-bottom:           0.5em;
}
p {
     margin-bottom:           1em;
}
ul {
     list-style-type:         square;
}
a {
	color:				black;
	text-decoration:	none;
}
li.current a {
	font-weight:		bold;
}
a img {
	border:			0px;
}
#images img {
	position:			absolute;
	/*border-bottom:		solid #666 3px;*/
}
.links {
	float:				left;
	clear:				both;
	margin-top:			5px;
	margin-bottom:		5px;
	margin-right:		10px;
}
.rechts {
	float:				right;
	clear:				both;
	margin-top:			5px;
	margin-bottom:		5px;
	margin-left:		10px;
}
.top1 {
	left:		0px;
	top:		0px;
}
.top2 {
	left:		160px;
	top:		0px;
}
.top3 {
	left:		320px;
	top:		0px;
}
.top4 {
	left:		480px;
	top:		0px;
}
.top5 {
	left:		640px;
	top:		0px;
}
#news {
	position:	absolute;
	left:		0px;
	top:		100px;
	width:		800px;
	height:		25px;
	background:	inherit;
	color:		yellow;
	overflow:	hidden;
	/*
	border-bottom:	solid #666 1px;
	*/
	font-weight:    bold;
	display:	none;
	font-size:	11pt;
	letter-spacing: 2px;
	word-spacing:   2px;
}
#news2 {
	position:	absolute;
	padding:	5px;
}
#news3 {
	margin-top:	5px;
	position:	absolute;
	left:		800px;
	white-space:	nowrap;
}

