*
{
	padding: 0px 0px;
	margin: 0px 0px;
}
html 
{
	height: 100%;
	margin-bottom: 1px; 
}
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	behavior: url(inc/csshover.htc);
}

a:focus 
{
	outline: none; 
}

#container
{
	width: 800px;
	margin: 0px auto;
	background-color: #d7d7ff;
	padding: 0px 20px;
	min-height: 100%;
	_height: 100%;
	position: relative;
}

#header
{
	background: url(../images/header.png) no-repeat;
	width: 800px;
	height: 208px;
	left: 20px;
	position: absolute;
	top: 0px;
}
	#header *
	{
		padding: 20px 20px;
	}
	#header h1
	{
		font-size: 30px;
	}
	#header #construction
	{
		float: right;
		margin-top: -122px;
	}
		#header #construction img
		{
			height: 130px;
			margin-right: -150px;
		}
		
#navigation
{
	width: 140px;
	position: absolute;
	top: 188px;
	left: 20px;
	height: 38px;
}
	#navigation li
	{
		list-style: none;
		background: url(../images/knop.png) no-repeat;
		width: 140px;
		height: 38px;
		float: left;
		margin-bottom: -1px;
	}
	#navigation ul
	{
		_background: url(../images/knop.png) no-repeat;
		_height: 375px;
	}
	#navigation a, #navigation h2
	{
		padding-top: 11px;
		padding-left: 11px;
		height: 27px;
		position: absolute;
		width: 129px;
	}
	#navigation a
	{
		color: black;
		text-decoration: none;
	}
	#navigation h2
	{
		cursor: default;
		font-weight: normal;
		font-size: 14px;
		background: url(../images/arrow.gif) no-repeat 120px 15px;
	}
	#navigation ul ul
	{
		display:none;
		position: absolute;
		margin-left: 139px;
	}
	#navigation li:hover
	{
		background: url(../images/knop2.png) no-repeat;
	}
	#navigation li:hover ul
	{
		display:block;
	}

#content
{
	background-color: #b3cdfd;
	margin-left: 170px;
	width: 583px;
	border: 0px solid #00aeef;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 208px 15px 30px 30px;

} 
	#content h1
	{
		font-size: 16pt;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#content h2
	{
		font-size: 14pt;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	#content h3
	{
		font-size: 12pt;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	#content p
	{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#content li
	{
		padding-left: 10px;
		padding-top: 5px;
		margin-left: 15px;
	}
	#content td
	{
		padding: 4px;
		width: 110%;
	}
	#content table
	{
		padding: 0px;
		margin-left: 30px;
	}
		#content #contact
		{
			float: right;
			padding: 0px 275px 0px 0px;
		}
	#content ul
	{
		margin-left: 5px;
		_margin-left: 10px;
	}
		#content ul.number
		{
			list-style: decimal;
		}
		#content ul.letter
		{
			list-style: lower-alpha;
		}
	
#footer
{

	width: 631px;
	height: 12px;
	background: url(../images/footer.png) no-repeat;
	margin-left: 170px;
}

#edit a
{
	position: absolute;
	top: 200px;
	left: 770px;
	z-index: 5;
	width: 40px;
	height: 40px;
}
#edit img
{
	border: none;
}

