body {
  background-color: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 1em;
}

#header h1 {
  width: 221px;
  height: 100px;
  background: url(../imgs/logotype_print.gif) no-repeat center center;
  margin: 0;
  padding: 0;
}

#header h1 a {
  display: none;
}

#menu {
  display: none;
}

#home-box {
  display: none;
}

#footer {
  font-size: 0.7em;
}

#home-right {
  display: none;
}

/* zobrazenie URLiek pri tlaci */
a, a:visited {color: #0000FF; text-decoration: underline;}
a[href]:after {content: " [" attr(href) "]";}

a[href^="#"]:after,					/* vnutorne odkazy */
a[href^="javascript:"]:after {		/* skripty */
	content: "";
}
