﻿/*
Galerie
*/

.CssGalleryContainer
{
}

.CssGalleryItem
{
    vertical-align: top;
    width:100px;
}

.CssGalleryItem img
{
    margin-right: 15px;
    margin-bottom: 10px;
}

.CssGalleryCaptionContainer
{
    margin-top: -15px
}



.CssGalleryHeadline{

    font-size: 13px;
    font-family: 'Arial Black' , Arial, Helvetica, Sans-Serif;
    color: #696969;
    padding-bottom: 5px !important;
    text-align: left !important;
}


.CssGalleryTeaser
{
    font-size: 11px;
	font-weight:bolder;
	text-align: justify;
}

.CssGalleryTeaser p
{
 padding-bottom:5px;  
}

.CssGalleryArticle{


}