@CHARSET "UTF-8";

body{
  padding:0px;
  margin:0px;
	background-color: #0e5201;
  font-family: Arial, sans-serif;
  font-size:12px;
  font-weight:normal;
  background-image:url('../images/header-bg.jpg');
  background-position:left top;
  background-repeat:repeat-x;
}

img{
	border: none;
}
form{
  padding:0px;
  margin:0px;
}
.clr{
	clear: both;
	font:normal 1px tahoma;
	height:1px;
}
a,a:visited,a:link{
  color:#272727;
  text-decoration:none;
}
a:hover{
  color:#272727;
  text-decoration:underline;
}

h1{
  color:#1c9005;
  font-size:30px;
  font-weight:bold;
  text-align:center;
  margin:0px;
  padding:0px; 
}
#h1-img{
  position:relative;
  top:5px;
}
#h1-line{
  background-image:url('../images/h1-line.jpg');
  width:608px;
  height:2px;
  margin:5px auto 0px auto;
}
#web-header{
  background-image:url('../images/header.jpg');
  background-repeat:no-repeat;
  width:904px;
  height:206px;
  margin:0px auto 0px auto;
}
#web-content{
  background-image:url('../images/content-bg.jpg');
  background-repeat:repeat-y;
  width:904px;
  min-height:400px;
  margin:0px auto 0px auto;
}
#web-footer{
  background-image:url('../images/footer.jpg');
  background-repeat:no-repeat;
  width:904px;
  height:34px;
  margin:0px auto 0px auto;
  padding-top:10px;
  text-align:right;
  color:#53ad42;
}
#web-head-link{
  width:902px;
  height:170px;
  cursor:pointer;
}
#web-counter{
  width:902px;
  height:20px;
  padding:0px 0px 0px 55px;
  color:#c0d7bb;
}
.vystavy-col:last-child{text-align:center;}
.vystavy-col a {font-weight:700;color:#278014;}
.vystavy-row:hover > td {background-color:#F0F0F0;}
.vystavy-detail-col {padding:0.5em;}