/* CSS Document */

a {

  color              : #3399CC;

  text-decoration    : none;

  font-weight        : normal;

  /*font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;*/

  text-align         : left;

}

i {
font:11px tahoma;
}

p {
  color:#000;
  /*font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;*/
}

a:hover {

  color              : #000;

  font-weight        : normal;

  /*font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;*/

  text-align         : justify;

  text-decoration    : underline;

}


ul.lista{

  list-style-type    : none;

}

  

ul.lista a {

  text-decoration    : none;

  display            : block; 

}

  

ul.lista a:hover {

  text-decoration    : none;

  background         : #DDDDDD;

}



td.akt_red {

  color              : red;

  text-align         : left;

}

  

a.akt_black {

  color              : #5C5C5C;

  font-weight        : normal;

  text-align         : justify;

}

  

a:hover.akt_black {

  color              : #000;

  font-weight        : normal;

  text-decoration    : underline;

  text-align         : justify;

}

  

a.akt_black_2 {

  color              : red;

  font-weight        : normal;

  text-align         : justify;

    

}

a:hover.akt_black_2 {

  color              : #000;

  font-weight        : normal;

  text-decoration    : underline;

  text-align         : justify; 

}



td.middle{

  vertical-align: middle; 

  text-align: left;

  line-height: normal;

}
