/*--------------------------------------------------
 <css>
  <seite>standard</seite>
  <beschreibung>Standard Style-Sheets</beschreibung>
  <inhalt>
--------------------------------------------------*/
 .c16,
 .c24,
 .c32,
a.c16,
a.c24,
a.c32 {
 position:                                 relative;
 overflow:                                   hidden;
 display:                                     block;
 float:                                        left;
 border:                                          0;
 filter:                          alpha(opacity=50);
 opacity:                                       0.5;
 moz-opacity:                                   0.5;
 margin:                                    0px 1px;
 vertical-align:                             middle;
 text-align:                                 center;
 border:                              0px solid red;
}

 .c16,
a.c16                       {width:18px;height:18px;}

 .c16 img ,
a.c16 img                   {width:16px;height:16px;border:0px;margin:1px;}

 .c24,
a.c24                       {width:28px;height:28px;}

 .c24 img ,
a.c24 img                   {width:24px;height:24px;}

a:hover.c16,     
a:hover.c24    {filter:alpha(opacity=100);opacity:1;moz-opacity:1;} 

a:hover.c16    {background:url(../icon/16/hg_1.gif);} 
a:hover.c24    {background:url(../icon/24/hg_1.gif);} 

a.cNorm   {margin:0 0 0  1px;}

a.cAbs5   {margin:0 0 0  5px;}
a.cAbs,  
a.cAbs10  {margin:0 0 0 10px;}
a.cAbs20  {margin:0 0 0 20px;}

/*--------------------------------------------------
  </inhalt>
 </css>
--------------------------------------------------*/
