/***** Abstands-Box - Schatten Ausgleich für die linke Spalte *****/

div.abstands-box {
    padding: 0px 12px 0px 0px;
}


/***** Messe-Termine *****/

div.messetermine {
    padding: 10px 15px;
    background-color: #EAE9E5;
    color: #333;
}

div.messetermine div.beschreibung {
    float: left;
    width: 65%;
}
div.messetermine div.bild {
    text-align: right;
    float: right;
    width: 33%;
}
div.messetermine div.bild img {
    margin: 0px;
    padding: 0px;
}
div.messetermine div.bild div.csc-textpic {
    margin: 0px;
    padding: 0px;
}

div.mt-trenner {
    background: transparent url(../img/punktlinie.gif) repeat-x bottom right;
    line-height: 2px;
    font-size: 2px;
    height: 2px;
    padding: 8px 0 0 0;
    margin: 0 0 9px 0;
    clear: both;
}


div.wrap-tainer {

}

div.con-tainer {

}

div.wct-trenner {
    background: transparent url(../img/punktlinie.gif) repeat-x bottom right;
    line-height: 2px;
    font-size: 2px;
    height: 2px;
    padding: 8px 0 0 0;
    margin: 0 0 9px 0;
    clear: both;
}

div.wct-trenner-leer {
    line-height: 2px;
    font-size: 2px;
    height: 2px;
    padding: 8px 0 0 0;
    margin: 0 0 9px 0;
    clear: both;
}

/***** Teaser-Box - rechte Spalte *****/

div.teaser-box {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    background: url(../img/tbox/teaser-box-hg-rechts.png) no-repeat bottom left;    
}

div.teaser-box div.tbox-header {
    background: url(../img/tbox/teaser-box-title-rechts.png) no-repeat top left;
    padding: 6px 0px 6px 23px;
    margin: 0px 0px 0px 0px;
    line-height: 1em;
    font-size: 100%;
    font-weight: bold;
    color: #09103C;
    text-transform: uppercase;
    font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 0.6px;
    color: #02164C;    
}

div.teaser-box div.tbox-content {
    padding: 15px 10px 15px 23px;
}

/***** Teaser-Box - linke Spalte *****/

div.textBelowMenu div.teaser-box {
    margin: 15px 0px 15px 0px;
    background: url(../img/submenue-hg-li.png) repeat-y bottom right;
    padding: 0px 0px 25px 0px;
}

div.textBelowMenu div.teaser-box div.tbox-header {    
    line-height: 1em;
    font-size: 100%;
    width: auto;
    padding: 6px 0px 6px 30px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #02164C;
    background: transparent url(../img/submenue-title-li.png) repeat-x top right;
    text-transform: uppercase;
    border: none;
    font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 0.6px;   
}

div.textBelowMenu div.teaser-box div.tbox-content {
    padding: 15px 23px 15px 30px;
}