.teaser img.shadow {
	padding-bottom: 9px;
	background: #fff url('../gfx/bastiansick/background-image.png') bottom left no-repeat;
}

/* Manuelle Liste Seitenleiste */
.template-right ul {
	padding: 7px 0px 2px 0;
	margin-left: -12px;
}

.template-right ul ul {
	padding: 0px 0px 4px 0;
}

.template-right ul li {
	list-style: none;
	padding: 0;
}

.template-right ul ul {
	padding: 0;
}

.template-right ul li a,
.template-right ul li a:link,
.template-right ul li a:visited {
	display: block;
	padding: 4px 12px;
	color: #000;
	text-decoration: none;
	float: left;
	width: 224px;
}

.template-right ul li a:hover,
.template-right ul li a:focus,
.template-right ul li a:active,
.template-right ul li a.active {
	color: #fff;
	background: #c20000 url('../gfx/bastiansick/background-li.png') bottom left repeat-x;
}

/* Generierte Listen */

.template-right ul.general-teaser {
	padding: 2px 0px 2px 0;
	margin-left: 0;
}

.template-right ul.general-teaser ul {
	margin-left: 0;
}

ul.general-teaser {
	padding: 0px 0px 4px 0;
}

.general-teaser li {
	list-style: none;
	padding: 0;
}

.general-teaser ul {
	padding: 0;
}

.general-teaser li a,
.general-teaser li a:link,
.general-teaser li a:visited {
	display: block;
	padding: 4px 12px;
	color: #000;
	text-decoration: none;
	float: left;
	width: 224px;
}

.general-teaser li a:hover,
.general-teaser li a:focus,
.general-teaser li a:active,
.general-teaser li a.active {
	color: #fff;
	background: #c20000 url('../gfx/bastiansick/background-li.png') bottom left repeat-x;
}

.general-teaser li li a,
.general-teaser li li a:link,
.general-teaser li li a:visited {
	padding: 4px 12px 4px 24px;
	width: 212px;
}


#gallery-image {
	padding: 0;
	text-align: center;
}

#gallery-image-shadow {
	height: 9px;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
	background: #fff url('../gfx/bastiansick/background-image.png') bottom left no-repeat;
}

.teaser {
	padding: 0 0 10px 0;
}

.termine p {
	padding: 0;
}

p.gallery-links {
	color: #c50000;
	text-align: center;
	padding-bottom: 30px;
}

p.gallery-links a.prevlink {
	float: left;
	display: block;
}

p.gallery-links a.nextlink {
	float: right;
	display: block;
	padding-top: 1px;
}


#prev-slider {
	width: 500px;
	position: relative;
	height: 48px;
	padding: 0 0 10px 0;
}

#gallery-image {
	width: 500px;
	display: block;
	overflow: hidden;
	position: relative;
}

#gallery-image img {
/* 	float: left; */
	position: relative;
	z-index: 3;
	display: block;
}

#gallery-image a.nextImageLink {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: block;
	width: 40px;
	background: #333 url('../gfx/bastiansick/arrow-right.png') center center no-repeat;
	opacity: 0;
	z-index: 10;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#gallery-image a.prevImageLink {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	width: 40px;
	background: #333 url('../gfx/bastiansick/arrow-left.png') center center no-repeat;
	opacity: 0;
	z-index: 10;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#gallery-image a.nextImageLink:hover,
#gallery-image a.prevImageLink:hover {
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/* Invisible left hotspot */
div.scrollingHotSpotLeft {
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	width: 24px;
	height: 48px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	position: relative;
	float: left;
	z-index: 200;
	left: 0;
	cursor: pointer;
	background: #fff;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight {
	width: 25px;
	height: 48px;
	position: relative;
	float: right;
	z-index: 200;
	right: 0;
	cursor: pointer;
	background: #fff;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

div.scrollableArea img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 1px 0 1px;
}

