/*Künstlerpage*/

.designerSingleNameHeadline{
	margin-bottom: 8px;
	margin-top: -3px;
	display: inline-block;
	
	color: #666666;
	font-size: 25px;
	font-family: 
}

.designerWheelLink{
	margin-right: 5px;
	
	color: black;
	
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	font-family: Brassfield;
}

.künstlerImageBox{
	display: inline-block;
	width: 100%;
	margin-left: 1px;
}

.bigImg{
	display: inline-block;
	height: 75%;
	vertical-align: top;
	border: 3px solid;
	border-color: gray;
}

.bigImg img{
	display: inline-block;
	height: 100%;
}

.row{
	display: inline-block;
	height: 33.333%;
}

#smallImgs{
	display: inline-block;
	height: 75%;
	z-index: -1;
}

#smallImgs img{
	display: inline-block;
	height: 100%;
	border: 3px solid;
	border-color: gray;
	z-index: -1;
}
#smallImgs img:first-child{
	border-right: 0px;
	border-left: 0px;
}