/* CSS Document */
body {
	margin: 0px;
	background-color: #000;
	background-image:url(../beeld/back.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	overflow: hidden ;
	}
p {

}

a {
	text-decoration: underline;
	font-weight: bold;
	color:  #000;
	}
a:visited {
	color: #000;
	}
a:active {
	color:  #999;
	}
a:hover {
	color: #666;
	text-decoration: none;
	}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 0;
	display:inline;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
table {
	background:#FFFFFF;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}

#main {
margin:auto;
position:relative;
width: 600px;
height:auto;
}

#top {
margin: 0px;
position:absolute;
top: 0px;
width: 600px;
height: 150px;
background-image:url(../beeld/top.png);
_background-image:url(..beeld/blank.gif) ;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='beeld/top.png', sizingMethod='scale');

}
#mid {
margin: 0px;
position:absolute;
top: 150px;
width: 600px;
height: 200px;
}
#plaatje {
position:absolute;
top: 50px;
left: -50px;
height:100px;
width:50px;
visibility:hidden;
}
#plaatjetwee {
position:absolute;
top: 550px;
left: 620px;
height:100px;
width:50px;
}
#sound {
position:absolute;
top: 150px;
left: 620px;
height:100px;
width:50px;
}
#extra {
	position:absolute;
	left:600px;
	top: 350px;
	height: auto;
	width: 150px;
	padding:3px;
}
#extra a{
color:#FFFFFF;
font-weight:normal;
text-decoration:underline;
}
#menu {
margin:0px;
width: 100px;
height: 190px;
padding: 2px;
position:absolute;
top: 160px;
left:-110px;
font-family:  Arial, sans-serif,"Arial Narrow",;
line-height: 130%;
font-size: 16px;
font-variant:small-caps;
text-align:right;

}
#menu a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
#menu a:hover {
color:#CCCCCC;
text-decoration:none;
}
#menu a:active {
color:#333333;
}
#menu table{
text-align:right;}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:140%;
	width:100%;
	background: #FFFFFF;
	position: absolute;
	top: 350px;
	overflow-y:scroll;
	overflow-x:hidden;
	height: 300px;
	left: 0px;
	}
#content1 {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	width: 44%;
	background: #FFFFFF;
	}

#content2 {
	float: right; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	background: #FFFFFF;
	width: 50%; /* ie5win fudge begins */
	width: 45%;
	}
