html, body {
  margin: 10px;
  padding: 0;
  background: #fff none;
  color: #000;
}
html, body, td, th {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
li {
  margin: 0.4em 0;
}
a:link {
  color: #00e;
}
a:link:hover, a:link:visited:hover {
  color: #b60;
}
img {
  border: 0;
}
th {
  font-weight: bold;
  text-align: left;
}

#page {
  width: 100%;
}

#pagebody {
  width: 100%;
  background: #DBE5F1 none;
  color: #000;
  border: 1px solid #DBE5F1;
}
#pagebody h1 {
  font-size: 160%;
  color: #93423E;
}
#pagebody h2 {
  font-size: 120%;
  color: #93423E;
}

#content {
  float: left;
  width: 65%;
  padding: 30px 5% 20px 2%;
  border-right: 3px dashed #ddc;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

#sidebar {
  padding: 10px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  font-size: 14px;
}
.sidebarbox h2 {
  font-size: 120%;
}

#header {
  width: 100%;
  height: 87px;
  color: #006;
  background-image: url('img/mapa.jpg');
  background-repeat: no-repeat;
  background-color: #58A0D8;
  border: 1px solid #fff;
}

#navbar, #footer {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #000 none;
  color: #ddd;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border: 1px solid #fff;
}
#footer {
  text-align: center;
}
#navbar a:link, #footer a:link {
  color: #9cd;
  font-weight: bold;
}
#navbar a:visited, #footer a:visited {
  color: #6cc;
  font-weight: bold;
}
#navbar a:hover, #footer a:hover {
  color: #db0;
}
#flag {
  float: right;
  width: 20px;
  margin: 0.2em 4px 0 0;
}
#hlavnimenu {
}

.spacer {
  clear: both;
}
p.podpis {
  text-align: right;
  font-style: italic;
}

.micronav {
  font-size: 85%;
}
.centered {
  text-align: center;
}
