/* GENERAL */
body
{
	background-color: #e6e7e8;
	font-family: verdana;
	color: #4f4a4a;
	margin: 20px;
	font-size: 11px;
	text-align: center;
}
table.frame
{
	width: 100%;
	height: 100%;
}
td.center
{
	text-align: center;
	vertical-align: middle;
}

/* LINKS */
a
{
	color: #4f4a4a;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.pdf
{
	background: transparent url(../images/site/icon.pdf.gif) no-repeat;
	padding-left: 24px;
	height: 16px;
	vertical-align: middle;
}

/* IMAGES */
img
{
	margin: 0px;
	border: 0px;
}
img.site
{
	margin: 0px 2px 0px 0px;
	border: 1px solid #4f4a4a;
	width: 90px;
	height: 39px;
}


/* TABLES */
table
{
	text-align: left;
}
table.header
{
	width: 700px;
	height: 240px;
	border: 1px solid #4f4a4a;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
table.main
{
	width: 702px;
	height: 320px;
	border: 1px solid #4f4a4a;
	background: #ffffff url(../images/site/bg_left.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
}
td.logo
{
	height: 90px;
	background: #ffffff url(../images/site/logo.gif) no-repeat;
}
td.menu
{
	width: 162px;
	padding: 20px 29px 29px 29px;
	font-size: 11px;
}
td.site
{
	padding: 20px 29px 29px 0px;
}
td
{
	vertical-align: top;
}


/* DIV */
div.inhoud	{
	font-size: 11px;
}
span.rood	{
	color: #ee012c;
}


