/*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Tomas Halada, www.LTweb.cz
 */

.nic {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}
.bold {font-weight: bold;}
.f_left {float: left;}
.f_right {float: right;}

.border {
  border: 1px solid #000000;
}
