img.img-big {
	float:left;
	position:absolute;
	left: 0px;
	top:0px;
	border: 0px solid #fff;
}
div.imgbox {
	height: 230px;
	width: 480px;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	top:-4px;
	overflow: hidden;
}
div.thumbnails {
	position: absolute;
	left: 444px;
	width: 50px;
	text-align: center;
}
* html div.thumbnails {
	left: 437px;
}
div.thumbnails img {
	border: 0px solid #333;
	display: block;
	height: 34px;
	width: 37px;
	margin-bottom: 14px;
}
div.projektbeschreibung {
	position: absolute;
	left: 270px;
	top: 0px;
	height: 210px;
	width: 130px;
	background: #000;
	opacity: 0.85;
	z-index: 99;
	padding: 10px;
	text-align: left;
	overflow: hidden;
	border-left: 1px solid #eee;
	font-size: 0.75em;
	color: #FFF;
	border-left: 10px #75AC00 solid;
}

div.projektbeschreibung p {
	text-align: left !important;
}

div.projektbeschreibung h2 {
	font-weight: bold;
	color: #FFF;
}