/* ---------------------------------------------------
     STYL GENERAL
   --------------------------------------------------- */
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "trebuchet ms", helvetica, sans-serif;
  color: rgb(140,140,115);
  font-size: 62.5%;
  background: rgb(249,249,247) url('images/body-bg.gif') repeat-x;
  
}

#outer {
  background: white url('images/outer-bg.png') repeat-y;
  position: relative;
  margin: 0 auto;
  width:75em;
}

#upbg {
  position: absolute;
  top: 0px;
  left: 0px;
  
  background: white url('images/up-bg.png') no-repeat;
  height: 26.4em;
  width: 75em;
  z-index: 1;
}

#inner {
  position: relative;
  padding: 1.3em 3em;
  z-index: 2;
}

address {
  margin-bottom: .5em;
}

ul.linklist {
  list-style: none;
}

ul.linklist li {
  border-top: solid 1px rgb(238,238,238);
  padding-top: 5px;
  margin: 5px 0px 0px 0px;
}

ul.linklist li.first {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

ul.deska {
  list-style: none;
}

ul.deska li {
  margin-bottom: 1em;
}

ul.deska a {
  background: white url(images/a38.gif) no-repeat left;
  padding: 0 0 0 1.5em;
}

ul.deska .datum {
  position: relative;
  float: right;
}

ul.deska .info {
  margin-left: 1.5em;
}


ul.firmy {
  list-style: none;
  margin-bottom: 1em;
}

ul.firmy li{
  border-top: solid 1px rgb(238, 238, 238);
  padding-top: 5px;
  margin: 5px 0px 0px 0px;
}

ul.firmy li.first {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

ul.links {
  list-style: none;
}

ul.links li {
  margin-bottom: .5em;
}

ul.links a {
  background: white url(images/link.gif) no-repeat left;
  padding: 0 0 0 1.5em;
}

img {
  border: 0;
}

img.picA {
  position: relative;
  top: -2px;
  background: url('images/a47.png') no-repeat;
  width: 56px;
  height: 75px;
  padding: 8px;
}

img.picB {
  position: relative;
  top: -2px;
  background: url('images/a26.png') no-repeat;
  width: 100px;
  height: 75px;
  padding: 7px;
}

table {
  text-align: center;
}

p {
  margin-bottom: 1.4em;
  text-align: justify;
}

a {
  color: rgb(255, 120, 0);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

dl {
  
}

dt {
  font-weight: bold;
}

dd {
  padding-left: 1.5em;
}

dl.dokument a{
  background: white url(images/a38.gif) no-repeat left;
  padding: 0 0 0 1.5em;
}


/* ---------------------------------------------------
     STYL HEADER
   --------------------------------------------------- */
#header {
  position: absolute;
  background: rgb(255,120,0) url('images/header-bg.gif') repeat-x;
  color: white;
  padding-left: 2em;
  height: 9.2em;
  width: 20.2em;
}

#header h1 {
  position: absolute;
  top: 30px;
  font-size: 2.3em;
  letter-spacing: -1px;
  line-height: normal;
  text-transform: uppercase;
}

#header span {
  font-weight: normal;
  text-transform: lowercase;
}

#header h2 {
  position: absolute;
  font-size: 1em;
  font-weight: normal;
  top: 5.4em;
  color: rgb(252,226,202);
}

#splash {
  position: absolute;
  right: 3em;
  background: rgb(234,234,226) url('images/header-img.jpg') no-repeat;
  width: 45.8em;
  height: 9.2em;
}


/* ---------------------------------------------------
     STYL MENU
   --------------------------------------------------- */
#menu {
  position: relative;
  background: rgb(70,70,31) url('images/menu-bg.gif') repeat-x;
  padding: 0 .2em 0 .5em;
  margin: 9.8em 0 2em 0;
  height: 6.7em;
}

#menu ul {
  
}

