/**
 * Style sheet wam-referenzen
 */
body
{
	background-image:url("tl_files/wam-bilder-layout/referenzen-back.jpg");
	background-repeat:no-repeat;
}

h1
{
	display:none;
}

.toggler
{
	margin-top:5px;
	padding:2px 0px 5px 20px;
	background-image:url("tl_files/wam-bilder-layout/plus.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}

.toggler.active
{
	background-image:url("tl_files/wam-bilder-layout/minus.jpg");
	background-position:left center;
	background-repeat:no-repeat;
}

#referenzen a
{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

#referenzen .image_container
{
	padding:0px 10px 0px 0px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

#referenzen .item
{
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-top:0px solid #e5e4ea;
	border-right:0px solid #e5e4ea;
	border-bottom:1px solid #e5e4ea;
	border-left:0px solid #e5e4ea;
	clear:both;
}

#referenzen .item.last
{
	padding-bottom:0px;
	border-bottom:0px;
}

#referenzen .item.first
{
	padding-top:10px;
}

.name .label, .beschreibung .label, .url .label, .bild .label
{
	display:none;
}

.standort .label
{
	float:left;
	margin-right:5px;
}

.standort
{
	margin-bottom:5px;
}

.name .value
{
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
}

.bild .image
{
	float:left;
	padding:0px 10px 0px 0px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.mod_cataloglist label
{
	margin-right:10px;
	padding-right:10px;
}

