body {
	margin: 0;
	background-color: #E6EDE6;
	color: #000;
	height:100%;
}


strong {
font-size: 24px;
font-weight: 100;
font-family: Arial;
}

A {
    text-decoration: none;
    border: 1px;
    color: #01AB9C;
	font-weight: bold;
}
A:hover   { border-bottom: 1px dashed #01AB9C;}

A.wiulink {
    text-decoration: none;
    border: 1px;
    color: black;
}

A.menubottom {
    text-decoration: none;
    border: 0px;
    color: white;
	
}
A.menubottom:hover   { border-bottom: 1px solid #F9F401; }

A.menutop {
    border: 1px;
    color: white;
}
A.menutop:hover   { border-bottom: 1px dashed white; }

A.menukanten {
    text-decoration: none;
    border: 1px;
    color: blue;
}
A.menukanten:hover   { color: red; border-bottom: none; }

img
{
	border: 0;
	vertical-align: middle;
}

.img_menu
{
	vertical-align: middle;
}

.img_midden
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_rechts
{
	position:relative;
	float: right;
}

#pagina {
	margin: 10px auto;
	width: 924px;
	text-align: left;
	font-size: 12px;
	font-weight: 100;
	font-family: Arial;
}


/* Menubalken*/
#menubalk_top {
	width: 100%;
	height: 18px;
	background-image: url(images/menu/menubalk_boven.gif);
	text-align: right;
}

#menubalk_center {
	width: 100%;
	height: 20px;
	background-image: url(images/menu/gradient_menubalk.gif);
	background-repeat: repeat-y;
	text-align: right;
}

#menubalk_bottom {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 11px;
	padding-bottom: 1px;
	width: 100%;
	height: 17px;
	font-size: 12px;
	color: white;
	background-image: url(images/menu/menubalk_boven2.gif);
}

#onderbalk {
	clear: both;
	height: 20px;
	width: 100%;
	background-image: url(images/menu/gradient_menubalk.gif);
	background-repeat: repeat-y;
	text-align: center;
}

#onderbanner {
	width: 100%;
	text-align: center;
}

/* Venster opbouw */
#venster {
	margin: 0;
	height:100%;
	padding: 0px;
	background-image: url(images/menu/gradient_links_rechts.gif);
	background-repeat: repeat-y;
	border-top: none;
}

#venster_links {
	position:relative;
	float: left;
	margin: 0;
	padding: 0px;
	background-image: url(images/menu/menu_links_bovenlogo.gif);
	background-repeat: no-repeat;
	width: 150px;
}

#venster_main {
	margin: 0px auto 0px auto;
	float: right;
	color: black;
	padding: 0px;
	padding-top: 5px;
	padding-left: 4px;
	width: 769px;
	height: 100%;
}

#historie {
	margin: 0;
	height: 400px;
	padding: 0px;
}


/* Splash */
#splash {
	position: absolute;
	font-size: 12px;
	font-weight: 100;
	font-family: Arial;
	color: white;
	width: 100%;
	height: 800px;
	background-image: url(images/menu/splashbg.jpg);
	background-repeat: no-repeat;
	background-color: #80CCC0;
}

#splash_balkboven {
	margin: 205px auto auto 390px;
	
}

#splash_balkmidden {
	margin: auto auto auto 390px;
	
}

#splash_balkonder {
	margin: 20px auto auto 320px;
	color: black;
	
}

/* venster layout */
#titel_afbeelding {
	margin: 0;
	padding: 0px;
}
.venster_titel {
	width: 762px;
	margin: 0;
	padding: 2px;
	color: white;
	font-weight: bold;
	background-color: #01AB9C;
}
.venster_titel {
	width: 762px;
	margin: 0;
	padding: 2px;
	color: white;
	font-weight: bold;
	background-color: #01AB9C;
}
.venster_titelr {
	position:relative;
	margin: 0;
	float: right;
	color: #F9F401;
	font-weight: normal;
}

/* boxen */
.lmbox_titel {
	width: 138px;
	padding: 5px;
	background-color: #F9F401;
	font-size: 14px;
	color: #01AB9C;
	
}

.lmbox_item {
	width: 133px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #3c3c3c;
}

.contact {
	padding-top: 80%;
	font-size: 12px;
	color: white;
	text-align: center;
}

.aname {
	font-size: 12px;
	font-family: Arial;
	color: black;
}

/* Tabellen */
TABLE {
	text-align: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

TD {
	border: none;
	vertical-align: top;
	width: 50%;
}

.table_bg {
	color: white;
	font-weight: bold;
	background-color: #01AB9C;
}


.table_uitlijn {
	text-align: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
.table_uitlijn_td {
	border: 0px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: black;
	z-index:2;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.graph {
	display: none;
	position: absolute;
	top: 10%;
	left: 15%;
	width: 530px;
	height: 350px;
	padding: 6px 10px 10px 10px;
	border: 2px solid #FF6600;
	background-color: #FFFFFF;
	z-index:3;
	overflow: auto;
}
