#navi_vorschau {
	margin-left:1em;
}

#vorschau table {
	table-layout:fixed;
}

#vorschau td {
	width:16%;
	padding:0.5em;
	text-align:center;
	vertical-align:bottom;
}

#vorschau a:visited:hover {
	background-color:purple;
}

#vorschau a:hover {
	background-color:blue;
}

a.mini:visited:hover {
	background-color:purple;
}

a.mini:hover {
	background-color:blue;
}

#toPrevImg {
	float:left;
}

#toNextImg {
	float:right;
}

#einzelbild {
	float:left;
	margin-right:1em;
	text-align:center;
}

#clearer {
	clear:left;
}

