/* superfih menu */
@import url("/css/kk-superfish.css");

body {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  background-color: white;
  background-image: url(/images/layout/podklad-linky3.gif);
  color: #4c4c4c;
}

p, td, th {
}

a, a:visited {
  color: #3C5BA3;
}

a:hover {
  color: black;
}

/*
Basic layout
*/

#page {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#main {
  width: 980px;
  background-color: white;
}

#head {
  width: 980px;
  height: 135px;
  position: relative;
  background-color: #005bab;
}

#logo {
  position: absolute;
  top: 34px;
  left: 49px; 
}

#hmenu {
  position: absolute;
  top: 70px;
  left: 270px;
}

#top {
}

#topLinks {
  position: absolute;
  top: 0px;
  left: 270px;
  background-color: #f4f4f4;
  width: 390px;
  height: 23px;
  padding-top: 12px;
  padding-left: 10px;
}

#topLinks a {
  font-size: 10px;
  font-weight:bold;
  color: #636363;
  text-decoration: none;
}

#topIcons {
  position: absolute;
  top: 0px;
  left: 670px;
  background-color: #f4f4f4;
  width: 66px;
  height: 25px;
  padding-top: 10px;
}

#topSearchBox {
  position: absolute;
  top: 0px;
  left: 736px;
  background-color: #e8e8e8;
  width: 178px;
  height: 28px;
  padding-top: 7px;
}

#topSearchBox form {
  padding: 0px;
  margin: 0px;
}

#searchInput {
  width: 139px;
  height: 17px;
  border: 1px solid #E5E5E5;
  font-size: 10px;
  padding: 0px;
  margin-left: 6px;
  margin-right: 6px;
}

#searchSubmit {
  vertical-align: middle;
}

#topLang {
  position: absolute;
  top: 0px;
  left: 914px;
  background-color: #f4f4f4;
  width: 66px;
  height: 26px;
  padding-top: 9px;
  text-align: center;
}

#topLang img {
  margin-left: 2px;
  margin-right: 2px;
}

.topicon {
  margin-right: 10px;
}

.toplink {
  margin-right: 20px;
  background-image: url(/images/layout-kk/odr1.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 15px;
  margin-top: 15px;
}

#foot {
  position: relative;
  width: 980px;
  height: 110px;
  background-color: #e5e5e5;
  color: #666666;
  font-size: 10px;
}

#footLogo {
  position: absolute;
  left: 30px;
  top: 40px;
}

#footAdresa {
  position: absolute;
  left: 30px;
  top: 90px;
}

#footAdresa a {
  color: #3C5BA3;
}

#footCopyright {
  position: absolute;
  top: 90px;
  left: 820px;
}

#footCopyright a, #footCopyright a:visited {
  color: #666666;
  text-decoration: none;
}

#mainTable {
  width: 980px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-collapse:collapse;
}


#mainTableCenter {
  width: 520px;
  padding: 20px 40px 20px 40px;
  vertical-align: top;
}

#mainTableRight {
  width: 340px;
  padding: 20px 20px 20px 20px;
  vertical-align: top;
  background-image: url(/images/layout-kk/cara_vert.gif);
  background-repeat: repeat-y;
  background-position: left;
}

h1 {
  font-size: 20px;
  color: #003679;
}

h2 {
  font-size: 16px;
  color: #003679;
}

h3 {
  font-size: 14px;
  color: #003679;
}

h4 {
  font-size: 12px;
  color: black;
}

.verticalNavigationTable a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: White;
}

.verticalNavigationTable a:hover {
  color: yellow;
}

.vertNavigation, .vertNavigationOn {
  background-image: url(/images/layout-kk/hmenu_sep.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-right: 13px;
  padding-left: 13px;
  height: 43px;
  vertical-align: bottom;
  white-space: nowrap;
}

.vertNavigationFirst, .vertNavigationFirstOn {
  padding-right: 10px;
  padding-left: 0px;
  height: 43px;
  vertical-align: bottom;
}

#lista, #lista a {
  color: #aaaaaa;
}

#sectionName {
  font-size: 14px;
  color: #003679;
  font-weight: bold;
}

#contentTitle {
  font-size: 12px;
  padding-left: 50px;
  padding-right: 50px;
}
  
#content {
  width:700px;
}

/* LEFT MENU */

#menu {
  padding: 15px 0px 0px 0px;
  margin-bottom: 0px;
}

