/* Zakladne zobrazenie
======================================== */
* {
  padding: 0px;
  margin: 0px;
}
div {
  margin-right: auto;
  margin-left: auto;
}
body {
  font-size: 75%;
  color: #333;
  background-color: #FFF;
  background-image: url(../images/back.png);
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 20px 0;
}
ul, ol, li {
  list-style-type: none;
}
h1, h2, h3, h4, h5 {
  line-height: normal;
}
input {
  font-family: Arial;
}
.cleaner {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 0.1;
  visibility: hidden;
  width: 100%;
  height: 0%;
}

/* Odkazy - zaklad
======================================== */
a:link, a:visited {
  font-weight: normal;
  color: #ee8822;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* Hlavne kontajnery
======================================== */
#wrapper {
  width: 960px;
}
#top {
  width: 960px;
  height: 261px;
  float: left;
  background-image: url(../images/back-top.png);
  background-repeat: no-repeat;
}
#main {
  width: 960px;
  float: left;
}
#bottom {
  width: 960px;
  float: left;
}

/* Vnorene kontajnery
======================================== */
.top-left {
  width: 200px;height: 261px;float: left;display: inline;
  }
.top-center {
  width: 540px;height: 261px;float: left;display: inline;
}
.top-right {
  width: 220px;height: 261px;float: right;display: inline;
}
.main-left {
  width: 200px;float: left;display: inline;
  }
.main-center {
  width: 540px;
  float:left;
  display: inline;
  background-image: url(../images/back-content.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.main-right {
  width: 220px;float:right;display:inline;margin-bottom:30px;
}

/* Logo
======================================== */
.logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  float: left;
  height: 100px;
  display: inline;
  width: 200px;
}
.logo a {
  width: 200px;
  height: 100px;
  display: block;
}
.logo span {display:none;}


/* Pracovnici
======================================== */
.pracovnici {
  float: left;
  display: inline;
  clear: left;
  width: 200px;
  height: 150px;
}
.pracovnici img {
  margin: 1px 0 0 13px;
  float: left;
}
strong.name {
  text-align: center;
  line-height: 30px;
  display: block;
}

 /* Informacny text
======================================== */
h2.infotex, strong.infotex {
  font-family: Trebuchet MS;
  font-size: 1.7em;
  line-height: 24px;
  padding: 115px 10px 0 25px;
  font-style: italic;
  font-weight: normal;
  color: #fff;
  float: left;
}
h2.infotex a, h2.infotex a:visited, strong.infotex a, strong.infotex a:visited {
  color: #fff;
}

/* Kontakty v praho hore
======================================== */
.kontakty {
  width: 200px;
  color: #666;
  margin: 16px 0 0 0;
  float: right;
  line-height: 18px;
  display: inline;
}
strong.name-right {
 color: #333;
 line-height: 30px;
}
a.link-kontakty, a.link-kontakty:visited {
 color: #814e14;
}
.quick {
  line-height: 21px;
  margin-top: 28px;
}
.quick img {
  float: left;
  display: inline;
  margin-right: 10px;
}
h3.nadpis-modul {
  font-family: Trebuchet MS;
  font-size: 1.6em;
  padding: 5px 0 7px 0px;
  font-style: italic;
  font-weight: normal;
  color: #663914;
}

/* Menu v lavo
======================================== */
ul.left-menu {
  background-image: url(../images/back-menu.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0 0 13px 0;
  margin: 28px 0 0 0;
}
ul.left-menu li {
	line-height: 24px;
}
ul.left-menu li a,
ul.left-menu li a:visited {
	color: #663914;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    text-transform: uppercase;
    font-weight: bold;
	text-decoration: none;
	padding-left:10px;
    margin-left: 13px;
}
ul.left-menu li a:hover {
	text-decoration: underline;
    background-image: url(../images/arrow-hover.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}
/*  submenu  */
ul.left-menu ul {
    padding: 3px 0 3px 0;
}
ul.left-menu ul li {
    line-height: 19px;
}
ul.left-menu ul li a,
ul.left-menu ul li a:visited {
	margin-left: 24px;
    background: none;
    text-transform: none;
    font-weight: normal;
    color: #333;
}
ul.left-menu ul li a:hover, ul.left-menu ul li a.active {
    color: #ed8721;
    background: none;
}

/* Navigacia
======================================== */
span.navigacia {
  display: block;
  font-size: 1.0em;
  color: #666;
  padding: 20px 0 10px 10px;
}

/* Content cast
======================================== */
.content {
  width: 490px;
  line-height: 18px;
  padding: 33px 0px 30px 0px;
  color: #444;
}
.content h3, .content h1 {
  font-family: Trebuchet MS;
  font-weight: normal;
  font-style: italic;
  font-size: 2em;
  color: #663913;
  padding: 0 0 15px 0;
}
.content h4 {
  color: #85941b;
  padding: 5px 0 8px 0;
}
.content strong {
  color: #663913;
}
.txt-doc ul, .txt-doc li {
  list-style-type:circle!important;
}
.txt-doc li {
 margin-left:20px!important;
}
.txt-doc ol {
  list-style-type:decimal!important;
}

/* Pocitadlo - Pravitko - Aktualny urok
======================================== */
#pocitadlo {
  width: 220px;
  height: 183px;
  margin-top: 10px;
  float: left;
  background-image: url(../images/pocitadlo.png);
}
.div-in {
  padding: 7px 20px 0px 20px;
}
#pravitko {
  width: 220px;
  height: 138px;
  float: left;
  background-image: url(../images/meter.png);
}
a.pravitko {
  font-size: 0.9em;
  width: 160px;
  display: block;
  line-height: 15px;
  padding-top: 5px;
}
input.cena {
  width: 126px;
  height: 19px;
  background-image: url(../images/input.png);
  background-repeat: no-repeat;
  border: 0px solid;
  color: #444;
  font-size: 0.9em;
  margin: 2px 0 10px 0;
  padding: 5px 7px 0 7px;
}
input.button {
  width: 70px;
  height: 24px;
  line-height: 24px;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  border: 0px solid;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  cursor:  pointer;
}
span.title-font {
  font-size: 0.9em;
  color: #666;
}
#urok {
  width: 220px;
  height: 138px;
  float: left;
  background-image: url(../images/urok.png);
}
a.urok, a.urok:visited {
  width: 160px;
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 112px 0 0 20px;
}

