.container {
    width: 100%;
    font-family: Verdana;
    font-size: 16px;
}

.vorschau {
    width: 100%;
    margin-bottom: 5px;
}

span {
    color: #FFFFFF;
}

hr {
    margin: 0px;
    padding: 0px;
    height: 15px;
    border: 0px;
	border-top: 2px solid #61B543;
	box-shadow: 0 15px 15px -15px #61B543 inset;
    margin-bottom: 10px;
}

h1 {
    font-family: Verdana;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 100;
}

.fuss-box {
    font-family: Verdana;
    width: 230px;
    float: left;
    font-size: 10px;
    margin-left: 15px;
}

.artikelnummer {
	width: 100%;
	height: 10px;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #808080;
	margin-top: 0px;
}

.vorschau-bild {
    text-align: center;
    width: 160px;
    height: 180px;
    float: left;
    margin-right: 20px;
}
.vorschau-bild img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.kopf {
	text-align: right;
	width: 100%;
	margin-bottom: 5px;
}
.fuss {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.clearen {
    clear: both;
}