html {margin-left: 0px; margin-right=0px;}
.menu {color: rgb(114,41,54); width: 100%; text-decoration: none; }
.menu:hover {color: rgb(114,41,54); width: 100%; text-decoration: none; }
.menu:visited { color: rgb(114,41,54); width: 100%; text-decoration: none;}
:link{ color: rgb(114,41,54); }
:link:visited { color: rgb(114,41,54); }
:link:hover { color: rgb(244,164,96); text-decoration: none; }
.przycisk { font: 11px verdana; color: rgb(114,41,54); background: #dcdcdc; }
img {border: 0px; }

table.plany { text-align: center; font: 9px verdana; border: 0px; border-color: #a9a9a9;   }
table.plany td { padding: 4px; border: 1px solid; }
td.naglowek, .naglowek td { font-weight: bold; background: rgb(243,239,227); border: 1px solid; }

.zgloszenie { width: 500px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size:11px; text-align:justify }
.zgloszenie td { font-family: Verdana, Helvetica, Arial, sans-serif; font-size:11px; text-align:justify }
.zgloszenie .przyklad { color: #888888; font-style: italic; vertical-align: top; font-weight: normal }
.zgloszenie p { text-indent: 15px; margin-bottom: 5px }
.data { color: #888888; font-style: italic; font-weight: normal}

#miasto {
  margin-top: 6px;
  margin-left: 10px;
  text-align: center;
  background: red;
  float: left;
  height: 100%;
  overflow: hidden;
}
#miasto ul {
  list-style: none;
  margin: 0px; padding: 0px;
}
#miasto li {
  display: inline;
  float: both;

}
#miasto a {
  display: block;
  padding: 10px 30px 10px 30px;
  color: white;
  font-weight: bold;
}
#miasto a:hover {
  background: white;
  color: red;
    margin: 0px; 
  
}
