
/* ########################################################## */
/* Klassen, die Sie fuer die Formatierung verwenden koennen */

/* Floats für Bilder */
.fl {display:inline;float:left;margin-right:1em;}
.fr {display:inline;float:right;margin-left:1em;}

/* Floats aufheben */
.cl {clear:left;}
.cr {clear:right;}
.cb {clear:both;}

/* Text-Ausrichtung */
.tc {display:block;text-align:center;}
.tr {display:block;text-align:right;}
.trt {text-align:right;}
.tj {display:block;text-align:justify;}

/* Colors */
.g {color:#090;}
.r {color:#900;}
.bl {color:#009;}
.m  {color:#909;}
.c  {color:#099;}
.w  {color:#fff;}
.black {color:#000;}
.grey  {color:#555;}
.y  {color:yellow;}
.lgrey {color:#ddd;}
.wh {color:#fff;}

/* Borders */
.bdr {border:3px ridge #555;}
.bds {border:1px solid #333;}
.bdsb {border-bottom:1px solid #333;}

/* Background */
.bgy {background:#ffa;}
.bgg {background:#0f0;}
.bgr {background:#f00;}
.bgb {background:#00f;}
.bgbl {background:#00f;}
.bgblack {background:#000;}
.bgw {background:#fff;}

/* Others */
.b {font-weight:bold;}
.i {font-style:italic;}
.big {font-size:1.1em;}
.small {font-size:0.8em;}
.u {text-decoration:underline;}
.tdn {text-decoration:none;}
.f_sc {font-variant:small-caps;}

li.nb {list-style:none;} /* Listen ohne Bullets */

*.zweispalter,*.zweispaltig {display:inline;float:left;width:41%;margin:1em 1em 1em 1em;padding:1em;}
*.dreispalter,*.dreispaltig {display:inline;float:left;width:29%;margin:1em 1em 1em 1em;padding:1em;}