@CHARSET "UTF-8";
/* Mini-Galerie */

div.galerie {
	margin: 0 3px 0 3px;
	padding: 2px;
	line-height: 1em;
/*
	background-color: #FFFFFF;
	width: 776px;
*/	
}

div.baustein {
	border: 1px solid black;
	border-color: #AAA #000 #000 #AAA;
	margin: 0px 2px 2px 0px;
	width: 88px;
	height: 130px;
	overflow: hidden;
	table-layout: fixed;
	float: left;
	padding: 4px;
}

#pferd_weitere_pferde div.baustein {
	padding: 3px;
}

.baustein:hover {
	background-color: #CEFFCE;
}

.baustein span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	display: block;
	padding: 2px;	
}

.baustein span.foto {
  margin: 4px 2px 4px 2px;
  height: 84px;
  width: 84px;
  display: table-cell;
  vertical-align: middle;
  background-color: #F5F5F5;
}

.baustein span.rasse {
	vertical-align: middle;
	
  	height: 21px;	
}

.baustein span.preis {
	margin: 2px;
	height: 15px;	
}


.baustein a {
	color: black;
	font-size: 10px;
	font-weight: normal;
}

.baustein  img {
	border: 0;
}

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;
}

