@charset "ISO-8859-1";

/* ********************************************************************************************** */
/* Stylesheet für alle Seiten                                                                     */
/* ********************************************************************************************** */

/* allgemeine Styles für Tags */

body {background-color:white; background-image:url(img/backgr.gif); background-repeat:repeat-y;}
img  {border:0;}

/* Klassen allgemein */

ul.nobullet {list-style-type:none; list-style-image:none}


/* ********************************************************************************************** */
/* Stylesheet für Eisenbahnseiten                                                                 */
/* ********************************************************************************************** */
/* Klassen beginnen mit b */

body.b {background-color:white; background-image:url(img/b/backgr.gif); background-repeat:repeat-y;}

ul.bbullet {list-style-image:url(img/b/bullet.gif);}

table.bphotos,  table.bphotos  td {text-align:left; vertical-align:top;}
table.bcompany, table.bcompany td {text-align:left; vertical-align:top;}
table.bproject, table.bproject td {text-align:left; vertical-align:top;}

div.bsingle {margin-left:10px;}


/* ********************************************************************************************** */
/* Stylesheet für Floraseiten                                                                     */
/* ********************************************************************************************** */
/* Klassen beginnen mit f */

body.f {background-color:white; background-image:url(img/g/back.gif); background-repeat:repeat-y;}
