/* 
 * DCIB:  DynamicCssImageBorder
 *
 *  cw@cre8ives.de, 29.03.2007
 *  v.1 - mod: 29.03.2007, cw 
 *  see: class_DCIB.php
 *
*/

.DCIB { float:right; position:relative; }
.iDCIB { position:relative; margin:0px; padding:0px; }
.iDCIB img { position:absolute; left:8px; top:8px; }
.iDCIB .iabs { position:absolute; top:0px; left:0px; }
.iDCIB .itl { background: url(../images/DCIB_top_left.gif); width:12px; height:12px; overflow:hidden; float:left; }
.iDCIB .it { background: url(../images/DCIB_top.gif); height:12px; overflow:hidden; float:left; }
.iDCIB .itr { background: url(../images/DCIB_top_right.gif); width:12px; height:12px; overflow:hidden; float:left; }
.iDCIB .il { background: url(../images/DCIB_left.gif); width:12px; overflow:hidden; float:left; }
.iDCIB .ir { background: url(../images/DCIB_right.gif); width:12px; overflow:hidden; float:left; }
.iDCIB .ibl { background: url(../images/DCIB_bottom_left.gif); width:12px; height:12px; overflow:hidden; float:left; }
.iDCIB .ib { background: url(../images/DCIB_bottom.gif); height:12px; overflow:hidden; float:left; }
.iDCIB .ibr { background: url(../images/DCIB_bottom_right.gif); width:12px; height:12px; overflow:hidden; float:left; }
.iDCIB .ic { float:left;}
.iDCIB .ialt { line-height: 10px; margin: 0px 12px 0px 12px; font-size:9px; }


