.cistic {
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.center_object {
  margin: 0 auto 0 auto;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.green {
  color: #009900;
}

.normal_font {
  font-weight: normal;
}


.hide {
  display: none;
}

.no_margin {
  margin: none; 
}

.small_br {
  height:3px;
 
}

.scroll_div {
  overflow: auto;
  height:600px;
  float:left;
}

/* v IE si form robil co chcel s marginom */
FORM {
  display: inline;
}

.float_marginer {
  width: 20px;
  display:block;
  margin: 0px 10px 0px 10px;
  float:left;
}

/* registracny form */
.tfvHighlight,
.require {
  color: red;
}

.test_mode {
  color: red;
  position: absolute;
  top: 5px;
  left: 5px;
}

.no_padding {
  padding: 0 0 0 0;
}

.no_margin {
  margin: 0 0 0 0;
  
}

.text_trought {
  text-decoration: line-through;
}

.tr_separ {
  height: 5px;
  width: 100%;
}

.tr_separ_10 {
  height: 10px;
  width: 100%;
}

