/***************  Soubory s formatovani casti webu ************/

/* stylopis menicek */
@import url('menus.css?version=0');

/* Vztahujici se k veskerym modulum p.zona, diskuse, novinky, formular - vyjimky od soucasneho formulare... */
@import url('moduls.css?version=0');

/* Formatovani obecnych formularu, vcetne kliklych a chybovych stavu */
@import url('forms.css?version=0');

/* Obecne odkazy, nadpisy atd.  */
@import url('globals.css?version=0');

/* Definice barev a obrazku v pozadi bloku pro jednotlive skiny */
@import url('skin.css?version=1');

/* Maska vzhled webu nesystemove casti - byvale mask.css*/
#page-cover {width:100%;}
#page {width:980px; margin: 0 auto; padding-bottom: 2em;}
#mask-header {width:980px; height:172px; padding:93px 0 0 0;position:relative; }
#logo {position:absolute; top:21px; left:20px;}
#mask-tools {width:88px; float:right; padding-top:1em;}
#mask-tools a{display:block; width:12px; background-position: top; float:left; margin-left:10px;}
#mask-tools a:hover {background-position: bottom; }
#mask-tools span {display:none !important;}
a#link-home {height:11px;}
a#link-hotline {height:9px; margin-top:1px;}
a#link-print {height:11px; }
a#link-webmap {height:10px; margin-top:1px;}
#mask-menu-top {position: absolute; right:0; top:49px;}
#mask-content-left {float:left; width:212px; padding: 34px 0 0 0;}
#mask-menu-left {padding:5px 13px 15px 13px;}
#mask-content-right {float:right; width:736px; padding: 5px 0 0 30px;}
.column-left img{margin:0; padding:0;}
#mask-footer-cover {width:100%; padding-top: 2em;}
#mask-footer {width:980px; margin: 0 auto; text-align:center; font-size:90%; padding-bottom: 1em;}
#mask-footer-copyright {width:980px; padding: 0 0 1.4em 0; margin-bottom: 1em; }
#mask-pz-links {position:absolute; width:269px; height:102px; right:0; top:130px; padding: 0 5px 29px 15px;}
#mask-pz-links form { width:100%; clear:both; height:52px; margin:0; padding:0; }
#mask-pz-links input.text { width:129px; height:19px; border:0; padding:3px 8px 0 9px; margin:0 5px 0 0; display:block; float:left; font-size:92%; }
#mask-pz-links input.submit { display:block; float:left; width:109px; height:20px; margin:1px 0 0 0; padding:0; border:0; font-weight:bold; text-align:center; cursor:pointer; }
#mask-pz-links a {font-size:92%; font-weight:bold; margin:0 0 0 3px; padding-left:10px; }
#mask-pz-links a.mr { margin-right:10px; }
#mask-pz-links p.title { padding:3px 0 8px 20px; margin:0px; }
#mask-pz-links strong.name { display:block; margin:0; padding:0 0 0 12px; }
#mask-pz-logged { padding-left:10px; }
.mask-article.home {width:476px; float:left; padding-right:30px}
.members-list-row {margin-bottom:1.5em; width: 736px; }
.members-list-row h2 {padding: 0.3em 6px; margin-bottom:0.8em;}
.members-list-row p {padding: 0 14px 0 6px; width: 250px; float:left;}
.members-list-row p.member-logo {width: 175px; float:left; padding-top: 4px;}
.members-list-row p.member-desc {width:716px; float:none; clear:both;}

/* Zakladni format pro elementy stranky - */
body {margin: 0; padding: 0; }
.cleaner {clear: both; font-size: 0; line-height: 0; visibility: hidden;}

/* popup okno - DIV */
.popup {
  position: absolute;
  z-index: 100;
  text-align: left;
  top: 25%;
  left: 25%;
  padding: 5px;
  filter:alpha(opacity='90');
  opacity: 0.90;
  background-color: #ECF6F8;
  overflow: auto;
  border: solid #084862 0.2em;
}
.popup-head   {text-align: right; padding: 0 0 10px;}
.popup-head a {font-weight: bold;}
.popup-body   {text-align: left;}

/* skryti statistiky */
#mask-statistic {display: none;}
