#galerie{
	margin-top: 60px;
	position: relative;
	 height: 360px;
}

.album {
    background-color: #333333;
    border: 4px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    margin: 0 35px 35px 0;
    width: 202px;
}
.album:nth-child(2n){
	margin: 0 0px 35px 0;
}
.album > span {
    display: inline-block;
    padding: 10px;
}
.album:hover{
	color:white;
	background-color: #7f7f7f
}

.galerie_bild{
    background-color: #E7E7E7;
    display: table;
    float: left;
    height: 143px;
    vertical-align: middle;
    width: 143px;
    margin: 0 15px 15px 0;
}
.galerie_bild:nth-child(3n){
    margin: 0 0px 15px 0;
}
.inner{
	   display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.backlink{
	display: block;
    height: 30px;
    text-align: right;
}



.html5gallery-title-0 {
    display: block !important;
    position: relative !important;
    top: 260px !important;
    opacity: 1 !important
}

.html5gallery-title-text-0 {
    background: none !important;
    color: #000000 !important;
    font-family: Arial,sans-serif !important;
 display: block !important;
 
}

th {
    vertical-align: sub;
}


#article_spende h2 {
    background-color: #E0E0E0;
    padding: 10px;
    margin: 20px 0 1px;
    background-image: url("/assets/pix/pfeil_box_open.png");
    background-position: 425px center;
    background-repeat: no-repeat;
    cursor: pointer
}

#article_spende h2.open_the_box{
	background-image: url("/assets/pix/pfeil_box_close.png");
} 

.hiddenbox{
	display: none;
	padding: 10px;
	 background-color: #E0E0E0;
}

