.spacerAfter1 {
    margin-bottom: 15px !important;
}

.spacerAfter2 {
    margin-bottom: 30px !important;
}

.spacerBefore1 {
    margin-top: 15px !important;
}

.spacerBefore2 {
    margin-top: 30px !important;
}

.clearer{clear: both; overflow: hidden; display: block; margin: 0; padding: 0; border: none; height: 1px; line-height: 0;}

.line {
    border-top: 1px dotted #535353;
    margin-bottom:6px;
    margin-top:6px;
}

/** bilder Text **/
img.top {
    display: block;
    margin-bottom: 10px;
}

img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.textAndImage{
}
.textAndImage .text{
}

.textAndImage img{
    display: block;
    padding: 0;
}
.textAndImage ul, .textAndImage ol{
    padding: 10px 0;
    margin-left:25px;

}

.textAndImage ul li, .textAndImage ol li{
    padding: 0;
}
.textAndImage a{
    color: inherit;
    background-image:url(../images/arrow_minor.gif);
    background-position:0 7px !important;
    background-repeat:no-repeat;
    padding-left:7px;
    text-decoration: none;
    color: #000;
}
.textAndImage a:hover{
    text-decoration: underline;
}

/*gallery*/

.gallery {
	width: 530px;
}

.gallery a{
    float: left;
    padding: 0;
    margin: 0 5px 5px 0;
    background-image:none !important;
    border: none;
    padding:0 !important;
    display: inline;
    width: 90px;
    height: 90px;
}
.galleryAdminHint{
    margin-bottom: 20px;
}
.galleryAdminHint a{
    float: none !important;
    width: auto;
    height: auto;
    display: inline;
}
