/* Darstellung für die Galerie */


/* @group Albumübersicht */
.gallery_albumlist {
	clear: left;
	padding-bottom: 10px;
}
.gallery_albumlist a img {
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.gallery_albumlist h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 0.1em;
}
.gallery_albumlist h2 a {
	text-decoration: none;
}
.gallery_albumlist h2 a:hover {
	text-decoration: underline;
}
.gallery_albumlist p {
	font-size: 12px;
	margin: 0px;
	margin-top: 0px;
	text-decoration: none;
}
/* @end */


/* @group Albumansicht */
.gallery_album {
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid black;
	text-align: center;
	padding: 5px;
	padding-bottom: 1em;
	margin: 5px;
	margin-bottom: 1em;
}
.gallery_album.admin {
	padding-bottom: 1.5em;
	margin-bottom: 1em;
}
.gallery_album a {
	border: 0;
}
.gallery_album a img {
	margin-top: 5px;
	border: 0;
}
.gallery_album a .meta_info {
	font-size: 10px;
	clear: left;
	color: gray;
	padding: 2px 5px;
}
.gallery_album a .meta_info .title {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
}
.gallery_album a .meta_info .datetime {
	float: left;
	text-align: left;
}
.gallery_album a .meta_info .size {
	text-align: right;
	float: right;
}
/* @end */


/* @group Bildansicht */
.gallery_image {
	border: 1px solid black;
	width: 450px;
	padding: 5px;
}
.gallery_image .meta_info {
	font-size: 11px;
	clear: left;
	color: #333;
	padding: 2px 5px;
}
.gallery_image .meta_info .title {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px;
	clear: left;
}
.gallery_image .meta_info .description {
	font-size: 12px;
	text-align: left;
}
.gallery_image .meta_info .datetime {
	float: left;
	text-align: left;
}
.gallery_image .meta_info .size {
	text-align: right;
	float: right;
}
.gallery_navigation {
	width: 450px;
	padding: 5px;
	font-size: 0.9em;
	float: left;
}
.gallery_navigation .prev {
	width: 39%;
	text-align: left;
	float: left;
}
.gallery_navigation .up {
	width: 22%;
	text-align: center;
	float: left;
}
.gallery_navigation .next {
	width: 39%;
	text-align: right;
	float: right;
}
/* @end */


/* @group Slideshow */
.gallery_slideshow {
	border: 1px solid black;
	width: 450px;
	padding: 5px;
}
/* @end */


/* @group Administration */
.gallery_form.hide {
	display: none;
}
.gallery_form {
	clear: left;
}
.gallery_form td {
	font-size: 12px;
}
.gallery_form .textfield {
	width: 380px;
	font-size: 12px;
	padding: 2px 0;
}
.gallery_form .textarea {
	width: 380px;
	height: 80px;
	font-size: 12px;
}
.gallery_form .button {
	font-size: 12px;
	padding: 2px 5px;
}

.admin-button {
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	color: #666666;
	padding-left: 20px;	
}
.admin-button.edit {
	background: url(/yum/images/icons/16-em-pencil.png)
					no-repeat
					left
					center;
}
.admin-button.delete {
	background: url(/yum/images/icons/16-em-cross.png)
					no-repeat
					left
					center;
}
/* @end */


