#logo {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;

	height: 200%; 
	background-attachment: scroll;
	background-image: url(imports/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid WindowText; 
	display: block;
	z-index: 10;
	padding-left: 15px;
}
#banner {
        position: absolute;
        margin-left: 410px;
        margin-top: 10px;
        padding-right: 0px;
        height: 200%;
        display: block;
        z-index: 10;
}


#uppernav {
	position: absolute;
	margin-top: 100px;

	height: 20px;

	font-family: Tahoma, MS Sans Serif;

	font-style: normal;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	line-height: 11px;

	letter-spacing: 1px;
	z-index: 20;
}

#nav	{
		position: absolute;
		border-top: #000000 1px solid;
		border-right: #000000 1px solid;
		margin-top: 126px;


		vertical-align: top;

		z-index: 20;
		overflow: hidden;
	}
	#nav ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#nav ul li {
		border-left: 1px #000000 solid;
		display: block;
		float: left;
		height: 58px;
		
		font-family: Tahoma, MS Sans Serif;

		font-style: normal;
		font-weight: bold;
		text-align: center;


		letter-spacing: 1px;
		padding-top: 3px;
	}
	
		#nav li a, #uppernav a {
			text-decoration: none;
			color: #999999;
			font-weight: bold;
		}
		#nav li a:link,#uppernav a:link {
			text-decoration: none;
			color: #999999;
			font-weight: bold;
		}
		#nav li a:visited, #uppernav a:visited {
			text-decoration: none;
			color: #999999;
			font-weight: bold;
		}
		#nav li a:hover, #uppernav a:hover {
			text-decoration: none;

			font-weight: bold;
		}
		#nav li a:active, #uppernav a:active {
			text-decoration: none;
			color: #666666;
			font-weight: bold;
		}

#kruimel {
	position: absolute;
	margin-top: 190px;

	margin-left: 280px;
	height: 30px;
	font-family: Tahoma, MS Sans Serif;

	color: #B22222;
	z-index: 30;
}
	#kruimel a {
		text-decoration: none;
		color: #B22222;
		font-weight: bold;
	}
	#kruimel a:link {
		text-decoration: none;
		color: #B22222;
		font-weight: bold;
	}
	#kruimel a:visited {
		text-decoration: none;
		color: #B22222;
		font-weight: bold;
	}
	#kruimel a:hover {
		text-decoration: none;
		color: #B22222;
		font-weight: bold;
	}
	#kruimel a:active {
		text-decoration: none;
		color: #B22222;
		font-weight: bold;
	}

	
#content {
	position: absolute;
	margin-top: 210px;


	z-index: 20;
}

#leftnav {
	position: absolute;
	margin-left: 0px;
	margin-top: 190px;

	z-index: 20;
}
	
	#leftnav ul {
		list-style-type: none;
		margin: 0;
		padding: 0px;
		border: 0;

	}

	#leftnav ul li {

			list-style-type: none;

			border-top: 1px #666666 solid;

			font-weight: bold;
			font-family: Tahoma, MS Sans-Serif;
	}
		.first {
			padding-left: 10px;
		}
		.second {
			padding-left: 18px;
		}
		.third {
			padding-left: 26px;
		}					
		#leftnav ul li a {
			text-decoration: none;
			color: #999999;
			font-weight: bold;
		}
		#leftnav ul li a:link {
			text-decoration: none;
			color: #999999;
			font-weight: bold;
		}
		#leftnav ul li a:visited {
			text-decoration: none;
			color: #999999;
			font-weight: bold;
		}
		#leftnav ul li a:hover {
			text-decoration: none;
			
			font-weight: bold;
		}
		#leftnav ul li a:active {
			text-decoration: none;
			color: #666666;
			font-weight: bold;
		}

#content .kop {
	font-family: Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
}

#content p {
	font-family: Arial;

	font-weight: normal;

	margin-right: 140px;

	}
	
	#content li {
		font-family: Arial;

		font-weight: normal;

	}
	
	#content img {
		float: right;
		padding-left: 10px;
		padding-bottom: 8px;
	}