#menu ul
{
  padding: 0px;
  margin: 0px;
  list-style-type:none;
  padding-bottom: 0px;
  padding-top: 0px;
}

#menu li
{
  padding: 0px;
  margin: 0px;
}

#menu ul li
{
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 11px;
  font-weight: bold;
}

#menu ul li.menuULDirOpen
{
}

#menu ul li.menuULDirOpen a
{
  color: #aaaaaa;
}

#menu ul li.menuULDirOpen a:hover
{
}

#menu ul li.menuULDirClose
{
}

#menu ul li.menuULDirClose a
{
  color: #3C5BA3;
}

#menu ul li.menuULDirClose a:hover
{
  color: black;
}

#menu ul li.menuULDocOpen
{
}

#menu ul li.menuULDocOpen a
{
  color: #aaaaaa;
}

#menu ul li.menuULDocOpen a:hover
{
  color: black;
}

#menu ul li.menuULDocClose
{
}

#menu ul li.menuULDocClose a
{
  color: #3C5BA3;
}

#menu ul li.menuULDocClose a:hover
{
  color: black;
}

#menu ul li ul {
  margin-top: 5px;
}

#menu ul li ul li
{
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 10px;
  border-bottom: none;
}

/* LEFT MENU end */

.news_date {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  margin-bottom: 5px;
}

.news_text {
  padding-bottom: 20px;
}

#news_date {
  margin-bottom: 5px;
}

#news_perex {
  background-color: #ebebeb;
  padding: 10px;
  font-size: 13px;
}

#news_text {
  padding: 10px;
}

.goBack {
  text-align: center;
  clear:both;
}

img.news_img_left, .news_img_left a img {
  float: left;
  border: 1px solid gray;
  margin-right: 10px;
  margin-bottom: 10px;
}

.clearer {
  clear: both;
}

#footPrint {
  display: none;
}

.printOnly {
  display: none;
}

.tabulka-tech {
  width: 100%;
  border-collapse: collapse;
}

.tabulka-tech th {
  color: white;
  background-color: #005bab;
  padding: 3px;
  text-align: left;
  border: 1px solid #dcdcdc;
}

.tabulka-tech td {
  color: #4c4c4c;
  background-color: #f0f0f0;
  padding: 3px;
  text-align: left;
  border: 1px solid #dcdcdc;
}

.tabulkaStandard {
  border-collapse: collapse;
}

.tabulkaStandard th {
  color: white;
  background-color: #005bab;
  padding: 3px;
  text-align: left;
  border: 1px solid #dddddd;
}

.tabulkaStandard td {
  color: #4c4c4c;
  background-color: white;
  padding: 3px;
  text-align: left;
  border: 1px solid white;
}

.tabulkaStandard tr.odd td {
  background-color: #e5e5e5;
}

.galleryPhoto {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  float: left;
  margin: 5px;
}

.galleryPhoto img {
  border: none;
}

.galleryPages {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 12px;
  padding: 3px;
}

.galleryPagesPage {
  font-weight: bolder;
}

.tabInfo {
  margin-left: 10px;
  margin-bottom: 10px;
}
.tabInfo th {
  background-color: #005bab;
  color: white;
  font-size: 11px;
  padding: 3px;
}

.tabulkaKontakt {
  width:620px;
}

.tabulkaKontakt td {
  width:33%;
  padding-right:15px;
  padding-bottom:3px;
  vertical-align:top;
}

.tabulkaKontakt img {
  padding-right:5px;
  padding-top:0px;
float:left;
}

.tabulkaKontakt tr.podtrzeni {
  /*background-image: url("/images/layout/cara.gif");
  background-repeat: repeat-x;
  background-position: 10px;*/
}

.tabulkaKontakt tr.podtrzeni td {
  padding:5px;
  margin:5px;
  /*border-bottom: 1px solid #cccccc;*/
  border-top: 1px solid #cccccc;
}

.partneri {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
}

.partneriItem {
  border-top: 1px solid #cccccc;
        font-size:11px;
}

.partneriName {
  padding-top:2px;
  width:220px;
  float:left;
  font-weight:bold;
  color: #3C5BA3;
  text-decoration: underline;
  cursor: pointer;
}

