body {
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-right: 0px;  
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
}

td {
  text-align: left;
  text-align: justify;
  font-family: trebuchet MS;
  font-size: 12px;
  letter-spacing: 2px;
  color: gray;
}

a {
  color: blue;
  text-decoration: underline;
}

.clanek {
  clear: both;
  padding: 16px;
  margin: 0px;
  margin-bottom: 4px;
  text-align: justify;
  font-family: trebuchet MS;
  font-size: 14px;
  letter-spacing: 2px;
  
  background-color: #FFFFFF;
  color: gray;
}

.clanek td, .clanek p, .clanek table {
  padding: 0px;
  margin: 0px;
  text-align: justify;
  font-family: trebuchet MS;
  font-size: 14px;
  line-height: 20px;
}

.clanek_head {
  padding: 8px;
  padding-left: 0px;
  padding-bottom: 0px;

  margin: 0px;


  font-family: trebuchet ms;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #C07B5A;
  
  border-bottom: 2px dotted #DDD;
}

div#clanek img {
  padding: 0px;
  margin: 5px;
  margin-right: 0px;
}

.clanek a {
  color: yellow;
}



h1#form_caption {
  width: 179px;
  background-color: #21C20A;
  color: white;
  text-decoration: none;
  margin: 0px;
  margin-bottom: 0px;
  padding: 5px;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
  letter-spacing: 1px;
}

div#form_cell {
  background-color: #C2FCBA;
  color: black;
  text-decoration: none;
  margin: 0px;
  margin-bottom: 2px;
  padding: 5px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
  letter-spacing: 1px;
}

div#log_res td {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

div#log_res hr {
  height: 2px;
  color: #21C20A;

}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
}
