body {
  text-align:center;
  line-height: 26px;
  font-size: 13px;
  margin:0;
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
}

.clear { clear: both; font-size: 0; line-height: 0; }

div#menu { color: #003B85; }

img.logo { border: 0; }
img.galeria { 
  margin: 5px;
  border: 10px solid #f3f3f3;
}
a:hover img.galeria {
  border-color: #ebebeb;
}

a:link, a:visited { color: #003B85; text-decoration: none; }
a:active, a:hover { color: red; text-decoration: none; }

a.active {
  font-weight: bold;
}

a.stopka:link, a.stopka:visited { color: gray; text-decoration: none; }
a.stopka:active, a.stopka:hover { color: red; text-decoration: none; }

a img {
  border:0;
}

#header {
  background: #f8f8f8;
  height: 26px;
  color: gray;
}
#header-in{
  position:relative;
}
#header-in, #top, #content, #footer {
  width: 750px;
  margin: 0 auto;
}
#slogan {
  position: absolute;
  left:0;
}
#flagi {
  position: absolute;
  right:0;
  color: silver;
}
#flagi span, #flagi a {
  display: block;
  float: left;
  padding: 0 5px;
}
#flagi a img {
  margin-top: 7px;
}
#top {
  position: relative;
  height: 85px;
  border-bottom: 2px solid red;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
}
#menu {
  position: absolute;
  bottom: 0;
  right: 0;
}
#content {
  text-align: justify;
}
#footer {
  color: #aaa;
  font-size: 11px;
  border-top: 2px solid red;
  font-weight: bold;
}

p {
  margin: 5px 0;
}
.small {
  font-size: 10px;
}
.center {
  text-align: center;
}

.gallery-title {
  font-size: 15px;
  line-height: 30px;
  color: #777;
  font-weight: bold;
  font-family: tahoma, Verdana, Arial, sans-serif;
  border-bottom: 1px solid #f3f3f3;
}
.gallery-footer {
  font-size: 10px;
  color: #777;
  border-top: 1px solid #f3f3f3;
  text-align: center;
}
.podpis {
  text-align: right;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #777;
}