/* CC version 2 */
/* contentContainer_css */
/** 
 * ================================== 
 * Fleet - Container CSS Definitionen
 * ================================== 
 * Diese Datei enthaelt spezifische CSS Formatierungen, die unter Fleet->Container verwendet werden.
 * Sie wird zusaetzlich zur global.css und contentOlb.css eingebunden.
 * ==================================
 */
table.containerDimensionTable {
    /*width: 26em;*/
    font-weight: bold;
}
table.containerDoorTable {
    /*width: 10em;*/
    font-weight: bold;
}
table.containerWeightTable {
    /*width: 36.5em;*/
    font-weight: bold;
}
#contentContainerTables{
}
img.noflash{
    margin-right: 1em;
    float: left;
}
div.noflash{
    margin-bottom: 0.75em;
    margin-top: 1.5em;
    height: 82px;
}
p.noflash{
    margin-top: 1em;
}
div.headlineAndTable{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
table.factsAndFigures td{
    width: 8em;
}
#contentContainerLeft {
    float: left;
}
#contentContainerTables-opentop #contentContainerLeft {
    width: 55%;
}
#contentContainerTables-standard #contentContainerLeft {
    width: 68%;
}
#contentContainerTables-opentop,
#contentContainerTables #contentContainerLeft {
    width: 100%;
}
#contentContainerCenter {
    float: left;
    padding-left: 0.5em;
    width: 21%;
}
#contentContainerTables-opentop  #contentContainerCenter {
    width: 21%;
}
#contentContainerTables-standard  #contentContainerCenter {
    width: 30.5%;
}
#contentContainerBottom {
    float: left;
}
.containerTableBox {
    width: 6em;
    height: 5.375em;
}