
.rahmen {
	text-align:center;
	border : none;
	text-decoration: none;
	width: 210px; /* $thumbwidth+10  */
	height:143px; /* $thumbheight+10 */
	margin-top: 10px; /* $border */
	margin-bottom: 10px; /* $border */
	margin-right: 10px; /* $border */
	margin-left: 10px; /* $border */
}

.pic {
	border: 2px #A88888 solid;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}
.pic:hover {
	border: 4px #888888 solid;
}

