html{
	width: 99%;
	height: 99%;
}
body{
	width: 99%;
	height: 99%;
	font-family: Arial Narrow, arial, verdana;
	font-size: 11pt;
	background: #fff url("../beelden/layout/bodybg.gif") repeat-x;
}

table{
	font-family: Arial Narrow, arial, verdana;
	font-size: 11pt;
}

a:link, a:hover, a:visited{
	color: #0070BC;
}

.container{
	position: absolute;
	width: 100%;
}

.site{
	position:relative;
	width: 900px;
	border: 0px solid black;
}
.kop {
	position:absolute;
	left:3px;
	top:0px;
	width:923px;
	height:163px;
	background:  url("../beelden/layout/kop.jpg") no-repeat;
}

.nav {
	position:absolute;
	left:0px;
	top:140px;
	width:935px;
	height:37px;
	background:  url("../beelden/layout/nav.gif") no-repeat;
}

.nav_item{
	float: left;
	text-align: center;
	height: 23px;
	padding-top: 12px;
	width: 128px;
	cursor: pointer;
	font-family: Arial Narrow, arial, verdana;
	font-style: italic;
	font-size: 14pt;
	color: #fff;
}

.nav_item_actief{
	float: left;
	text-align: center;
	height: 26px;
	padding-top: 10px;
	width: 128px;
	cursor: pointer;
	font-family: Arial Narrow, arial, verdana;
	font-style: italic;
	font-size: 16pt;
	color: #fff;
}

.nav_item a:link,.nav_item a:hover,.nav_item a:visited{
	font-family: Arial Narrow, arial, verdana;
	font-style: italic;
	font-size: 14pt;
	color: #fff;
	text-decoration: none;
}

.nav_item_actief a:link,.nav_item_actief a:hover,.nav_item_actief a:visited{
	font-family: Arial Narrow, arial, verdana;
	font-style: italic;
	font-size: 16pt;
	color: #fff;
	text-decoration: none;
}

.divider{
	float: left;
	width: 1px;
	height: 20px;
	padding-top: 15px;
	background:  url("../beelden/layout/divider.gif") no-repeat;
	margin-top: 3px;
}

.inhoud{
	position:absolute;
	width:672px;
	left:253px;
	top: 177px;
	background:  url("../beelden/layout/inhoudbg.gif") bottom right no-repeat;
	font-family: Arial Narrow, arial, verdana;
	font-size: 11pt;
	text-align: left;
	border: 0px solid red;
}

.inhoud h1{
	font-family: Arial Narrow, arial, verdana;
	font-size: 22px;
	color: #0070BC;
	margin:30px 0px 15px 0px;
}

.inhoud ul{
	margin:0px;
	padding: 0px;
	list-style-type: none;
}

.inhoud li{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 20px;
}

.inhoud h2, .nieuws_container h2{
	font-family: Arial Narrow, arial, verdana;
	font-size: 16pt;
	color: #0070BC;
	margin:15px 0px 5px 0px;
}

.inhoud h3, .nieuws_container h3{
	font-family: Arial Narrow, arial, verdana;
	font-size: 12pt;
	color: #0070BC;
	margin:15px 0px 5px 0px;
}

.inhoud h4, .nieuws_container h4{
	font-family: Arial Narrow, arial, verdana;
	font-size: 16pt;
	font-style: italic;
	color: #0070BC;
	margin:15px 0px 5px 0px;
}

.inhoud p{
	margin: 15px 0px 0px 0px;
}

.schemarij{
	clear: both;
	width: 657px;
	height: 100%;
	background: transparent;
	border: 0px solid black;
}

.schemakop{
	height: 25px;
	width: 100px;
	float: left;
	font-family: Arial Narrow, arial, verdana;
	font-size: 18px;
	color: #0070BC;
	background-color: transparent;
}

.schemaitem{
	height: 100%;
	width: 100px;
	float: left;
	font-family: Arial Narrow, arial, verdana;
	font-size: 11pt;
	color: #000;
	background-color: transparent;
}

/* Nieuws */
.nieuws{
	position:absolute;
	left:0px;
	top: 177px;
	width: 238px;
	background: #C2DDEF;
	border: 0px solid yellow;
}


.nieuws_container{
	width: 218px;
	float: left;
	padding: 10px 10px 0px 10px;
	font-family: Arial Narrow, arial, verdana;
	font-size: 12pt;
	color: #0070BC;
}

.nieuws_container ul{
	padding:0px;
	margin: 0px;
}

.nieuws_container li{
	padding:0px;
	margin: 0px;
	list-style-type: none;
}

.nieuws_item_container{
	width: 100%;
	height: 100px;
	float: left;
	text-align: left;
	cursor: pointer;
	border: 0px solid black;
}

.nieuws_item_datum{
	width: 100%;
	height: 20px;
	float: left;
	font-style: italic;
	font-family: Arial Narrow, arial, verdana;
	font-size: 12pt;
	color: #0070BC;
	font-weight: bold;
}

.nieuws_item_titel{
	width: 100%;
	height: 20px;
	float: left;
	font-family: Arial Narrow, arial, verdana;
	font-size: 12pt;
	color: #0070BC;
	font-weight: bold;
}

.nieuws_item_tekst{
	width: 100%;
	height: 40px;
	float: left;
	overflow: hidden;
	font-size: 10pt;
	border-bottom: 1px dotted #0070BC;
}
