@media print {

body {
	background: white;
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
}

h1 { font-size: 13pt; }

h2 { font-size: 11pt; }

h3 { font-size: 10pt; }

#c_header,
#c_topmenu,
#c_breadcrumb,
#advantage,
#tabcanvas,
.util {
	display: none;   
	visibility: hidden;
}

#c_centerandrightcol {
	float: left;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0;
	width: 752px;
}

#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

div#content {
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
   
#content a[href^="/"]:after {
   content: " (http://www.bbs.no" attr(href) ") ";
}

#advantages div.notfirst {
	display: block;
}

#printables {
	display: block !important;	
	visibility: visible;
}

#printables div,
.relcol {
	margin-left: 30px;	
}

#c_footer {
	margin-top: 50px;
	border-top: 1px solid #808080;
}

/* Expand listing */

.expandListing h2,
.chooseShortcuts,
.chooseForm { display: none; }
.expandListing h2.selected { display: block; }

/* sIFR */

.sIFR-replaced embed, .sIFR-replaced object {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	left: 0 !important;
	top: 0 !important;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	height: auto !important;
}

}