/* CSS Document */

/* Wrapping layers */
html {
	padding: 0;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	padding: 0;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: 0;
	overflow: hidden;
}

a.naam {
	text-decoration: none;
	color: #333333;
}

a.link {
	text-decoration: none;
	color: #9d9d9d;
}

a.tekst {
	text-decoration: none;
	color: #5d543d;
}

a.commerce {
	text-decoration: none;
	color: #AEAEAE;
}

a:hover {
	color: #0066FF;
}

#container {
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: 50%;
	height: 600px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	background-image: url(_afbeeldingen/background.jpg);
	overflow: hidden;
}

/* Content layers */
#content {
	position: absolute;
	z-index: 1px;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	height: 500px;
	width: 750px;
	margin-left: -375px;
	margin-top: -250px;
}

#article {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 510px;
	height: 500px;
	background-color: transparent;
}

/* Article content */
#text1 {
	position: absolute;
	width: 230px;
	height: 410px;
	top: 7px;
	left: 10px;
	overflow: hidden;
	text-align: justify;
}
	
#text2 {
	position: absolute;
	width: 230px;
	height: 410px;
	top: 7px;
	left: 261px;
	overflow: hidden;
	text-align: justify;
}
	
#koptext {
	font-size: 17px;
	color: #0066FF;
	text-align: right;
}
	
#afbeelding {
	width: 200px;
	text-align: right;
	color: #0066FF;
	font-size: 11px;
}

#pixel_lijn {
	position: absolute;
	width: 1px;
	height: 420px;
	top: 0px;
	background-color: #000000;
}

/* Flash menu */
#navigatie {
	position: absolute;
	left: 510px;
	top: 0px;
	width: 240px;
	height: 500px;
}

/* Misc */
#bijtext {
	color:#9d9d9d;
	font-size:11px;
} 

#indextext {
	color: #0066ff;
	font-size: 11px;
}

ul {
	margin-top: 0;
}