
/* Themenbrowser */

div.tx-igthemenbrowser-pi1 {
	position: relative;
	display: block;
	width: 640px;
	height: 153px;
	background: url(../../images/grey_kachel.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#themencontainer {
	position: absolute;
	display: block;
	height: 128px;
	width: 8000px;
}

.themenitem {
	position: relative;
	float: left;
	width: 152px;
	height: 115px;
	margin: 8px 4px 0px 4px;
}

.themenitem .bild {
	z-index: 80;
	position: absolute;
	top: 0px;
}

.themenitem .themencaption {
	z-index: 90;
	position: absolute;
	background: #ffffff;
	width: 148px;
	height: 22px;
	font-size: 0.8em;
	line-height: 22px;
	vertical-align: center;
	text-align: center;
	top: 90px;
	left: 2px;
}

.themenitem .link a {
	position: absolute;
	z-index: 100;
	display: block;
	width: 148px;
	height: 115px;
	top: 0px;
}

#navleft a{
	position: absolute;
	z-index: 110;
	top: 124px;
	left: 10px;
	display:block;
	width: 26px;
	height: 26px;
	background: url(../../images/pfeil_links.png);
}

#navright a{
	position: absolute;
	z-index: 120;
	top: 124px;
	left: 605px;
	display:block;
	width: 26px;
	height: 26px;
	background: url(../../images/pfeil_rechts.png);
}

