@import url(cma.css);
@import url(contentMenu2.css);
@import url(calendar.css);
@import url(styles.css);
@import url(menu/menu.css);

/* ------------------------------------------------- */

html, body 
{
  margin: 0px;
  padding: 0px;
  color: #555555;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 84%;
}

body 
{
  background: #F0F0F0;
  /*text-align: center;*/
}
  
/* ------------------------------------------------- */



/* ------------------------------------------------- */
a{}

.a, a:link, a:visited, a:active, a:hover, a:hover {
  color: #C42100;
  text-decoration: underline;
}

/* ------------------------------------------------- */

.expanded {
  display: block;
}

.collapsed {
  display: none;
}

/* ------------------------------------------------- */

.bannerTable {
  margin-bottom: 14px;
}

.bannerTd {
  vertical-align: bottom;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.bannerTextDivOuter {
  overflow: hidden;
}

.bannerTextDivInner {
  margin: 10px;
}

/* ------------------------------------------------- */

.bannerHomepageDivOuter {
  position: absolute;
  left: 459px;  
  top: 25px;
  border: 1px solid #FFFFFF;
  padding-left: 27px;
  background-color: #CC9E47;
}

.bannerHomepageDivInner {
  border-left: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

.bannerVerticalDiv {
  position: absolute;
  left: 783px;  
  top: 25px;
  border: 1px solid #FFFFFF;
}

/* ------------------------------------------------- */

.contentPreviewDiv {
  margin-top: 16px;
  margin-bottom: 16px;
}

.contentPreviewGuestbookCitizenDiv {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-bottom: 3px;
  border-bottom: solid 1px #AD4335;
}

/* ------------------------------------------------- */

.bodyTd {
  background: #f8fbff; /* scheme */
}

.contentTd p {
  text-align: justify;
}

.contentTitle {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* ------------------------------------------------- */

.contentPath, .contentPath a:link, .contentPath a:visited, .contentPath a:active, .contentPath a:hover {
  /*color: #A0A0A0;*/
  color:#000000;
}

.contentPath {
  font-size: 90%;
}

/* ------------------------------------------------- */

.footerTd {
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #FFFFFF;
  background: #11426b; /* scheme */
}

.footerTd div {
  font-size: 80%;
}

.footerTd div, .footerTd a:link, .footerTd a:visited, .footerTd a:active, .footerTd a:hover {
  color: #FFFFFF;
}

/* ------------------------------------------------- */

.searchFormDivOuter, .onlineFormDivOuter {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  background: #EBF1F7; /* scheme */
}

.searchFormDivInner, .onlineFormDivInner {
  margin: 10px;
}

/* ------------------------------------------------- */

.messageboxDivOuter {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 380px;
  background: #EBF1F7; /* scheme */
  border: 1px solid #CCCCCC;
}

.messageboxDivInner {
  padding: 16px;
}

/* ------------------------------------------------- */

h1, .h1 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #000000;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: normal;
  font-style: normal;
  width:480px;
}

h2, .h2 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 14px;
  color: #000000;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 160%;
  font-weight: normal;
  font-style: normal;
}

h3, .h3 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 10px;
  color: #555555;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  font-style: normal;
}

h4, .h4 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 10px;
  color: #555555;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
}

/* ------------------------------------------------- */

.withBullet {
  padding-left: 14px;
  background: url(../images/bullet_header.png) no-repeat 0% 50%;
}

.withLine {
  background: url(../images/dot_gray.png) repeat-x 0% 85%;
}

input.withBullet {
  padding-left: 20px; 
  padding-right: 10px; 
  background-position: 8px 50%; 
  background-image: url(../images/bullet_default.png); 
  background-repeat: no-repeat;
}

.first-child {
  margin-top: 0px;
}

/* ------------------------------------------------- */

ul, ol {
  padding: 0em;
  margin: 0em;
  margin-left: 3.3em;
  margin-top: 8px;
  margin-bottom: 8px;
}

