/* ######################################################################################################
** ### GALLERY  #########################################################################################
** ######################################################################################################
*/

/* LAYOUT OVERRIDES */

body.gallerywide #wrapper {
	width: 770px;
	padding: 108px 15px 25px 15px;
	position: relative;
}

body.gallerysmall #wrapper {
	width: 610px;a
	padding: 108px 10px 25px 180px;
	position: relative;
}

body.gallerywide #content {
	width: 770px;
	padding-bottom: 0;
}

body.gallerysmall #content {
	width: 610px;
	padding-bottom: 0;
}

p.more {
	float: right;
}

p.more a:link,
p.more a:visited {
	color: #777 !important;
	background: url(/img/more_yellow.png) 2px 0.5em no-repeat !important;
}

p.more a:hover,
p.more a:active,
p.more a:focus {
	color: Black !important;
	background: url(/img/more_yellow_hover.gif) 2px 0.5em no-repeat !important;
}

body.gallerywide #article,
body.gallerysmall #article {
	padding-right: 0;
}

#wrapper h1 {
	font-size: 1.45em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	padding-left: 0;
	font-style: normal;
	clear: both;
}

#footer {
	position: static;
	padding: 15px 10px 0 180px;
	width: 610px;
}

/* BILDINDEX */

div.gallery-thumb {
	width: 120px;
	height: 90px;
	border: 1px solid #BDBDBD;
	float: left;
	margin: 5px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

div.gallery-thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

div.gallery-thumb a {
	display: block;
	width: 120px;
	height: 90px;
	text-align: center;
}

/* DIASHOW */

#article ul.gallery-vorzurueck {
	text-align: center;
	font-size: 0.8em;
	list-style: none;
	color: #555;
	text-transform: uppercase;
	clear: both;
	padding-top: 2px;
}

#article ul.gallery-vorzurueck li {
	display: inline;
	padding: 0;
	margin: 0 1.5em;
	white-space: nowrap;
}

#article ul.gallery-vorzurueck li a:link, 
#article ul.gallery-vorzurueck li a:visited {
	text-decoration: none;
	border: none;
	color: Black;
	background-color: transparent;
}

#article ul.gallery-vorzurueck li a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#article ul.gallery-vorzurueck li.firstImage,
#article ul.gallery-vorzurueck li.firstImageDis {
	padding-left: 17px !important;
	background: url(/img/first.png) left no-repeat !important;
}

#article ul.gallery-vorzurueck li.imageIndex {
	background: none !important;
}


#article ul.gallery-vorzurueck li.prevImage,
#article ul.gallery-vorzurueck li.prevImageDis {
	padding-left: 13px !important;
	background: url(/img/prev.png) left no-repeat !important;
}

#article ul.gallery-vorzurueck li.nextImage,
#article ul.gallery-vorzurueck li.nextImageDis {
	padding-right: 13px !important;
	background: url(/img/next.png) right no-repeat !important;
}

#article ul.gallery-vorzurueck li.lastImage,
#article ul.gallery-vorzurueck li.lastImageDis {
	padding-right: 17px !important;
	background: url(/img/last.png) right no-repeat !important;
}

#article ul.gallery-vorzurueck li.firstImage:hover {
	background-image: url(/img/first-hover.png) !important;
}

#article ul.gallery-vorzurueck li.prevImage:hover {
	background-image: url(/img/prev-hover.png) !important;
}

#article ul.gallery-vorzurueck li.nextImage:hover {
	background-image: url(/img/next-hover.png) !important;
}

#article ul.gallery-vorzurueck li.lastImage:hover {
	background-image: url(/img/last-hover.png) !important;
}

div.gallery-dia {
	border: 1px solid #BDBDBD;
	padding: 0 10px;
	float: left;
	overflow: visible;
	margin: 0 0 5px 0;
}

body.gallerywide div.gallery-dia {
	float: none;
}

div.gallery-dia p {
	text-align: center;
	font-size: 0;
	line-height: 0;
}

div.gallery-dia p img {
}

#article div.gallery-dia a:link,
#article div.gallery-dia a:visited,
#article div.gallery-dia a:hover {
	border: none;
	background-color: transparent;
}

p.currentImage {
	float: right;
	font-size: 0.7em;
	margin: 0 10px 10px 10px;
}

div.gallery-textbelow {
	clear: both;
	padding: 1.5em 0 0 0;
}

div.gallery-description {
	clear: left;
}

div.gallery-textabove {
	clear: both;
	padding: 0 0 1em 0;
}

p.gallery-showdias {
	clear: both;
	text-align: right;
	padding: 5px 47px 5px 0;
	background: url(/img/pfeil_next.png) no-repeat 100% 5px;
}

p.gallery-showdias a:link, 
p.gallery-showdias a:visited {
	color: Black;
	font-size: 0.8em;
}

p.gallery-showdias a:hover {
	background-color: transparent !important;
}
