/*******************************************************************************
  $Id: print.css,v 1.5 2009/01/26 16:01:31 TJ Exp $
*******************************************************************************/
.printhide, 
body.adminpage > .bodybox > .col.c1, 
body.adminpage > .bodybox > .col.c3
{
	display: none;
}

.printonly
{
	display: block;
}

body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 78%;
	font-weight: normal;
	background: #ffffff;
	background-image: none;
}

img, math
{
	page-break-inside: avoid;
}

h1, h2, h3, h4, h5, h6
{
	page-break-after: avoid;
}

h2
{
	margin-top: 0px;
	border-top-style: solid;
	border-top-width: 1px;
}

pre
{
	overflow: visible
}

abbr[title]:after {
	font-weight: normal;
	content:" (" attr(title) ") ";
}

abbr, span.abbr
{
	border-bottom: none;
}

#terms-conditions
{
	font-size: 41%;
}

	#terms-conditions h2
	{
		font-size: 250%;
	}
	
	#terms-conditions h3
	{
		/*height: 6pt;*/
		height: 20px;
		font-weight: bold;
	}
	
	#terms-conditions h4
	{
		/*height: 6pt;*/
		height: 20px;
		text-indent: 0pt;
		margin-bottom: 0pt;
		font-weight: normal;
		border-bottom-width: 0pt;
	}
	
.col.c1, col.c3
{
	width: 47%;
}


.paper
{
	border-width: 0px;
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	height: 800px;
	margin: 0px auto;
	/* margin: 0px auto -1px auto;  Husk at width også skal sættes */
}

.pagebreaker
{
	page-break-before: always;
}
