/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  background-color: black;
  color: #ffffff;
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited {
  text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
}
h3,h4 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 13px;
}
a, a:link, a:active, a:visited {
  text-decoration: underline;
  color: #fc0;
}
a:hover {
  text-decoration: none;
}
#main {
  width: 770px;
  margin: 0px auto;
  border: 1px dotted #000;
  position: relative;
}
#logo {
  position: absolute;
  z-index: 1;
  top:5px;
}
#seal {
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 10px;
}
#page {
  margin: 30px 30px 0 30px;
  background-image: url('../images/back.gif');
  background-repeat: repeat-y;
  width: 710px;
  /*height: 510px;*/
}
#header {
  display: block;
  /*margin: 10px auto 5px;*/
  padding: 10px 20px 5px;
  width: 670px;
  height: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  background-image: url('../images/top.gif');
  background-repeat: no-repeat;
  margin: 0px;
}
#menu {
  border: 1px solid white;
  margin: 5px auto;
  width: 665px;
  height: 17px;
  background-color: #495677;
  font-size: 11px;
  padding: 3px 5px 0px 0px;
  text-align: right;
}
#menu a, #menu a:active, #menu a:visited {
  text-decoration: none;
  color: #ffffff;
}
#menu a:hover {
  color: #cccccc;
  text-decoration: underline;
}
#news {
  margin: 0px 20px 0px 190px;
  height: 18px;
  font-size: 11px;
}
#content {
  width: 670px;
  overflow: auto;
  margin: 0px auto;
  padding: 10px;
}
.title {
  color: #ffcc00;
}
img.gal {
  padding: 7px 7px 7px 7px;
  display: inline;
  margin: 5px 5px 0 0;
  border: 1px solid #999;
  background-color: #000;
  cursor: pointer;
}
div.fot {
  text-align: left;
  margin: 5px 0 0 0;
  padding: 5px 5px 5px 7px;
  color: #fc0;
}
div.fot h4 {
    text-transform: uppercase;
}
#form form {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  font-size: 11px;
}
#form input {
  background-color: #333;
  color: white;
  border: 1px solid black;
  font-family: Tahoma;
  font-size: 11px;
  margin: 0px 0px 3px 0px; 
  padding: 0px 0px 0px 0px;
}
div.comment {
  padding: 8px 8px 8px 8px;
  bordeR: 1px solid #666;
  margin: 5px 0 5px 0;
  clear: both;
}
div.comment span {
  padding: 0 5px 0 0;
}
div.comment span.name {
  font-weight: bold;
  color: #fc0;
}
div.comment span.date {
  color: #fff;
  font-size: 10px;
}
div.comment span.time {
  font-weight: bold;
  color: #fc0;
  font-size: 11px;
}
#clenovia {
  text-align: center;
}
#clenovia a {

  padding: 5px;
}
#footer {
  clear: both;
  font-size: 11px;
  margin: 0px auto 10px auto;
  text-align: center;
  width: 710px;
  height: 25px;
  background-image: url('../images/bottom.gif');
  background-repeat: no-repeat;
}
.partneri {
  width: 140px;
  height: 140px;
  margin: 4px;
  border: 0px;
}
.lava-fotka {
  width: 200px;
  margin: 0px 8px;
}
.news-row {
	clear: both;
}
.news-row-date {
	font-size: 9px;
}
.news-row-text {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 10px;
	border-left: 1px solid #ccc;
}
