.textblockMain, .textblockMainBox {
    padding: 10px 10px 0px 10px;
	clear: both;
}

.textblockParagraph, .textblockParagraphBox {
    padding: 0px 0px 10px 0px;
}

.textblockClearFloat {
    clear: both;
}

.textblockImageLeft, .textblockImageLeftBox {
    margin: 0px 10px 0px 0px;
    float: left;
	display: block;
}

.textblockImageRight, .textblockImageRightBox {
    margin: 0px 0px 0px 10px;
    float: right;
	display: block;
}

.textblockImageTop, .textblockImageTopBox {
    display: block;
}

.textblockImageTop img, .textblockImageLeft img, .textblockImageRight img,
.textblockImageTopBox img, .textblockImageLeftBox img, .textblockImageRightBox img {
    margin: 0px;
}

.textblockContentSide, .textblockContentSideBox {
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}

.textblockTextSpace {
	margin: 0px;
	padding: 0px;
}

.textblockImageDescription, .textblockImageDescriptionBox {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.textblockTeaser, .textblockTeaserBox {
    font-weight: bold;
}

.textblockMainTitleBox {
	font-size: 18px;
	line-height: 22px;
    color: #000;
    background-color: #eee; 
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
    font-weight: bold;    
}

.textblockMain cite, .textblockMainBox cite { 
    quotes: '„' '“' '‚' '‘'; 
	font-style: normal;
}

.textblockMain cite:before, .textblockMainBox cite:before { 
    content: open-quote; 
}

.textblockMain cite:after, .textblockMainBox cite:after { 
    content: close-quote; 
}

.textblock_QuoteboxLeft {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	float: left;
}

.textblock_QuoteboxRight {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	float: right;
}

/* Download-Icon */
.textblockDownload .icon, .textblockDownloadBox .icon {
	display: none;
}