/*	Falkonergården
	sk@opengate.dk 23-06-2014
	
  Generelt
	Text: #00333b;
	Link: #007a87;
	Hover link: #0f4851;
	Hover search: #8ec0c4;
	Menu: #0f4851;
	Search: #015461;
	Qoutes: #d1d4d3;
	Top menu: #dddfde; 
*/

/*====================================
   PRINT STYLES 
=====================================*/
@page  { 
    size: auto;  /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin:10mm 20mm !important; 
    padding:0mm !important; 
} 

@media print {

	html { background:#ffffff none; }
	body {
	  background:#ffffff none;
	  margin: 0 !important; 
	  padding: 0 !important;
	  width:auto !important;
	}

	html,body,table,td, h1, h2, h3, h4, h5, h6, p, a, li, em, strong {
	  font: normal normal normal 12pt/16pt Arial, Helvetica, Geneva, Verdna, sans-serif;
	  color:#000000;
	  margin:0; 
	  padding:0;
	}

	#centerCol-1 h1 { font-size:18pt; line-height:24pt; }
	h1, h2 { font-size:14pt; line-height:18pt; }
	h3 { font-size:12pt; line-height:16pt;  }
	h4 { font-size:12pt; line-height:16pt; }
	h5 { font-size:12pt; line-height:16pt; }
	
	p { margin:0 0 12pt 0;  }
	strong { font-weight:bold; }

	td { padding:5px;}
	
	img { height:auto !important; width:auto !important; }
	figure { }
}




@media print {
	#mobileShortcuts,
	#mainMenuResponsive,
	#pressLink,
	#mainMenu,
	#searchBox,
	#miscWrapper,
	#leftContainer,
	#centerCol-2,
	#rightContainer,
	#footerWrapper,
	#footer,
	#footerCol-1,
	#footerCol-2,
	#footerCol-3,
	form {
		display:none;
	}
}
   
@media print {
	#websiteLogo { display:block; position:relative; width:100%; margin:0 0 10px 0;  border-bottom:1px solid #00333b; padding:0 0 10px 0; text-align:left; }
	#centerContainer { width:100%; }
	#centerCol-4 .tx-ttaddress-pi1 .img { float: left !important; margin:0 14px 0 0 !important; }
	.accordionTrigger { display:block !important;}
	
	#addressWrapper { background:transparent none; }
	#address { border-top:2px solid #00333b; margin:10px 0 0 0; padding:5px 0 0 0;}
	#address ul { list-style:none outside none;}
	#address ul li { float:left; margin:0 10px;}  
	#address p, div#address a { font-size:12px; }
}