/**
 * layout style No. 1
 * - simple and plain: workspace only
 *
 */

body {
    margin: 0px;
    background: #fff;
    color: #000;
}

/* switch to two columns; sidebar right */
#L_col_sidebar {
    float: right;
}

#L_col_workspace {
    /* margin-right: 200px; */
    margin-left: 0;
}

/* Element um die gesamte Seite */
#L_all {
    text-align: left;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    /* border: 2px dashed #ccc; */
}

#L_all * {
    text-align: left;
}

/* Seiten-Kopf */
#L_header {
    /* background: #eee; */
    margin: 5px 0px 5px 0px;
}

/* Werbe - Feld fuer Anzeigen oder wichtige Infos in der Regel im oder unterm Header */
#L_teaser {
}

#L_main {
    margin: 5px 0px 5px 0px;
    border-top: 1px solid #936;
}

/* sidebar: schmale Funktions-Spalte, z.B. Navigation kann links oder rechts sein */
#L_sidebar {
    /* background: #eee; */
    /* border: 2px dashed #ccc; */
    border-left: 1px solid #936;
    padding: 9px;
}

/* Haupt / Arbeitsbereich / Seiteninhalt */
#L_workspace {
    padding: 19px 9px 9px 9px;
}

/* Fussteil der Seite */
#L_footer {
    border-top: 1px solid #936;
    padding-top: 2px;
    margin: 5px 0px 5px 0px;
}

