/*******************************************************************************/
/* Default Werte Fuer alle Elemente */

/* Margin Bottom
Hier kann der Default Abstand zwischen Elementen angegeben werden. Dieser Abstand
kann allerdings durch Settings der einzelnen Elemente ueberschrieben werden. */
div.content-image,              /* Bild */
div.content-text,               /* Textblock */
div.content-image-text,         /* Text-mit-Bild Block */
table.content-columns,          /* Spalten Element */
div.content-tabs,               /* Tabs Element (Container) */
hr.seperator-line               /* Seperator Line */
{
    margin-bottom           : 10px;
}

/*******************************************************************************/
/* Text */

/*******************************************************************************/
/* Bild */

/*******************************************************************************/
/* Kapitel */
div.content-chapter a.content-chapter-link-to-top {
    color               : #CCCCCC;
    display             : block;
    text-align          : right;
    font-size           : 11px;
    border-bottom       : 1px solid #CCCCCC;
    text-decoration     : none;
    margin-bottom       : 20px;
}

/*******************************************************************************/
/* Bild mit Text */
table.content-image-text td {
    vertical-align          : top;
}
table.content-image-text td.image-left{
    padding-right           : 10px;
    width                   : 10px;
}
table.content-image-text td.image-right{
    padding-left            : 10px;
}
table.content-image-text td.text h4 {
    margin                  : 0 !important;
}
* html div.content-image-text div.spacer {
    height                  : 2px;
    line-height             : 2px;
    font-size               : 2px;
    margin                  : 0;
}
/* floatendes Bild ohne Table */
img.content-image-text {
    margin-right            : 10px;
    margin-bottom           : 5px;
}

/*******************************************************************************/
/* Spalten */
table.content-columns td.content-column {
    padding-left            : 10px;
    vertical-align          : top;
}
table.content-columns td.content-column-1 {
    padding-left            : 0;
}

/*******************************************************************************/
/* Seperator line */
hr.seperator-line {
    border                  : 0;
    border-top              : 1px dotted gray;
}