@charset "UTF-8";
/* CSS Document */

.item {
	position:relative;
	margin-bottom:20px;
}

.itemHeader {
	min-height:20px;
	text-transform:uppercase;
	padding-left:6px;
	padding-bottom:4px;
}

.itemContent {
	position:relative;
	height:55px;
}

.itemCollumOne {
	margin-bottom:5px;
	padding-left:6px;
	font-size:12px;
	line-height:17px;
}

.itemContent .itemCollumOne {
	left:90px;
	bottom:-12px;
	width:400px;
	padding-left:10px;
	font-size:12px;
	position:absolute;
	margin-bottom:0px;
}

.itemCollumTwo {
	float:left;
	width:347px;
	font-size:12px;
}

.itemImg {
	background-image:url(../images/image-bg.png);
	width:87px;
	height:65px;
	padding-left:6px;
	padding-top:6px;
	float:left;
	
}

.clearer {
	clear:both;
	float:none;
	background-color:green;
}

.hider {
	display:none;
	overflow:hidden;
}

.theButton {
	padding-left:6px;
	padding-bottom:20px;
	cursor:pointer;
	text-decoration:underline;
	background-image:url(../images/pfeil.png);
	background-repeat:no-repeat;
	background-position:10px 4px;
}

.theButtonActive {
	background-image:url(../images/pfeil2.png);
}