.clear {
    clear:                                                                      both;
}

.clear_right {
    clear:                                                                      right;
}

.clear_left {
    clear:                                                                      left;
}

.position_helper {
    position:                                                                   relative;
}

.left {
    float:                                                                      left;
}

.right {
    float:                                                                      right;
}

.two_col_container {
    margin:                                                                     0 0 30px 0;
}

.left_container {
    float:                                                                      left;
    width:                                                                      294px;
    padding-right:                                                              10px;
}

.right_container {
    float:                                                                      right;
    width:                                                                      294px;
    padding-left:                                                               10px;
}

.text_link_teaser {
    text-align:                                                                 justify;
}

.text_link_teaser p{
    display:                                                                    inline;
}

/* ############ STANDARD TYPO3 EDITOR CLASSES #########################################*/


.csc-textpic-right .csc-textpic-imagewrap{
    text-align:                                                                 right;
}

.csc-textpic-center .csc-textpic-imagewrap{
    width:                                                                      100% !important;
    text-align:                                                                 center;
}

.csc-textpic-intext-right img {
    float:                                                                      right;
}

.csc-textpic-intext-left img {
    float:                                                                      left;
}

.csc-textpic-intext-right-nowrap img {
    float:                                                                      right;
}
