.button {
  color: black;
  border: 1px solid black;
  display: none;
}

#nextlevel {
  display: none;
}

#menu,
#header,
#footer,
#left,
#right {
  display: none;
}

#breadcrumbs {
  display: none;
}

/*** div tekst ***/
div#tekst {
  margin: 0;
  padding: 0;
  color: black;
}
div#tekst h1,
div#tekst h2,
div#tekst h3 {
  color: black;
}

#tekst ul {
  margin: auto auto auto 15px;
  list-style: disc;
}
#tekst li {
  margin: 0;
  padding: 0;
  list-style: disc;
  background: none;
}

div#tekst a {
  color: black;
  text-decoration: none;
}

.tablec {
  border:1px solid black;
}
.tablec td {
  border: 1px solid black;
}
.hcellc, lcellc, dcellc {
  background-color: white;
}

/*** search pages ***/
.searchquery {
  display:none;
}

.more {
  display:none;
}

/*** print ***/
.noprint {
  display:none!important;
}

.printonly {
  display:block;
}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}