.erstebox {
	box-shadow: 0 0 1px rgb(0,0,0,.1),0 4px 8px rgba(0,0,0,.1);
	border-radius: 12px;
	margin: 10px 10px 20px 10px;
	padding-bottom: 0;
	width: 363.333px;
	height: auto;
	position: relative;
	float: left;
}

.zweitebox {
	box-shadow: 0 0 1px rgb(0,0,0,.1),0 4px 8px rgba(0,0,0,.1);
	border-radius: 12px;
	margin: 10px 10px 20px 10px;
	padding-bottom: 0;
	width: 363.333px;
	height: auto;
	position: relative;
    	float: left;
	
}

.drittebox {
	box-shadow: 0 0 1px rgb(0,0,0,.1),0 4px 8px rgba(0,0,0,.1);
	border-radius: 12px;
	margin: 10px 10px 20px 10px;
	padding-bottom: 0;
	width: 363.333px;
	height: auto;
	position: relative;
    	float: left;
	
}
	
.bildbox {
	position: relative;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.gesamtbox {
	position: absolute;
	top: 0;
	border-radius: 12px 12px 0 0;
	width: 100%
	height: 100%;
	background: none;
}

.titlebox {
	position: relative;
	background: none
	width: 100%;
	height: auto;
	font-family: _opensans,opensans,Helvetica neue,helvetica,arial,sans-serif;
	display: block;
	text-transform: none;
	text-align: center;
	padding: 5px 20px;
}

.clears {
    clear: both;
}


