html {
    overflow-y: scroll;
    height: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Calibri, Arial, sans;
  font-weight: bold;
  color: #575757;
  font-size: 14px;
    height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
}
.footer, .push {
  height: 50px;
}

#content {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#logo {
  width: 350px;
  height: 90px;
  background-image: url("/img/top.png");
}
#menu {
  font-weight: bold;
  font-size: 13px;
  width: 350px;
  text-align: center;
  margin-bottom: 4px;
}
.mspc {
  font-size: 10px;
}
#menu a:link, #menu a:visited, #menu a:active {
  text-decoration: none;
  color: #575757;
}
#menu a:hover {
  text-decoration: none;
  color: #a81919;
}

img a {
  border: 0px;
}

a:link, a:visited, a:active {
  color: #a81919;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.light {
  color: #b0b0b0;
}
.dark {
  color: #575757;
}
.red {
  color: #a81919;
}

#space {
  height: 4px;
}

.heading {
  font-weight: bold;
  color: #a81919;
  font-size: 24px;
}

.subheading {
  font-size: 18px;
}

.italics {
  font-style: italic;
}
.bold {
  font-weight: bold;
}

.subtitle {
  font-weight: bold;
  color: #a81919;
  font-size: 10px;
}

.postcontent {
  width: 350px;
  text-align: justify;
}

.datum {
  width: 350px;
  text-align: right;
  color: #a81919;
}

.poezie {
  text-align: left;
}
.spring {
  margin-left: 30px;
}

h1.hidden {
  display: none;
}
