/* CSS Document */
/* Autor: Tomáš Zdvořilý 2010 */

body {
  background: url(img/bg.jpg) no-repeat top;
  background-color: #5a5959;
  font-family: arial, trebuchet MS;
  font-size: 10pt;
  color: #0E0E0F;
}

#page {
  width: 900px;
  border: 5px solid #ffffff;
  margin: 0 auto;
}

/* -----------------------SIDEBAR-------------------- */
#sidebar {
  width: 900px;
  height: 40px;
  background-color: #161616;
  font-size: 11pt;
}

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*width: 900px;*/
}

#sidebar ul li {
  display: inline;
  padding-top: 10px;
  padding-bottom: 13px;
}

#sidebar ul li a {
  color: #dee0e1;
  float: left;
  text-decoration: none;
}

#sidebar ul li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: url(img/ahover.jpg) repeat-x;
}

.item {
  padding: 10px 23px 13px 24px;
}

.last {
  padding: 10px 24px 13px 24px;
}



/* -------------------------HEADER-------------------- */
#header {
  width: 900px;
  height: 100px;
  /*background: url(img/header.jpg) no-repeat;*/
}

#images {
  width: 900px;
  height: 170px;
  background: url(img/images.jpg) no-repeat;
}

/* ------------------------CONTENT----------------------- */
#h1 {
  background: url(img/h1.jpg) no-repeat;
  width: 900px;
  height: 70px;
  border-bottom: 1px solid #EBEAEA;
}

#content {
  background-color: #ffffff;
  width: 900px;
}

h1 {
  color: #ffffff;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  position: relative;
  top: 30px;
  left: 30px;
}

#left {
  width: 580px;
  min-height: 500px;
}

#right {
  float: right;
  width: 275px;
  position: relative;
  top: 20px;
}

#right #rheader {
  background: url(img/rheader.jpg) no-repeat;
  height: 28px;
  width: 275px;
  text-align: center;
  color: #ffffff;
  padding-top: 10px; 
}

#right #rbody {
  background: url(img/bgright.jpg) no-repeat;
  width: 275px;
  height: 220px;
}

#rbody .tel {
  float: right;
  position: relative;
  right: 80px;
  top: 28px;
}

#rbody .mail {
  position: relative;
  top: 98px;
  left: 92px;
}

#rbody .address {
  position: relative;
  top: 133px;
  left: 15px;
}

#right .contact {
  float: right;
  padding-right: 15px;
}

#cover {
  padding: 5px 5px 5px 10px;
}

#cover h2 {
  font-size: 11pt; 
}

#cover h3 {
  font-size: 10pt; 
}

#cover ul {
  list-style-type: none;
}

#cover ul li {
  background: url(img/li.jpg) no-repeat;
  background-position: 0 9px;
  padding-left: 15px;
  line-height: 25px;
}

#cover img {
  /*border: 2px solid #211819;*/
}

#cover a, #rbody a, #right a {
  color: #1a4ac0;
  text-decoration: underline;
}

#cover a:hover, #rbody a:hover, #right a:hover {
  color: #00299C;
  text-decoration: underline;
}

#cover strong {
  color: #E30000;
}

#cover .underline {
  text-decoration: underline;
}

.bg {
  background-color: #0E0E0F;
  color: #ffffff;
  padding-left: 2px;
}

.tarif {
  background-color: #CBE0FF;
  color: #000000;
  padding: 10px;
}

.clear {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #F0F1F1;
}

.odeslat {
  background-color: #0E0E0F;
  color: #ffffff;
}

.small {
  font-size: 8pt;
}

.mapa {
  text-decoration: none;
}



/* ------------------------FOOTER------------------------- */
#footer {
  width: 900px;
  height: 32px;
  background: url(img/footer.jpg) no-repeat;
  color: #ffffff;
}

#copyright {
  font-size: 9pt;
  float: left;
  padding: 10px 0px 5px 10px;
}

#copyright a, #created a {
  color: #ffffff;
  text-decoration: underline;
}

#copyright a:hover, #created a:hover {
  color: #DFE3E4;
  text-decoration: underline;
}

#created {
  font-size: 9pt;
  float: right;
  padding: 10px 10px 5px 0px;
}

#footmenu {
  font-size: 9pt;
  width: 900px;
  margin: 0 auto;
  text-align: right;
  padding-top: 5px;
}

#footmenu a {
  color: #ffffff;
  text-decoration: underline;
}





























