@IMPORT url('form.css');

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
	margin:0px;
	background: url(../images/bodyback.jpg);

}

td {
	color:#000;
}

#mainTable
{
	width:100%;
}
#leftCell
{
	background: url(../images/leftback.jpg) top right repeat-y;
	vertical-align:top;
}
#leftTop
{
	background: url(../images/lefttop.jpg) top right no-repeat;
	width:100%;
	height:500px;
}
#midCell
{
	width:770px;
	vertical-align:top;
	background:#fff;
}
#menuCell
{
	vertical-align:top;
	width:180px;
}
#menuContainer
{
	background: url(../images/menuback.gif) repeat-y left top;
	width:170px;
	vertical-align:top;
}
#menuTop
{
	width:170px;	
	height:48px;
	background: url(../images/menutop.jpg);
}
#menu
{
	width:150px;
	margin-left:10px;
}
	#menu a
	{
		font-size:10px;	
	}
#menuBottom
{
	background: url(../images/menubottom.jpg);
	width:170px;
	height:130px;
}

#contentCell
{
	vertical-align:top;
	width:590px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
#content
{
	width:580px;
	
}

#content h1
{
	font-size:14px;	
}
#content h2, h3, h4
{
	font-size:10px;	
}
#footer
{
	background: url(../images/footer.jpg);
	height:90px;
}

#rightCell
{
	background: url(../images/rightback.jpg) top left repeat-y;
	vertical-align:top;
}
#rightTop
{
	background: url(../images/righttop.jpg) top left no-repeat;
	width:100%;
	height:500px;
}

/**	 MENU **/
a.menu{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a.menu:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.menu_actief{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a.menu_actief:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
