@import "thickbox.css";

body {
	color: #000000;
	font-family: "Verdana", "Arial", "Lucida Grande CE", "Helvetica CE";
	font-size: 12px;
	margin: 0;
	background: url("img/bg.gif") repeat-x #FCEEC5;
}

img {
  border: 0;
}

#cover {
  width: 996px;
  margin: 0;
  text-align: left;
  position: relative;
  margin: auto;
  border: 1px solid #664903;
}

#header {
  background: url("img/bg_left.gif") repeat-y;
  width: 996px; height: 332px;
  position: relative;
}

#header_img1 {
  width: 250px; height: 131px;
  position: absolute;
  top: 13px; left: 185px;
  background: url("img/header_img1.jpg") no-repeat;
}

#header_img2 {
  width: 250px; height: 131px;
  position: absolute;
  top: 149px; left: 185px;
  background: url("img/header_img2.jpg") no-repeat;
}

#header_img3 {
  width: 569px; height: 330px;
  float: right;
  background: url("img/header_img3.jpg") no-repeat;
}

#language {
  width: 107px; height: 25px;
  float: right;
  background: #B38F41;
  padding-left: 8px;
  padding-top: 3px;
}

#language img {
  margin: 2px;
}

#header_logo {
  width: 158px; height: 254px;
  position: absolute;
  top: 3px; left: 14px;
}

#header h1 {
  width: 316px; height: 38px;
  position: absolute;
  top: 285px; left: 32px;
  background: url("img/header_kvilda.gif") no-repeat;
  margin: 0;
}

#content {
  width: 996px;
  background: url("img/bg_left.gif") repeat-y #ffffff;
}

#menu {
  width: 268px;
  border-right: 1px solid #FCEEC5;
  color: #664903;
  font-weight: bold;
  float: left;
}

#menu ul {
  width: 231px;
  list-style-type: none;
  margin: 0; padding: 0;
  margin-left: 18px;
  margin-top: 30px;
}

#menu ul li {
  height: 32px;
  background: url("img/menu.gif") no-repeat;
}

#menu ul li a {
  display: block;
  width: 172px;
  height: 23px;
  background: url("img/menu.gif") no-repeat;
  text-decoration: none;
  color: #664903;
  padding-top: 9px;
  padding-left: 59px;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu div {
  margin-bottom: 25px;
  line-height: 17px;
  margin-top: 61px;
  width: 148px;
  margin-left: 65px;
}

#text {
  float: right;
  width: 659px;
  font-size: 12px;
  line-height: 1.3;
  padding: 34px;
  padding-bottom: 200px;
  background: url("img/main.jpg") no-repeat center bottom;
}

#text p {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}

#text p.list {
  margin-bottom: 4px;
}

#text ul {
	margin: 0 0 1em 2em;

}

#text h1 {
  border-bottom: 1px solid #664903;
  width: 625px;
  font-size: 16px;
  font-weight: bold;
  color: #664903;
  margin: 0; padding: 0;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 2px;
  margin-bottom: 22px;
}

#text h3 {
  border-bottom: 1px solid #664903;
  width: 625px;
  font-size: 13px;
  font-weight: bold;
  color: #664903;
  margin: 0; padding: 0;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 2px;
  margin-top: 22px;
  margin-bottom: 7px;
}


.column-left { float: left; width: 50%; }
.column-right { margin-left: 50%; }
.center { text-align: center; }
#text a { color: #000000; }
#text a:hover { text-decoration: none; }

#text table { border-collapse: collapse; font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; margin-bottom: 1em; }
#text table td, th { border: 1px solid #664903; padding: 0.3em 0.5em; text-align: center; }

fieldset { margin: 0.5em 0; padding: 0.5em 1em; background: #F8F8F8; border: 1px solid #664903; }
legend { background: #664903; padding: 0.1em 2em; color: #ffffff; font-weight: bold; }
label { width: 80px; float: left; text-align: right; margin-right: 1em; }
label.req { font-weight:bold; }
fieldset input { width:175px; margin: 0.3em 0; }
textarea { width:330px; height:110px; margin: 0.3em 0;}
fieldset p.submit { text-align: center; }
fieldset p.info { font-size: 0.8em; margin-top: 1em; }

img { border: 0; }
img.border{ border: 1px solid #ccc; padding: 3px; background: #ffffff; }
img.left { float: left; margin: 0 1em 1em 0; }
img.right { float: right; margin: 0 0 1em 1em; }
