/*  ALGEMEEN  */
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
* {
	font-family: 'courier new', courier, monospace;
}
#bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#container {
	width: 750px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
a {
	text-decoration: none;
	color: #000;
}
a.actief {
	color: #8A8C8F;
}
a:hover {
	color: #8A8C8F;
}


/*  INTRO  */
#intro {
	margin: 345px 0 0 215px;
}
#intro h1 {
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-weight: bold;
	width: 350px;
	color: #fff;
}
#intro a {
	color: #f00;
}


/*  NAVIGATIE  */
/*  hnav  */
#hnav {
	margin: 12px 20px;
	padding: 0;
}
#hnav li {
	display: inline;
	font-size: 15px;
	font-weight: bold;
	margin-right: 40px;
	letter-spacing: 1px;
}
/*  snav  */
#snav {
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 110px;
	height: 65px;
	width: 584px;
	padding: 0 8px 2px;
	margin: 0;
	background-image: url(images/stippellijn.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #fff;
	border-bottom: 4px solid #fff;
}
#snav h1 {
	margin: 10px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #57b;
}
#snav ul {
	margin: 7px 0 0 0;
	padding: 0;
}
#snav ul li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#snav img {
	margin: 0 5px;
	padding: 0;
	border: 0;
}


/*  LOGO  */
#logo {
	position: absolute;
	left: 470px;
	top: 30px;
	z-index: 3;
	width: 275px;
	height: 115px;
	background-image: url(images/logo01.png);
}


/*  CONTENT  */
#content {
	position: absolute;
	z-index: 1;
	left: 100px;
	top: 181px;
	bottom: 100px;
	width: 472px;
	background-color: #fff;
	overflow: auto;
	margin: 0;
	padding: 0 8px 0px 120px;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #57b;
}
#content h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #57b;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}
#content i {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}
#content ol {
	margin: 0;
}
#content li {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}
#content li.lih2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #57b;
}
#content th {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
}
#content td {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}
#content a {
	text-decoration: underline;
	color: #fe220c;
}
#content img {
	margin: 5px 5px;
}
#content a.fotolink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fe220c;
}

