*  { 
	padding: 0;
	margin: 0;
	
}

/* the ho[ly|mo] grail */
/* officially SUCKS! */


/* the real decent css */

/* page layout */
TABLE#layout {
	width: 100%;
	height: 100%;
}
TD#header, TD#right, TD#left, TD#center {
	vertical-align: top;
}
TD#header {
	height: 102px;
}
TD#right {
	width: 188px;
	background: url("../img/sidebg_bottom.gif") right bottom;
}
TD#left {
	height: 100%; /* ugly IE hack */
	width: 194px;
	padding: 0;
}
#content {
	padding: 0px 30px 20px 20px;
}
BODY, HTML{
	height: 100%;
}
BODY {
	height: 100%;
	background: url("../img/bestwebsite_bg.png") no-repeat; /*#EDF0F3;*/
	background-position: right 12px;
      /* todo: 12px aan plaatje toevoegen en achtergrondkleur hardcoden voor lange pagina's */
}
/* item layout */

UL.menu LI {
	list-style: none;
}
UL.menu {
	margin-top: -4px;
}
UL.menu LI A {
	display:block;
	font-size: 9pt;
	text-decoration: none;
	height: 16px;
	width: 156px;
	background-image: url('../img/itm_bg.gif');
	background-repeat: no-repeat;
	color: #fff;
	padding: 3px 10px;
}
UL.menu LI.menu_level1 A {
	padding-left: 20px;
}
UL.menu LI A:hover {
	background-image: url('../img/over_itm_bg.gif');
}
UL.menu LI.menu_current A,
UL.menu LI.menu_current A:hover {
	background-image: url('../img/cur_itm_bg.gif');
}

#menubg {
	display: block;
	background: url("../img/menubg_middle.gif") repeat-y;
	width: 194px;
	padding: 2em 0px 0px 12px;
}
#menuspacer {
	background: url("../img/menubg_middle.gif") repeat-y;
	height: 30px;
}
#menubottom {
	display: block;
	background: url("../img/menubg_bottom.gif") no-repeat;
	background-postion: bottom left;
	width: 194px;
	height: 132px;
}

#header {
	background: url("../img/head_bg.gif") repeat-x;
	background-position: 0px 25px;
}
#header H1 span {
	display: none;
}
#header H1 {
	display: block;
	background-image: url("../img/menubg_top.gif");
	width: 194px;
	height: 102px;
}
#header H2 {
	display: block;
	position: absolute;
	left: 194px;
	top: 23px;
	padding-left: 7px;
}
#header_sidebar {
	display: block;
	position:absolute;
	right: 0px;
	top: 0px;
	width: 188px;
	height: 102px;
	background: url("../img/sidebg_top.gif");
}
#sidebg {
	display: block;
	width: 188px;
	height: 100%;
	/*background: url("../img/sidebg_middle.gif") repeat-y;*/
}
#sidebar {
	padding: 0px 8px;
}
#sidebottom {
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 188px;
	height: 100%;
	background: url("../img/sidebg_bottom.gif") right bottom;
}
#editlink {
	display: block;
	/*background: url("../img/edit.gif") right bottom;*/
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-decoration: none;
}

TABLE.newsitem {
	width: 300px;
	margin-bottom: 1em;
}