.partneriPhone {
  padding-top:2px;
  padding-left:20px;
  width:130px;
  float:left;
  background-image: url("/images/layout/ico_phone_bw.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.partneriWww {
  padding-top:2px;
  padding-left:18px;
  width:200px;
  float:left;
  background-image: url("/images/layout/ico_home.gif");
  background-position: 0px 4px;
  background-repeat: no-repeat;
}

.partneriAddress {
  padding-bottom:3px;
  width:367px;
  float:left;
  clear:both;
}

.partneriDescription  {
  padding-bottom:3px;
  width:620px;
  margin-bottom: 10px;
  float:left;
}

.partneriDetail  {
  margin-bottom: 10px;  
}

.partneriEmail {
  padding-top:2px;
  padding-left:20px;
  width:170px;
  height:20px;
  float:left;
  background-image: url("/images/layout/ico_mail_bw.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.partneriBasic {
  clear:both;
  padding: 5px;
}

.partneriMore {
  clear:both;
  padding: 5px;
}

.partneriSelected {
}

#filtrForm {
  margin-bottom:20px;
}
  
.normalTable {
  width:100%;
  border-collapse:collapse;
}
  
.normalTable th {
  font-weight:bold;
  text-align:left;
  background-color:#efefef;
  border:1px solid #999999;
}
  
.normalTable td {
  text-align:left;
  background-color:#ffffff;
  border:1px solid #999999;
}
  
.normalTableCenter {
  width:100%;
  border-collapse:collapse;
}
  
.normalTableCenter th {
  font-weight:bold;
  text-align:center;
  background-color:#efefef;
  border:1px solid #999999;
}
  
.normalTableCenter td {
  text-align:center;
  background-color:#ffffff;
  border:1px solid #999999;
}
  
.normalTableCenter td.noRightBorder {
  border-right:none;
}
.normalTableCenter td.noLeftBorder {
  border-left:none;
}

.normalTableCenter th.left {
  text-align:left;
}

.sameTDWidth td {
  width:100px;
}
  
sub, sup {
  font-size:0.8em;
}

.news_img {
  float:left;
  margin-right:10px;
}
  
.news_img img {
  max-width:150px;
}
  
/* domy */
#dumDetaily {
  padding: 10px 20px 10px 0px;
  width: 215px;
  float: left;
  font-size:12px;
  margin-bottom: 20px;
}

.dumPudorys {
  float:right;
  width: 445px;
  padding:10px 20px 10px 0px;
}
  
.dumDalsiPopis {
  clear:both;
}
  
#dumPopis {
  font-size:11px;
  margin-bottom: 20px;
}

#dumDownloads {
}

#dumDownloads h3 {
  margin-top: 0px;
  padding-top: 0px;
}

#dumDownloads ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#dataDum {
  margin-top: 10px;
}

.dumFoto {
  float: left;
}

.dumFoto img {
  border: none;
}

#dumParametry {
  padding: 0px 20px 10px 20px;
  width: 215px;
  float: right;
}

.tabulkaParams {
  border-collapse:collapse;
  width:100%;
}

.tabulkaParams td {
  padding: 6px 6px 6px 3px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  vertical-align:bottom;
}

.tabulkaParams td sup {
  font-size:0.7em;
}
.tabulkaParams td.tabulkaParamsName {
  font-weight:bold;
}

.tabulkaParams {
  margin-bottom: 20px;
}

#dumGallery {
  margin-bottom: 20px;
}

.seznamDomu .news_text {
  width: 160px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  padding: 10px;
  height: 210px;
  position: relative;
}

.seznamDomu .news_text h4 {
  text-align: center;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
}

.seznamDomu .news_text .news_img_top {
  text-align: center;
}

.seznamDomu .news_text .news_img_top img {
  border: none;
}

.seznamDomu hr {
  display: none;
}

.goBack {
  margin-top: 20px;
}

.galleryPhoto {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  float: left;
  margin: 5px;
}

.galleryPhoto img {
  border: none;
}

.galleryPages {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 12px;
  padding: 3px;
}

.galleryPagesPage {
  font-weight: bolder;
}

.dumIkona {
  position: absolute;
  top: 70px;
  left: 100px;
}

.dumIkonaBig {
  float: right;
  padding: 0px;
}

.bigPhoto {
  margin-bottom:2px;
}
 
.smallPhoto img {
  margin-bottom:2px;
  margin-right:2px;
} 

.dumIkonaBig img {
  border: none;
}  
