/* Bestaetigungsbox */
.box_width_80 {
	width:80px;
}

.box_width_560 {
	width:300px;
}

.border_left {
}

.border_right {
}

.box {
	float:left;
	display: table;
	height: 100px;
	#position: relative;
	overflow: hidden;
	text-align:center;
}

.box_body {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.box_content {
	#position: relative;
	#top: -50%;
	font-weight:bold;
	font-size:1.4em;
	padding-right:10px;
}

.box_content img{
	#position: relative;
	#top: -50%;
	padding:20px;
}

/* BOX */