#sitemap table.sitemap {
	margin: 10px auto;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

#sitemap table.sitemap tr td {
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

#sitemap table.sitemap tr td img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#sitemap table.sitemap tr td input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#sitemap table.sitemap tr.row1 td {
	background-color: transparent;
	background-image: url("/cms/grf/sitemap/90transparent.png");
}

#sitemap table.sitemap tr.row0 td {
	background-color: transparent;
}
#sitemap table.sitemap tr.row10 td:hover,
#sitemap table.sitemap tr.row11 td:hover {
	background-image: url("/cms/grf/sitemap/80transparent.png");
}

#sitemap table.highline tr:hover td {
	background-image: url("/cms/grf/sitemap/80transparent.png");
}

#sitemap table.sitemap tr.menu td {
	padding-top: 35px;
}

#sitemap table.sitemap tr td.AdminButtons {
	width: 196px;
	text-align: right;
}

#sitemap table.sitemap tr td.menupunkt {
	width: auto;
}

#sitemap table.sitemap tr td a {
	/*color: #828282;*/
	text-decoration: none;
}

#sitemap table.sitemap tr td a:hover {
	/*color: #828282;*/
	text-decoration: underline;
}