/* Bannery
======================================== */
 .banner {
  width: 960px;
  height: 80px;
  float: left;
  border-top: 1px solid #ebdbbf;
}
.copyright {
  width: 960px;
  height: 43px;
  background-image: url(../images/back-copy.png);
  float: left;
  margin-bottom: 20px;
  font-size: 0.9em;
  color: #847c64;
}

/* Dolne menu
======================================== */
ul.menu-bottom {
  margin: 15px 0 0 10px;
  float: left;
  display: inline;
}
ul.menu-bottom li {
  float: left;
}
ul.menu-bottom li a,
ul.menu-bottom li a:visited {
	color: #847c64;
    float: left;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
ul.menu-bottom li a:hover {
	text-decoration: underline;
    color: #ee8822;
}

/* Autor
======================================== */
.autor {
  margin: 15px 20px 0 0;
  float: right;
  display: inline;
}

  /* Vyhladavanie
======================================== */
.search {
  margin-top: 10px;
  width: 220px;
  height: 26px;
  float: left;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
}
input.search {
  border: none;
  background:none;
  font-size: 0.9em;
  float: left;
  height: 15px;
  margin-top: 7px;
  margin-left: 8px;
  width: 145px;
  color: #666;
}
input.send {
  border: none;
  background:none;
  font-size: 0.9em;
  font-weight:bold;
  color: #fff;
  cursor:  pointer;
  float: left;
  margin-top: 6px;
  margin-left: 13px;
  width: 50px;
}
td {vertical-align:top;}
.table-kontakt td {
  height:25px;
}
.table-kontakt td input {
  width:350px;
}
.table-kontakt td textarea {
  width:350px;
  height:150px;
}


.povinne {
  color:#ee8822;
  font-weight:bold;
}
.kontakt-send {
  border: none;
  background-color:#ee8822;
  font-size: 0.9em;
  font-weight:bold;
  color: #fff;
  cursor:  pointer;
  float: left;
  width: 150px;
  height: 24px;
  line-height: 24px;
}
.center {
  text-align:center;
}
#tabulka-urok {border:0; border-top:1px solid #006600; border-left:1px solid #006600;}
#tabulka-urok td {padding:2px; border:0; border-right:1px solid #006600; border-bottom:1px solid #006600;}

.tabulka-kalkulacka th {padding:2px; background-color:#f7f1e6; color:#a48c6c;}
.tabulka-kalkulacka tr.sudy td {background-color:#fdfbf7;}
.kalkulacka-kolik td.kalk-1 {width:200px; padding:2px 5px;}
.kalkulacka-kolik td.kalk-2 {width:200px; padding:2px 5px;}
iframe {width:490px!important;}
#odkazy {list-style:circle!important;}
#odkazy li {list-style:circle!important;}
a.red {color:#FF0000; font-weight:bold; text-decoration:none; font-size:1.0em!important;}
a.red:hover {text-decoration:underline;}