@charset "utf-8";
/* CSS Document */
/*********************************************************************

		http://www.capsicum-design.de - Freies Template: greenleaf
		   released under Creative Commons License: by-nc-sa
					
**********************************************************************/
.embeddedgallery {
	display: block;
	text-align:center;
	font-size: 0.75em;
	overflow: hidden;
}

.embeddedgallery a{
	font-size: 1.35em;
}

.embeddedgallery h1{
	color: #ff7901;
	text-align:left;
	text-decoration:underline;
	font-size: 1.25em;
	
}

.embeddedgallery img{
	height: 250px;
	width: auto;
}

.gallerytable img {
	height: auto;
	width: auto;
}

ul.gallerymenu {
	padding: 0;
	text-align:center;
}

ul.gallerymenu li:first-child a{
	padding-left: 23px;
	background:url(../grafiken/gallery/first.png) left center no-repeat;
}

ul.gallerymenu li:nth-child(2) a{
	padding-left: 14px;
	background:url(../grafiken/gallery/prev.png) left center no-repeat;
}

ul.gallerymenu li:nth-child(3) a{
	padding-right: 14px;
	background:url(../grafiken/gallery/next.png) right center no-repeat;
}


ul.gallerymenu li:last-child a{
	padding-right: 23px;
	background:url(../grafiken/gallery/last.png) right center no-repeat;
}

li.gallerymenu {
	list-style: none;
	display: inline;
	margin-left: 10px;
}

a.gallerymenu {
	color: #000;
	text-decoration:none;
}

a.gallerymenuactive, a.gallerymenu:hover {
	color: #ff7901;
	text-decoration: underline;
}

div.gallerynumbermenu {
	width: 600px;
}

ul.gallerynumbermenu {
	padding: 0;
}

li.gallerynumbermenu  {
	list-style: none;
	display: inline;
	margin-left: 10px;
}

a.gallerynumbermenu {
	color: #000;
	text-decoration:none;
}

a.gallerynumbermenuactive, a.gallerynumbermenu:hover {
	color: #ff7901;
	text-decoration: underline;
}