/* Mini-Galerie */

div.galerie {
	background-color: #FFFFFF;
	width: 776px;
}

td.baustein {
	font-family:Arial,sans-serif;
	font-size:10px;
	text-align:center;
}
table.baustein {
	border: 1px solid;
	border-color: #AAA #000 #000 #AAA;
	width: 106px;
	height: 120px;
	overflow: hidden;
	table-layout: fixed;
}

table.baustein:hover {
	background-color: #888;
	color: #FFF;
}

a.baustein {
	color: black;
	font-size: 10px;
	font-weight: normal;
}

table.baustein img {
	border: 1px solid;
	border-color: #000 #AAA #AAA #000;
}

