* {
	border: 0;
}

body {
	background: white;
	color: black;
	font: 13px Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 22px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	clear: left;
	width: 100%;
}

table {
	clear: both;
	margin-bottom: 20px;
}

.zoom {
	width: 0px;
	height: 0px;
}

table.table td {
	text-align: center;
	border: solid 1px black;
	padding: 3px;
}

div.thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header, #datasheet, #navi, #footer, #div.video {
	visibility: hidden;
	height: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*#navi {
	visibility: hidden;
	height: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	visibility: hidden;
	height: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
div.video {
	visibility: hidden;
	height: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}*/