/* Kategorie HANDSTREICH - Produkttests */

div.gallerieitem  {
	
	border-radius: 10px;
  	margin: 5px 0 10px 20px;
  	border: 2px groove #ccc;
 
	float: left;
	
  	width: 150px;
	height: 180px;
	
	font-size: 14px;
}

div.gallerieitem h5 {
	font-size: 14px;
	width: 150px;
	text-align: center;
	
	margin: 5px 0 auto 0;
	padding: auto 0 auto 0;
}

div.gallerieitem:hover {
  	border: 2px solid #777;
	color: #FFFFFF;
	background-color: #333333;
}
div.gallerieitem a {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #000000;
}

div.gallerieitem a:hover {
	color: green;
	text-decoration: underline;
}

div.gallerieitem img {
  	
	border-radius: 10px 10px 0 0;
  	width: 150px;
}

div.handstreich-bilder {
	width: 100%;
	height: 200px;
	text-align: center;
	
	margin:  0 0 10px 0;
	padding: 0;
}

div.handstreich-bilder img {
	width: auto;
	height: 200px;
	
	border:2px groove #bdbdbd;
	border-radius: 10px;
}

table.handstreich-zusammen {
	width: 75%; min-width: 75%; max-width: 500px;
	height: auto;
	line-height: 20px;
	
	margin: 0 10% 10px 10%;
	
	border-collapse: collapse; 
}

table.handstreich-zusammen th {
	text-align: right;
	padding: 0 5px 0 0;
	border: 1px solid #000000;
}

table.handstreich-zusammen td {
	text-align: left;
	padding: 0 0 0 5px;
	
	border: 1px solid #000000;
}

table.handstreich-zusammen + p.fussnote {
	width: 100%;
	text-align: center;
	margin: -10px 0 0 0;
}

ul.handstreich-angebote {
	list-style-type: none;
	margin: 0 0 25px 0;
	clear: both;
}

ul.handstreich-angebote li {	
}

ul.handstreich-angebote li a {
	width: 250px; min-width: 250px; max-width: 250px;
	height: 32px; min-height: 32px; max-height: 32px; line-height: 32px;
	margin: 10px;
	padding: 0;
	display: block;
	text-align: center;
	background-color: #BBBBBB;
	
	float: left;
	
	border: 2px groove #000000;
	border-radius: 15px;
}

ul.handstreich-angebote li a:hover {
	text-decoration: underline;
	color: #ff0000;
	background-color: #dbdbdb;
}