body{
	margin: 0;
	background: #FFFFFF url(../afbeeldingen/background-overvloei.png) repeat-x fixed top;
}
#maintable{
	position: absolute;
	top: 0;
	width: 99%;
	height: 100%;
}
table.main{
	width: 700px;
	height: 100%;
	background: transparent;
}
td{
	vertical-align: top;
}
td.maintable_top{
	background: white none;
	width: 700px;
	height: 200px;
}
td.navigation{
	background: white none;
	/* padding was 41px */
	padding: 6px 0 0 0;
	vertical-align: top;
	width: 200px;
	height: 100%;
}
td.main{
	position: relative;
	background: white none no-repeat top;
	vertical-align: top;
	width: 500px;
	height: 100%;
	padding: 0 10px 0 0;
}
td.voorbeeld_tdLinks{
	border-top: 1px solid gray;
	border-right: 0px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}
td.voorbeeld_tdRechts{
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 0px solid gray;
}
td.credits{
	background: white none no-repeat top left;
	font: normal normal normal 12px/normal "Trebuchet MS", Verdana, Arial;
	text-align: center;
}
form{
	margin: 0;
	padding: 0;
}
input.offerte_text, textarea.offerte_text{
	width: 250px;
}
div.layer{
	border: 1px solid gray;
	padding: 10px 10px 10px 10px;
	width: 520px;
	background: silver none;
	visibility: hidden;
	position: absolute;
	left: -120px;
	text-align: center;
}
.panorama_item{
	border: 1px solid black;
	margin: 4px 0px 4px 0px;
	padding: 4px 4px 4px 4px;
	background-color: silver;
}