/* CSS Document */

body {
color : #000000; 
background : #ffffff; 
font-size: 12pt;
font-family : "Times New Roman", Times, serif;
}

/* skjuler elementer */
#topp {
   display: none;
   visibility: hidden;
}

#sidebar-kolonne {
   display: none;
   visibility: hidden;
}

.annonse-468 {
   display: none;
   visibility: hidden;
}

#bunn {
   display: none;
   visibility: hidden;
}


#broedsmulesti {
   display: none;
   visibility: hidden;
}

#innhold-toolsmeny {
   display: none;
   visibility: hidden;
}

#merk-kode {
   display: none;
   visibility: hidden;
}


hr {
   display: none;
   visibility: hidden;
}


   
#ramme-ytre { 
   width: auto;
   margin: 0 5%;
   font-size: 12pt;
  
}

abbr:after {
  content: " (" attr(title) ")";
}

acronym:after {
  content: " (" attr(title) ")";
}

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid }
img { page-break-inside:avoid; page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 11pt;
   }
a[href^="/"]:after {
   content: " (http://www.kunnskapsbasen.com/" attr(href) ") ";
   }
