html,body
{
	height: 100%;
	width: 100%;

	}

body,table,th, tr,td,div	{ font-family: Verdana, sans-serif; font-size: 8pt; }

body	{
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background: url(../images/gifBack.gif);
		}

div.total
		{
		width: 790px;
		background-color: #fff;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
			background: #fff 
		}

div.top	{
		width: 100%;
		height: 100px;
		background: url(../images/jpgTop.jpg);
		background-repeat: no-repeat;
		}

div.menustruct
		{
		width: 190px;
		background: url(../images/jpgLeftBack.jpg);
		background-repeat: no-repeat;
		padding-top: 150px;
		text-align: center;
		}

div.main
		{
		width: 560px;
		padding-left: 5px;
		padding-top: 25px;
		padding-right: 5px;
		font-size: 8pt;
		}


table.menu
		{


		}

table.menu a
		{
		font-size:8pt;
		font-weight:bold;
		display:block;
		cursor:hand;
		text-decoration:none;
		color:white;
		filter:blendTrans(duration=0.3);
		text-align:center;
		background-color:d9d9d9;
		width:120px;
		border: 1px solid #110000;
		}

table.menu a:link {
	font-weight:bold;
	color:white;
}
table.menu a:visited {
	font-weight:bold;
	color:white;
}
table.menu a:active {
	font-weight:bold;
	color:white;
}

table.menu a:hover {
	font-weight:bold;
	color:#000;;
	background-color:#669900;;
	text-decoration:none;
}

table.invisible{
	background-color:transparent;
	border: 0px solid #000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
}

table.tekst
{
	border-collapse: collapse;
	border: 1px solid #000000;
	margin-bottom: 25px;
	width: 560px;
}

th.tekst
{
	background: url(../images/jpgThBack.jpg);
	height: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
}

td.tekst
{
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
}

td.tekst a
{
	color: #000;
	text-decoration: none;
}

td.tekst a:hover {
	text-decoration: none;
	color: #669900;
	}

.wit	{
	background-color: #fff;
	}

/* photo ----------------- */

#photo a img {
	border: 1px solid #F7F7F7;
	margin-left: 10px;
}

#photo a:hover img {
	border: 1px solid #333;
	margin-left: 10px;
}
	
	
/* forms ----------------- */

input, select
{
	font-size: 8pt;
}



