.box_muster {
	position:relative;
}

.box_muster_line {
	position:relative;	
}

.box_muster_items {
	background:#FAFAFA;
	margin:-8px;
	padding:8px;
}

.box_muster_item {
	float:left;
	width:177px
	text-align:center;
	margin:0px 0px 0px 0px;
}
.muster_trenner_vertical {
	position:relative;
	float:left;
	width:2px;
	height: 100%;
	min-height: 207px;
	margin:0px 15px 0px 15px;
	background:url(../images/muster_trenner_vertical.png) top left repeat-y;
}
.muster_trenner_horizontal {
	background:url(../images/muster_trenner_horizontal.png) left 15px no-repeat;
	height:2px !important;
	padding:15px 0px 15px 0px !important;
}

.musterliste_img {
	width:175px;
	height:175px;
	background:#fff;
	border:1px solid #bfbfbf;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}

.musterliste_img img{
	position:absolute;
	top:50%;
	left:50%;
}

.musterliste_img_big {
	width:360px;
	height:360px;
	background:#fff;
	border:1px solid #bfbfbf;
	overflow:hidden;
	margin-bottom:10px;
	position:absolute;
	top:0px;
	display:none;
	z-index:5;
	margin-top:-92px;
	margin-left:-92px;
}

.musterliste_img_big img{
	position:absolute;
	top:50%;
	left:50%;
}

.muster_img {
	position:relative;
}

.muster_titel {
	font-size:13px;
	line-height:19px;
	font-weight:bold;
	text-align:center;
	width:177px;
	position: relative;
}

.muster_text {
	font-size:13px;
	line-height:19px;
	font-weight:normal;
	text-align:center;
	width:177px;
	position:relative;
}