.clear {
	clear: both;
	line-height: 0;
}

/* !counter */
.counterteaser .counter {
	top: 23px;
	left: 59px;
	height: 63px;
	width: 182px;
}
.counterteaser .counter .digit {
	display: block;
	float: left;
	width: 23px;
	height: 40px;
	margin-right: 1px;
	text-indent: -9999em;
	background: url(../img/counter-digit-40.gif) no-repeat 0px 0px transparent;
}
.counterteaser .counter .value-dot,
.counterteaser .counter .dot {
	width: 6px;
}
.counterteaser .counter .value-dot,
.counterteaser .counter .predot,
.counterteaser .counter .last,
.counterteaser .counter .dot {
	margin-right: 1px;
}
.counterteaser .counter .error,
.counterteaser .counter .value-NaN,
.counterteaser .counter .value-undefined {	background-position: 0 0 !important; }
.counterteaser .counter .value-0 {			background-position: 0 0 !important; }
.counterteaser .counter .value-1 {			background-position: -23px 0 !important; }
.counterteaser .counter .value-2 {			background-position: -46px 0 !important; }
.counterteaser .counter .value-3 {			background-position: -69px 0 !important; }
.counterteaser .counter .value-4 {			background-position: -92px 0 !important; }
.counterteaser .counter .value-5 {			background-position: -115px 0 !important; }
.counterteaser .counter .value-6 {			background-position: -138px 0 !important; }
.counterteaser .counter .value-7 {			background-position: -161px 0 !important; }
.counterteaser .counter .value-8 {			background-position: -184px 0 !important; }
.counterteaser .counter .value-9 {			background-position: -207px 0 !important; }
.counterteaser .counter .value-dot {		background-position: -230px 0 !important; }
.counterteaser .counter .dot {				background-position: -230px 0 !important; }

/* !akkordeon */
.akkordeon_block {
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 10px;
}
.akkordeon_block h2 {
	padding-top: 5px;
	border-top: 1px solid #a6a6a6;
	outline: 0;
	-moz-outline: 0;
	text-transform: none;
}
.akkordeon_block h2 a {
	display: block;
}
.akkordeon_block h2.ui-state-active a
{
	color: #00792c;
}
.akkordeon_block h2.ui-state-hover a,
.akkordeon_block h2 a:hover {
	color: #05afee;
}


.akkordeon_block h2 a span {
	background: url(../img/buttons/buttons-akkordeon.png) 0 -18px no-repeat;
	display: block;
	width: 96px;
	height: 18px;
	float: right;
	margin-left: 15px;
	padding: 0 !important;
}
.akkordeon_block h2 a:hover span {
	background-position: -96px -18px;
}
.akkordeon_block h2.ui-state-active a span {
	background-position: 0 0;
}
.akkordeon_block h2.ui-state-active a:hover span {
	background-position: -96px 0;
}
.akkordeon_block .inner {
	overflow: hidden;
}
.akkordeon_block .inner,
.akkordeon_block .inner p {
	width: 610px;
}

/* !slideshow */
.slideshow_block {
	position: relative;
	height: 244px;
	width: 610px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a6a6a6;
}
.slideshow_block .container-images,
.slideshow_block .container-arrows,
.slideshow_block .container-thumbs {
	display: block;
	width: 610px;
	height: 208px;
	overflow: hidden;
}
.slideshow_block .container-thumbs {
	height: 26px;
	margin: 10px 0 0 0;
}
.slideshow_block .inner {
	display: block;
	width: 1220px;
	white-space: nowrap;
	overflow: hidden;
}
.slideshow_block .img {
	position: relative;
	float: left;
}
.slideshow_block .img div {
	position: absolute;
	display: block;
	top: 0; right: 0;
}
.slideshow_block .container-images .inner {
	height: 208px;
}
.slideshow_block .container-images .inner .img,
.slideshow_block .container-images .inner .img div {
	height: 208px;
	width: 610px;
}
.slideshow_block .container-images .inner .linked {
	cursor: pointer;
}

.slideshow_block .container-thumbs .inner {
	height: 26px;
}
.slideshow_block .container-thumbs .inner .img {
	height: 26px;
	width: 130px;
	opacity: .33;
	-moz-opacity: .33;
	filter: Alpha(opacity=33);
	cursor: pointer;

	color: #f00;
	font-size: 29px;
	text-align: center;
}
.slideshow_block .container-thumbs .inner .img div {
	height: 26px;
	width: 92px;
	right: 38px;
}
.slideshow_block .container-thumbs .inner .active {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.slideshow_block .arrow {
	position: absolute;
	top: 99px;
	display: block;
	height: 27px;
	width: 31px;
	text-indent: -9999em;
	background-image: url(../img/slideshow-arrows.png) !important;
	background-image: url(../img/slideshow-arrows.gif);
	background-repeat: no-repeat;
}
.slideshow_block .arrow-left {
	left: 0;
	background-position: -31px 0;
}
.slideshow_block .arrow-right {
	right: 0;
	background-position: 0 0;
}

/* !feedbox */
div.feedbox {
	position: relative;
	padding-bottom: 40px;
	overflow-y: visible;
	margin-bottom: 10px;
}
div.feedbox .feedbox-container {
	display: block;
	width: 300px;
	height: 450px;
	overflow: hidden;
}
div.feedbox .feedbox-container .last {
	margin-bottom: 0;
}
div.feedbox .feedbox-controls {
	position: absolute;
	left: 0; right: 0;
	bottom: 0;
	width: 300px;
	height: 40px;
	background: url(../img/background/feedbox_bg.gif) left bottom no-repeat;
}
div.feedbox .feedbox-controls a {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 32px;
	height: 27px;
	text-indent: -9999em;
	background: url(../img/buttons/slider-arrows.png) 0px 0px no-repeat;
}
div.feedbox .feedbox-controls .up a {
	right: 46px;
	background-position: 0px 0px;
}
div.feedbox .feedbox-controls .down a {
	right: 10px;
	background-position: -32px 0px;
}
div.feedbox .feedbox-controls .up a:hover,
div.feedbox .feedbox-controls .up a.active {
	background-position: 0px -27px;
}
div.feedbox .feedbox-controls .down a:hover,
div.feedbox .feedbox-controls .down a.active {
	background-position: -32px -27px;
}