.pictures {
  text-align: center;
}

.pictures img {
  border: none;
}

.pictures a:link, .pictures a:visited, .pictures a:hover {
  color: #000000;
  text-decoration: none;
}

.picturelink {
  margin: 1em;
  float: left;
}

.picturelink img {
  border: none;
}

.clear {
  clear: left;
}

.picturelink a {
  text-align: center;
}

h4.cat-caption {
}

a span.cat-caption {
  line-height: 15px;
  text-align: center;
}

/* Dieser Eintrag entfernt den gepunkteten Rahmen um Links beim anklicken. */
a:focus {
  outline: none;
}

ul.fg_pages_nav {
  display: block;
  list-style-type: none;
  margin: 0 0 45px 0 !important; padding: 0;
}

ul.fg_pages_nav li {
  display: block;
  float: left;
  padding: 0px;
  padding-right: 9px;
  margin: 0px;
}

ul.fg_pages_nav li a.current {
  font-weight: bold;
}

body {
  height: 100%;
}

#fullSize {
  display: none;
}

.backlink {
  text-align: right;
  float: right;
  margin-top: 10px;
  margin-right: 36px;
}

.backlink a, .backlink a:link, .backlink a:active, .backlink a:visited {
  color: #3a72ff;
  font-size: 12px;
  text-decoration: none;
  text-align: right;
  border-style: none;
}

.backlink a:hover {
  text-decoration: underline;
}

#gallery-wrapper {
  padding: 0 0 27px 0px;
  text-align: center;
  clear: both;
}

.gallery {
}

div.thumbwrapper {
  float: left;
  margin: 0 5px 9px 0px;
  text-align: center;
  background-color: #F4F1EC;

    border               : 1px solid #DFDAD1;
    padding              : 0px;
    /* Mozilla */
    -moz-border-radius   : 0px;
    /* Safari / Chrome */
    -webkit-border-radius: 0px;
    /* Konquerer */
    -khtml-border-radius : 0px;
    /* CSS3 */
    border-radius        : 0px;
    height               : 92px;
    width                : 92px;
	line-height  	 	 : 88px;
    position             : relative;
}

div.thumbwrapper:hover { border-color: #5C5C5C; }

.thumbwrapper.rightmargin { margin-left: 18px; }

div.thumbwrapper a,
div.thumbwrapper a:link,
div.thumbwrapper a:active,
div.thumbwrapper a:visited
{
  font-size: 12px;
  text-decoration: none;
}

div.thumbwrapper img {
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  padding: 0 !important;
  margin: 0 !important;
}

div.thumbnail {
    height               : 92px;
    width                : 92px;
    text-align           : center;
    vertical-align       : middle;
    margin               : auto;
    overflow             : visible;
}

div.thumbnail span.cat-caption,
div.thumbnail span.thumb-caption
{
    position             : absolute;
    bottom               : 0;
    left                 : 0;
    line-height          : 15px;
	font-size: 9px;
    width                : 100%;
    text-align           : center;
	color: #ffffff !important;
}

div.fgpagenav {
    margin-top           : 15px;
    text-align           : left;
}

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:5px;
    border:1px solid #fff;
    display: inline;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#fff;
    background-color:#222;
    padding:2px 7px;
}