ul li, ol li {
  padding: 0em;
  margin: 0em;
  margin-top: 3px;
  margin-bottom: 3px;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* ------------------------------------------------- */

form {
  margin: 0px;
}

input, textarea, select {
  border: 1px solid #CCCCCC;
  background: #FFFFFF url(../images/form_input_bkg.png) repeat-x 0% 100%;
  /*color: #333333;*/
  color:#000000;
  padding: 2px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 94%;
  font-weight: normal;
}

input.checkbox {
  background: none;
  border: 0px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

input.button {
  border: 1px solid #CCCCCC;
  background: #F3F3F3 url(../images/form_button_bkg.png) repeat-x 0% 100%;
  /*color: #666666;*/
  color:#000000;
  padding: 2px 3px 2px 3px;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 94%;
  font-weight: normal;
  
}

input.image {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: none;
}

/* ------------------------------------------------- */

hr {
  margin-left: 0;
  margin-right: auto;
  height: 1px;
  border: 0px;
  border-top: 1px solid #CCCCCC;
}

/* ------------------------------------------------- */

img.symbols24x24, input.symbols24x24 {
  width: 24px;
  height: 24px;
  border: 0px;
  background-image: url(../images/symbols24x24.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

/* ------------------------------------------------- */

img.pollPercentageBar {
  margin-right: 3px;
  height: 6px; 
  border: 0px; 
  border-right: 5px solid #0098DB;
  border-top: 1px solid #0098DB;
}

/* ------------------------------------------------- */

.pager {
  margin-top: 16px;
  padding-left: 16px;
  border-top: 1px solid #CCCCCC;
}

.pager .page-current, .pager .page-default,
.pager .first-enabled, .pager .last-enabled, .pager .previous-enabled, .pager .next-enabled, 
.pager .first-disabled, .pager .last-disabled, .pager .previous-disabled, .pager .next-disabled, 
.pager .dots
{
  margin-right: 1px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  color: #11426b;
  background: #e8f1fa; /* scheme */
  border: 1px solid #CCCCCC;
  border-top: 0px;
  text-align: center;
  text-decoration: underline;
}

.pager .dots
{
  text-decoration: none;
}

.pager .page-current, .pager .page-default {
  font-weight: bold;
}

.pager .first-disabled, .pager .last-disabled, .pager .previous-disabled, .pager .next-disabled,
.pager .dots
{
  color: #CCCCCC;
}

.pager .page-current, .pager a:hover div {
  color: #FFFFFF;
  border: 1px solid;
  border-top: 0px;
  background: #11426b; /* scheme */
}

/* ------------------------------------------------- */

.forumMessages .keyword1 {
  background-color: #008000;
  color: white;
}

.forumMessages .keyword2 {
  background-color: #808000;
  color: white;
}

.forumMessages .keyword3 {
  background-color: #0E53A0;
  color: white;
}

.forumMessages .keyword4 {
  background-color: #B82020;
  color: white;
}

.forumMessages .keyword5 {
  background-color: #932894;
  color: white;
}

/* ------------------------------------------------- */

.sitemap {
  margin-bottom: 50px;
}

.sitemap ul
{
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;  
}

.sitemap li
{
  list-style-image: none;
  list-style-type: none;
  margin:0px;
  padding: 10px 4px 0px 15px;
  font-size: 100%;
  font-weight: normal;  
  position:relative;
  background-image: url("../images/sitemap_grad.gif");
  background-repeat: repeat-x;
  font-weight: bold;
  font-size: 110%;
  margin-bottom:3px;
  
}

.sitemap li div
{
  width:140px;
}

.sitemap li ul li
{
  margin-left:140px;
  font-size: 90%;
  font-weight: normal;
  position:relative;
  padding:2px 0px 8px 10px;
  position: relative;
  top:-17px;
  background: transparent;
  border-bottom: 1px dashed #CCDCEA; /* scheme */
}

.sitemap li ul li div
{
  width:130px;
}

.sitemap li ul li ul li
{
  margin-left:145px;
  font-size: 100%;
  border:none;
  position:relative;
  padding:0px 4px 0px 5px;
  top:-10px;
  background: transparent;
}

.sitemap li ul li ul li div
{
  width:230px;
}

.sitemap li ul li ul li ul li
{
  margin-left:0px;
  position: relative;
  top:0px;
  background: transparent;
  font-size: 90%;
  text-indent: -0.8em;
}

.sitemap li ul li ul li ul li div
{
  padding-left:15px;
}

.sitemap .a, .sitemap a:link, .sitemap a:visited, .sitemap a:active, .sitemap a:hover {
  color: #555555;
    
}

.sitemap hr {
  border-top: 1px dashed #CCDCEA; /* scheme */
}

.section-city, .section-citizen, .section-businessman, .section-traveller {
  padding: 15px;
  padding-top: 12px;
  padding-bottom: 30px;
  background: url(../images/sitemap_bkg.png) repeat-x 0% 0%; /* scheme */
}

/* ------------------------------------------------- */

.headerLink, .headerLink:link, .headerLink:visited, .headerLink:active, .headerLink:hover {
  color: #555555;
}

.newsHeaderLink, .newsHeaderLink:link, .newsHeaderLink:visited, .newsHeaderLink:active, .newsHeaderLink:hover {
  color: #000000;
}

/* ------------------------------------------------- */

.borderTopBottom {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

/* ------------------------------------------------- */

div#htmlMenu{
  padding-top:1px;
  background-image: url(../images/menu_grad_bottom.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  width:770px;
}

div#htmlMenu a img{
  float:left;
}

.htmlMenuHPCity, .htmlMenuHPCitySelected {
  width: 193px;
  height: 87px;
  background: url(../images/menu_hp_city.jpg) no-repeat 0% 0%;
  float: left;
}

.htmlMenuHPCitySelected {
  background: url(../images/menu_hp_city_selected.jpg) no-repeat 0% 0%;
}

.htmlMenuHPCitizen, .htmlMenuHPCitizenSelected {
  width: 193px;
  height: 87px;
  background: url(../images/menu_hp_citizen.jpg) no-repeat 0% 0%;
  float: left;
}

.htmlMenuHPCitizenSelected {
  background: url(../images/menu_hp_citizen_selected.jpg) no-repeat 0% 0%;
}

.htmlMenuHPBusinessman, .htmlMenuHPBusinessmanSelected {
  width: 193px;
  height: 87px;
  background: url(../images/menu_hp_businessman.jpg) no-repeat 0% 0%;
  float: left;
}

.htmlMenuHPBusinessmanSelected {
  background: url(../images/menu_hp_businessman_selected.jpg) no-repeat 0% 0%;
}

.htmlMenuHPTraveller, .htmlMenuHPTravellerSelected {
  width: 191px;
  height: 87px;
  background: url(../images/menu_hp_traveller.jpg) no-repeat 0% 0%;
  float: left;
}

.htmlMenuHPTravellerSelected {
  background: url(../images/menu_hp_traveller_selected.jpg) no-repeat 0% 0%;
}

.htmlMenuSPCity, .htmlMenuSPCitySelected {
  width: 193px;
  height: 37px;
  background: url(../images/menu_sp_city.png) no-repeat 0% 0%;
  float: left;
}

.htmlMenuSPCitySelected {
  background: url(../images/menu_sp_city_selected.png) no-repeat 0% 0%;
}

.htmlMenuSPCitizen, .htmlMenuSPCitizenSelected {
  width: 193px;
  height: 37px;
  background: url(../images/menu_sp_citizen.png) no-repeat 0% 0%;
  float: left;
}

.htmlMenuSPCitizenSelected {
  background: url(../images/menu_sp_citizen_selected.png) no-repeat 0% 0%;
}

.htmlMenuSPBusinessman, .htmlMenuSPBusinessmanSelected {
  width: 193px;
  height: 37px;
  background: url(../images/menu_sp_businessman.png) no-repeat 0% 0%;
  float: left;
}

.htmlMenuSPBusinessmanSelected {
  background: url(../images/menu_sp_businessman_selected.png) no-repeat 0% 0%;
}

.htmlMenuSPTraveller, .htmlMenuSPTravellerSelected {
  width: 191px;
  height: 37px;
  background: url(../images/menu_sp_traveller.png) no-repeat 0% 0%;
  float: left;
}

.htmlMenuSPTravellerSelected {
  background: url(../images/menu_sp_traveller_selected.png) no-repeat 0% 0%;
}

a.htmlMenuHP:link, a.htmlMenuHP:visited, a.htmlMenuHP:active, a.htmlMenuHP:hover,
a.htmlMenuSP:link, a.htmlMenuSP:visited, a.htmlMenuSP:active, a.htmlMenuSP:hover {
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  position: relative;
  left: 9px;
  top: 54px;
}

a.htmlMenuSP:link, a.htmlMenuSP:visited, a.htmlMenuSP:active, a.htmlMenuSP:hover {
  top: 4px;
}

#flashMenu {
  display: none;
}

/* ------------------------------------------------- */

.kiosk td {
  vertical-align: top;
}

.kiosk li {
  font-size: 150%;
  text-align: left;
}

.kiosk .columns {
  margin-left: 30px;
}

.kiosk .columns td {
  width: 400px;
}


/* ------------------------------------------------- */

.webcam-list {
  /* background: #F7FBFF; */
}

.webcam-preview {
  padding-left: 10px;
}

.webcam-preview.selected {
  padding-left: 5px;
  border-left: 5px solid #9ABAD5;
}

.webcam-preview.selected .title {
  font-weight: bold;
}

.webcam-preview, .webcam-preview a:link, .webcam-preview a:visited, .webcam-preview a:active, .webcam-preview a:hover {
  color: #005999; /* scheme */
}

.webcam-gallery .title-box {
  margin-top: 16px;
  margin-bottom: 8px;
}

.webcam-gallery .title {
  font-size: 120%;
    font-weight: bold;
}

.webcam-gallery .thumbnail-box {
  margin-right: 8px;
}

/* ------------------------------------------------- */

/* Mapy */

.yellow ul
{
  list-style: none;
  margin-left:15px;
}

.yellow ul li
{
  background: url(../images/bodka_yellow.gif) no-repeat 0px 3px;
  padding-left:12px;
}

.yellow ul li a
{
  color: #53575A;
}

.blue ul
{
  list-style: none;
  margin-left:15px;
}

.blue ul li
{
  background: url(../images/bodka_blue.gif) no-repeat 0px 3px;
  padding-left:12px;
}

.blue ul li a
{
  color: #53575A;
}

.red ul
{
  list-style: none;
  margin-left:15px;
}

.red ul li
{
  background: url(../images/bodka_red.gif) no-repeat 0px 3px;
  padding-left:12px;
}

.red ul li a
{
  color: #53575A;
}

.green ul
{
  list-style: none;
  margin-left:15px;
}

.green ul li
{
  background: url(../images/bodka_green.gif) no-repeat 0px 3px;
  padding-left:12px;
}

.green ul li a
{
  color: #53575A;
}
/* /Mapy */

#skip a, #skip a:hover, #skip a:visited 
{ 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
	position:static; 
	width:auto; 
	height:auto; 
} 

/* Fulltext highlighting */

.ftel, .ftkw {
  color: #303030;
  font-weight: bold;
}