#menu ul li {
  display: inline;
  line-height: 5.2em;
  padding-left: .3em;
}

#menu ul li a {
  background-color: transparent;
  background-repeat: repeat-x;
  padding: .8em 1.2em;
  font-size: 1.2em;
  color: white;
  font-weight: bold;
}

#menu ul li a:hover {
  background: white url('images/menu-hover.gif') repeat-x top;
  color: rgb(74,74,36);
  text-decoration: none;
}

#date {
  position: absolute;
  top: 0;
  line-height: 4.6em;
  color: rgb(189,189,162);
  right: 3em;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: -1px;
}


/* ---------------------------------------------------
     STYL CONTENT
   --------------------------------------------------- */
#primarycontent {
  position: relative;
  width: 48em;
  float: left;
}

#primarycontent h3 {
  position: relative;
  top: .3em;
  font-size: 1.6em;
  line-height: .5em;
  color: rgb(101,101,81);
  letter-spacing: -1px;
  background: url('images/h3-bg.gif') bottom repeat-x;
  padding: 0 0 1em 1em;
  margin-bottom: 1em;
}

#primarycontent .post {
  margin-bottom: 3em;
}

#primarycontent .post .header {
  position: relative;
}

#primarycontent .post .content {
  font-size: 1.1em;
  padding: 0 1.7em;
  margin-bottom: 0px;
}

#primarycontent .post .content .red {
  color: red;
  font-weight: bold;
}

#primarycontent .post .footer {
  font-size: 1.1em;
  position: relative;
  top: -10px;
  background: url('images/a33.gif') repeat-x;
  height: 64px;
}

#primarycontent .post .footer ul {
  list-style: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

#primarycontent .post .footer ul li {
  display: inline;
  line-height: 14px;
  padding-left: 17px;
  margin-left: 25px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

#primarycontent .post .footer ul li.more {
  background-image: url('images/link.gif');
}

#primarycontent .post .footer ul li.document {
  background-image: url('images/a38.gif');
}

#primarycontent .post .footer ul li.printerfriendly {
  background-image: url('images/a41.gif');
}

#secondarycontent {
  position: relative;
  width: 180px;
  float: right;
}

#secondarycontent h3 {
  position: relative;
  top: .3em;
  font-size: 1.6em;
  line-height: .5em;
  color: rgb(101,101,81);
  letter-spacing: -1px;
  background: url('images/h3-bg.gif') bottom repeat-x;
  padding: 0 0 1em 1em;
  margin-bottom: 1em;
}

#secondarycontent .content {
  font-size: 1.1em;
  padding: 0 1.5em;
  margin-bottom: 20px;
}

#secondarycontent .footer {
  text-align: right;
}


/* ---------------------------------------------------
     STYL FORM
   --------------------------------------------------- */
form {
  margin-bottom: 1em;  
}

fieldset {
  border: 0;
}

label {
  display: block;
  font-weight: bold;
  float: left;
  clear: left;
  padding: 0 1em 0 0;
  line-height: 3em;
  width: 5em;
}

label#zprava {
  float: none;
  width: 10em;
}

input {
  display: block; 
  color: rgb(140,140,115);
  border: 1px solid rgb(140,140,115);
  margin-top: .4em;
  padding: .2em;
  float: left;
  width: 15em;
} 

textarea {
  color: rgb(140,140,115);
  border: 1px solid rgb(140,140,115);
  padding: .2em; 
}

input[type="submit"], input[type="reset"] {
  width: auto;
}

input[type="reset"] {
  margin-left: 1em;
}   


/* ---------------------------------------------------
     STYL FOOTER
   --------------------------------------------------- */
#footer {
  position: relative;
  clear: both;
  background-image: url('images/footer-bg.gif');
  color: rgb(168,168,141);
  text-align: center;
  font-size: 1.1em;
  padding-top: 1.3em;
  height: 4.6em;
}

#footer a {
  color: rgb(140,140,115); 
}
