@charset "utf-8";

/* BLOCKS */
body {
  background: #fff;
  color: #000;
  font-size: 9pt; /* ERSTMAL FESTGEKODET */ }
h1:after {
	content: ":";
  padding: 0 1em; }


/* INLINES */
a {
  color: #000; }



/* CLASSES */
.noprint {
  display: none; }
body.index h4 {
  margin-bottom: 1.38em; }


/* LAYOUT */
#sitename, #title {
	float: left; }
#content {
	float: none;
	clear: both; }
