*
{
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}


body
{
	text-align: center;
	background-color: #394A63;
	background-image: url(../images/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
}


div#base
{
	/* text-align is nodig om in IE de tabel te centreren
	 */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 860px;
	position: relative;
}

div.header
{
	top: 0px;
	height: 195px;
}

div.left
{
	width: 15px;
	background-image: url(../images/side_left.gif);
	background-position: right;
	background-repeat: repeat-y;
	left: 0px; /* nodig voor IE */
	position:absolute;
}

div.mid
{
	width: 830px;

	position:absolute;
  left:15px;
	text-align: center;
	background-color: white;
}

div.right
{
	width: 15px;
	background-image: url(../images/side_right.gif);
	background-position: left;
	background-repeat: repeat-y;
	
	position:absolute;
  left:845px;
}

div.menu
{
	top:195px;
	height: 29px;
}

div.menu_left
{
	width: 15px;
	background-image: url(../images/menu_left.gif);
	background-repeat: no-repeat;

	position:absolute;
  left:0px;
}

div.menu_right
{
	width: 15px;
	background-image: url(../images/menu_right.gif);
	background-repeat: no-repeat;

	position:absolute;
  left:845px;
}

div.menu_mid
{
	width: 830px;
	background-image: url(../images/menu_mid.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEEBE0;

	position:absolute;
  left:15px;
	
	z-index: 1;
}



table#main
{
	width: 860px;
	border-collapse: collapse;
	position: absolute;
	left: 0px;
	top: 224px;
	z-index: 0;
}

table#main td.side_left
{
	width: 15px;
	background-image: url(../images/side_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

table#main td.side_right
{
	width: 15px;
	background-image: url(../images/side_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}

table#main td.c_left
{
	width: 185px;
	background-color: #EEEBE0;
	vertical-align: top;
}

table#main td.c_mid
{
	width: 440px;
	background-color: white;
	vertical-align: top;
}

table#main td.c_right
{
	width: 205px;
	background-color: #EEEBE0;
	vertical-align: top;
}

