﻿/*-- Main + Logo --*/
table.main
{
	border:0px;
	margin-top: 17px;
	margin-left: 44px;
	width: 880px;
}

img.logo
{
	width:880px;
	height:132px;
}

/*-- left Indent  --*/
td.ColumnLeft 
{
	width:51px;
	vertical-align:top;
}
td.ColumnRight
{
	width:100pc;
}

/*-- Afstanden menu --*/
td.MenuTd
{
	width:100px;
}

/*-- Ruimte onder menu --*/ 
td.MenuOnder
{
	height:20px;
}

/*-- text in te vullen door rotekst --*/
td.ObjectTitle
{
}

td.ObjectText
{
}


/*-- Special voor parameters --*/
table.ParamTable
{
}
td.ParamName		
{

	white-space: nowrap;
	width:100px;
}

td.ParamValue
{
    white-space: nowrap;
    width:100pc;
}

			
			