*
	{
		font-family: Arial, Verdana, sans-serif;
	}

.naam
 	{
		color: #000000;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
	}

.naam img
	{
		float: left;
		width: 200px;
		height: 200px;
	}

.error
	{
		color: #ff0000;
	}

.menu
	{
		position : absolute;
		top      : 210px;
		left     : 1em;
		width    : 15em;
	}

.text
	{
		position : absolute;
		top      : 210px;
		left     : 14em;
		right    : 1em;
	}

.text p
	{
		padding   : 0;
	}

p.dbgeg
 	{
		padding  : 0 5% 0 5%;
		font-size : 80%;
	}

ul
	{
		margin-top   : 5px;
		margin-bottom: 5px;
	}
li
	{
		position: relative;
		left    : -5px;
	}

td.formtext
	{
		font-weight   : bold;
		vertical-align: top;
	}

img.line
	{
		height: 2px;
		width: 100%;
		margin: 20px 0;
	}

.mainprops
	{
	}

.netimg
	{
		width: 300px;
		float: right;
		vertical-align: top;
	}

table.realprops
	{
		/* width: 100%; */
		vertical-align: top;
	}

td.propname
	{
	}

td.propvalue
	{
		padding: 0 20px;
	}

td.propicons
	{
		/*
		left-margin: 100px;  doesn't do a thing!!
		*/
		padding: 0;
		margin: 0;
	}

td.propicons img
	{
		width: 19px;
		height: 19px;
	}

.propcat, .seealsohead
	{
		font-weight: bold;
		margin: 1em .5em .5em 0;
	}

.seealsos ul li
	{
		list-style: none;
	}

.propswdiagram
	{
		height: 100%;  /* align with very tall images */
	}
