@CHARSET "UTF-8";

/* Mit Spalte gruen */
body { background-image: url(../img/left-column-and-green.gif); }

/* for CTJ */
body.body-ctj { background-image: url(../img/left-column-and-green-narrow.gif); }

/* for PPT */
body.body-ppt { background-image: url(../img/left-column-and-grey-narrow.gif); }

/* for KPH */
body.body-kph { background-image: url(../img/left-column-and-grey-broad.gif); }

/* default with 12 distributions */
div#contentleft { width: 230px; float: left; }
div#content { padding-left: 300px; }

/* narrow with 6 distributions */
div.box-content-narrow div#contentleft { width: 150px; float: left; }
div.box-content-narrow div#content { padding-left: 200px; }
