html, body {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color : #EEF4F8;
	background-image : url(../images/bg_body.gif);
	background-repeat : repeat-y;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.tableFrame {
	width: 100%;
	height: 100%;
}

table.tableFrame td.main {
	height: 100%;
	vertical-align: top;
}

#top {
	position: relative;
	height: 96px;
	background-image : url(../images/bg_top.gif);
	background-repeat : repeat-x;
}

#top #left_top {
	position: absolute;
	width: 459px;
	height: 96px;
	background-color : #D6E3EF;
}

#top #left_top #logo {
	position: absolute;
	height: 59px;
	width: 58px;
	top: 10px;
	left: 7px;
}

#top #left_top #elek {
	position: absolute;
	height: 16px;
	width: 122px;
	top: 76px;
	left: 170px;
}

#top #left_top #hop {
	position: absolute;
	height: 24px;
	width: 224px;
	top: 50px;
	left: 80px;
}

#top #left_top #home {
	position: absolute;
	height: 59px;
	width: 58px;
	top: 77px;
	left: 0px;
}

#top #zoeken {
	position: absolute;
	height: 58px;
	padding-top: 16px;
	left: 471px;
	width:300px;
}

#top #print {
	position: absolute;
	top: 52px;
	left: 477px;
	width: 98px;
	height: 12px;
}

#top #taf {
	position: absolute;
	top: 52px;
	left: 653px;
	width: 98px;
	height: 12px;
}

#top #topmenu {
	position: absolute;
	background-color: #006699;
	height: 17px;
	background-image : url(../images/bg_white2.gif);
	background-repeat : repeat-y;
	padding-top: 5px;
	padding-left: 10px;
	color: #AACCDD;
	left: 458px;
	top: 74px;
	
}

#whiteline {
	top:96px;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
}

#redline {
	top:98px;
	background-color: #FF0000;
	height: 20px;
	width: 381px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}

td.space_left {
	background-color : #EEF4F8;
	background-image : url(../images/bg_container.gif);
	background-repeat : repeat-x;
}

td.space_right {
	background-color : #EEF4F8;
	background-image : url(../images/bg_container.gif);
	background-repeat : repeat-x;
}

#content {
	position: relative;
	
}

#left {
	margin: 0px;
	padding: 0px;
	width: 386px;
	float: left;
}

#right {
	margin: 0px;
	padding: 0px;
	width: 312px;
	float: left;
}

#toptext {
	background-color: #006699;
	background-image : url(../images/bg_white.gif);
	background-repeat : repeat-y;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 282px;
	color: #D6E3EF;
}

#submenu {
	margin: 0px;
	padding: 0px;
	background-image : url(../images/bg_white.gif);
	background-repeat : repeat-y;
	background-color: #FFFFFF;
}

#submenu ul {
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
	list-style: none;
}

#direct {
	background-color: #006699;
	background-image : url(../images/bg_white.gif);
	background-repeat : repeat-y;
	height: 27px;
	margin-left: -1px;
	padding-left: 20px;
	padding-top: 10px;
	color: #D6E3EF;
}

div.submenu {
	background-color: #FF0000;
	margin-left: 1px;
	height: 200px;
}


div.nieuws {
	padding-left: 22px;
	padding-right: 28px;
}

div.nieuws a {
	text-decoration: underline;
	color: #333;
}

span.blauw {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}

div.mnuSub {
	padding-top: 5px;
	padding-left: 5px;
}

/**
*	Goto Pulldown menu's
*/
select.goto {
	color: #303433;
	background-color: #CEDEED;
	font-size: 11px;
}

input.goto_go {
	font-size: 11px;
	width: 25px;
}

/**
*	Kweet het niet meer :(
*/

div.nieuws a.no_underline {
	text-decoration: none;
}

div.nieuws a.no_underline:hover {
	text-decoration: underline;
}