* {
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img {
	border: none;
}
body {
	color: #111;
	text-align: left;
	font: 75%/1.6em Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
}
a:link, a:visited {
	text-decoration: underline;
	color: #805f16;
}
a:hover {
	text-decoration: none;
	color: #a99260;
}
a:focus {	outline: none;  }
table.legende {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
table.legende td {
	text-align: left;
}
table.legende td img {
	margin-right: 5px;
	margin-left: 10px;
}
div.wrapper {
    width: 100%;
    overflow: hidden;
}
/*.object {
	float: left;
	width: 66.666%;
}*/
/*.legend {
	float: right;
	margin-left: -5px;
	width: 33.333%;
}*/

.legend {
	float: right;
	width: 150px;
	top: 0;
	position: absolute;
	right: 0;
}
