#ID_Slideshow {
	overflow: hidden;
	width: 700px;
}

/* Listing */
#ID_Slideshow ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ID_Slideshow ul li {
	margin: 0 0 20px 0;
	padding: 0;
}

/* Rubriken */
#ID_Slideshow .SelectByRubric ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ID_Slideshow .SelectByRubric ul li {
	display: inline;
	margin: 0 10px 0 0;
}
#ID_Slideshow .SelectByRubric ul li a {
	background: url(../images/link2.png) 0 4px no-repeat;
	padding: 0 0 0 10px;
}
#ID_Slideshow .SelectByRubric ul li a:link,
#ID_Slideshow .SelectByRubric ul li a:visited {
	color: #333;
}
#ID_Slideshow .SelectByRubric ul li a:focus,
#ID_Slideshow .SelectByRubric ul li a:hover,
#ID_Slideshow .SelectByRubric ul li a:active {
	color: #F82523;
	background: url(../images/link2.png) 0 -288px no-repeat #EEE;
}
#ID_Slideshow .SelectByRubric ul li a strong {
	text-transform: uppercase;
	color: #F82523;
	text-decoration: none;
}

#ID_Slideshow .SelectByYear {
	margin: 0 0 20px 0;
}
#ID_Slideshow .SelectByYear ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ID_Slideshow .SelectByYear ul li {
	display: inline;
	margin: 0 10px 0 0;
}
#ID_Slideshow .SelectByYear ul li a {
	background: url(../images/link2.png) 0 4px no-repeat;
	padding: 0 0 0 10px;
}
#ID_Slideshow .SelectByYear ul li a:link,
#ID_Slideshow .SelectByYear ul li a:visited {
	color: #333;
}
#ID_Slideshow .SelectByYear ul li a:focus,
#ID_Slideshow .SelectByYear ul li a:hover,
#ID_Slideshow .SelectByYear ul li a:active {
	color: #F82523;
	background: url(../images/link2.png) 0 -288px no-repeat #EEE;
}
#ID_Slideshow .SelectByYear ul li a strong {
	text-transform: uppercase;
	color: #F82523;
	text-decoration: none;
}

/* Einzel-Ansicht */
#ID_Slideshow #ID_Show {
	border: 1px solid #CCC;
	padding: 10px 0;
}
#ID_Slideshow #ID_Listing dl dt {
	font-weight: bold;
}
#ID_Slideshow #ID_Listing dl dd {
	margin: 0 0 20px 0;
	padding: 0;
}
#ID_Slideshow .Head,
#ID_Slideshow .SlideshowPaging,
#ID_Slideshow .SlideshowView{
	text-align: center;
}
#ID_Slideshow .Head ul li {
	display: inline;
}
#ID_Slideshow .Head ul li .Prev,
#ID_Slideshow .Prev {
	display: inline;
	margin-right: 30px;
}
#ID_Slideshow .Prev:before {
	content: '« ';
}
#ID_Slideshow .Head ul li .Info,
#ID_Slideshow .Info {
	display: inline;
}
#ID_Slideshow .Head ul li .Next,
#ID_Slideshow .Next {
	display: inline;
	margin-left: 30px;
}
#ID_Slideshow .Next:after {
	content: ' »';
}

#ID_Slideshow .Image {
	clear: left;
	text-align: center;
	padding: 10px 0 20px 0;
}
#ID_Slideshow .Foot {
	font-style: italic;
	margin: 0 10px;
}
#ID_Slideshow .Foot .Title {
	font-weight: bold;
}
#ID_Slideshow .Foot address {
	margin: 15px 0 0 0;
	color: #999;
}
#ID_Slideshow .Image {
	clear: none;
	cursor: pointer;
}
#ID_Slideshow .Image img {
	max-width: 700px;
}
#ID_Slideshow .Foot {
	text-align: left;
}
#ID_Slideshow .Slider .slick-dots {
	display: block;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: -35px;
	width: 100%;
}
#ID_Slideshow .Slider .slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0px 4px;
	padding: 0px;
	position: relative;
	width: 10px;
}
#ID_Slideshow .Slider .slick-dots li button {
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0;
	height: 10px;
	padding: 0;
	width: 10px;
}
#ID_Slideshow .Slider .slick-dots li.slick-active button {
	background-color: #666;
	border: 1px solid #666;
}