a {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}
a:hover {
  text-decoration: none;
}
.newsblok img {
  float: right;
  border: 2px solid silver;
  margin-left: 10px;
}
.newsblok a:hover img {
  border: 2px solid #ef9b49;
}
.hlaska {
  text-align: center;
  font-size: 25px;
}
.translate {
  text-align: center;
}
.green {
  color: green;
}
.red {
  color: red;
}

.table-form td {
  padding: 5px;
}

.table-vypis {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  font-size: 80%;
}
.table-vypis th {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  padding: 7px;
  background-color: #f7cea7;
  text-align: center;
}
.table-vypis td {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  padding: 3px;
}
.table-vypis .bgcol
{
	background-color: #ffffcc;
}
.table-vypis .bgnocol
{
	background-color: white;
}
.table-vypis .even
{
	background-color: #f5f5f5;
}
/* listování ve výpisech */
.listing {
  margin-top:15px;
}
.listing a {
  text-decoration: none;
  color: red;
}
.listing-navig {
  /*font-family: Webdings;
  font-size: 120%;*/
  font-weight: bold;
}

#user-indicator {
  background: #dceefc;
  text-align: right;
  padding: 5px;
  margin-left: 35px;
  margin-right: 35px;
}
#user-indicator a {
  font-weight: bold;
  color: red;
}

.user-menu {
  /*margin-left: -15px;*/
}
.user-menu li {
  margin-top: 7px;
}

.nejblizsi-udalosti li {
  margin-top: 7px;
}

.help {
  cursor: help;
}
.upozorneni {
  color: red;
  font-size: 18px;
  font-weight: bold;
  background: yellow;
  padding: 0 5px 0 5px;
}
.povinny {
  color: red;
  font-size: 18px;
  font-weight: bold;
}

a.ext {
  background: url(images/ext.png) right top no-repeat;
  padding-right: 10px;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* styly fotogalerie */
.gallerythumb img {
  border: 2px solid silver;
}
.gallerythumb a:hover img {
  border: 2px solid #ef9b49;
}
.gallerytitle {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
.gallerypopis {
  text-align: center;
}
.galleryimgvelky {
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid silver;
}
.gallerylink {
  text-align: center;
  margin-bottom: 20px;
}
.gallerypocet {
  text-align: center;
  font: 11px Verdana, Arial, sans-serif;
}
.gallerycounter {
	font-size: 90%;
  text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
.gallerycounter_select {
	color: #ef9b49;
	font-size: 140%;
	font-weight: bold;
}
.galleryimgname {
  font-size: 10px;
  color: black;
  text-align: center;
}
.tableexif {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  font: 10px Verdana, Arial, sans-serif;
}
.tableexif th {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  padding: 3px;
  background-color: #efefef;
}
.tableexif td {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  padding: 3px;
}

/* styly mapy v kontaktech */
#mapa { width: 600px; height: 300px; border: 1px solid #047ec4; margin:10px auto;}
#mapa * { color: #000000; font-size: 11px; text-align: left;}

/* styly overlib (http://www.bosrup.com/web/overlib/?Command_Reference) */
.fontClass { /* obsahová část */
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding: 5px;
	border-left: 1px solid #595d66;
	border-right: 1px solid #595d66;
	border-bottom: 1px solid #595d66;
	background-color: #fff;
}
.capfontClass { /* titulková část */
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:  #ffffff;
	text-align: left;
	padding: 5px 5px 5px 25px; /* nahoře,vpravo,dole,vlevo */
	background-color: #595d66;
}

/* ostatní */
#content fieldset { padding:10px; margin:0px 10px 10px 10px; }
#content legend { text-transform:uppercase; font-size:15px; padding-left:10px; font-weight:bold; }









