/*** Standard Formatierungen ***/ 
.block-text {
	padding: 1%;	
}
.block-text-2 {
	width: 48%;
}
.block-text-3 {
	width: 31.33%;
}
.block-text-2,
.block-text-3 {
	float: left;
}
.block-text-head {
	font-weight: bold;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
figure {
	margin: 1% 0;
}
.img-top-center,
.img-bottom-center {
	background-position: center !important;
}
.img-top-right,
.img-bottom-right {
	background-position: right !important;
}
.img-text-top-left {
	margin-right: 1%;
	float: left;
}
.img-text-top-right {
	margin-left: 1%;
	float: right;
}
.img-block-left,
.img-block-right,
.text-block-left,
.text-block-right {
	display: table-cell;
	vertical-align: top;
}
.text-block-left {
	padding-right: 1%;
}
.text-block-right {
	padding-left: 1%;
}
figure > a {
	display: block;
	height: 100%;
}