/**
 * die börse Galerie 
 * @author  Matthias Wehrlein
 */   

/** Color codes
 *
 *	color name:	#hexcode
 *
 */

/*** Layout START ***/
.gallery-albums {
    margin:5px 0 0 0;
    }
.gallery-album {
    width:340px; height:120px;
    margin:0 5px 5px 0;
    float:left;
    /*background:url(images/gallery-album.png) no-repeat;*/
    background-color:#97BE0D;
    }
.gallery-album-thumb {
    margin:10px 10px 0 10px;
    float:left;
    }
.gallery-thumb {
    width:110px; height:110px;
    margin:0 5px 5px 0;
    float:left;
    /*background:url(images/gallery-thumb.png) no-repeat;*/
    background-color:#97BE0D;
    }
.gallery-thumb a {
    margin:5px 0 0 5px;
    display:block;
    background-color:transparent !important;
    border:none !important;
    }
.gallery-items {
    width:735px;
    margin:5px 0 0 0;
    /*background:url(images/gallery-items.png) no-repeat;*/
    }
.gallery-photo-wrap {
    width:685px;
    text-align:center;
    }
.gallery-photo {
    border:1px solid #97BE0D;
    padding:3px;
    }
#gallery h2.gallery-photo-h2 {
    width:685px;
    text-align:center;
    margin:0 0 5px 0;
    }
a img {
    font-size:0;
    line-height:0;
    vertical-align:text-bottom;
    }

.block-core-BreadCrumb {
    margin:0 0 0 10px;
    }
#gallery .breadcrumb {
    width:685px; height:25px;
    margin:0 0 5px 0;
    font-size:12px;
    /*background:url(images/gallery-breadcrumb.png) no-repeat;*/
    /*background-color:#97BE0D;*/
    }
#gallery .breadcrumb span {line-height:25px;}

#gallery .block-core-Navigator {
    width:685px; height:25px;
    line-height:25px;
    text-align:center;
    /*background:url(images/gallery-breadcrumb.png) no-repeat;*/
    /*background-color:#97BE0D;*/
    }
#gallery .block-core-Navigator div {
    display:inline;
    line-height:25px;
    }

.clear {clear:both;}
/*** Layout END ***/

/***  Specific Formatting START ***/

/*** Specific Formatting END ***/

/***  Gerneral Formatting START ***/
body {
    }
#gallery a {color:#E2001A; text-decoration:none;}
#gallery .gbSystemLinks a{color:#000;}
#gallery a:link {}
#gallery a:visited {}
#gallery a:hover {color:#FFF; background:#E2001A;}
#gallery a img {}

#gallery h1, #gallery h2, #gallery h3, #gallery h4, #gallery h5, #gallery h6 {
    font-family:arial;
    font-weight:bold;
    }
#gallery h1 {
    font-size:18px;
    font-weight:bold;
    }
#gallery h2 {
    margin:10px 0 0 0;
    font-size:14px;
    font-weight:bold;
    border:none;
    }
#gallery h2 a {
    color:#E2001A;
}
#gallery h2 a:hover {
    color:#FFF;
}

#gallery p {
    }
/*** General Formatting END ***/

