﻿@media all {
	th { text-align: left; }
	.hidden { display: none; }
	.clear { clear: both; }
	.requiredField { color: Red; font-weight: bold; }
		
	.contactlist {}
                  
  .contacttopline { border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; margin-bottom: 15px; padding: 5px; background-color: #f7f7f7; }
  .contacttoplineitem { padding: 5px; font-size: 150%; }
  .contacttoplineitem a {}
  
  .contactsection { margin-bottom: 20px; }
  .contactletterheadline { font-size: 150%; border-bottom: 1px dashed #ccc; padding-bottom: 5px; margin-bottom: 5px; }
  .contactletterheadline a {}
  .contactlistitems { margin-left: 20px; }
  .contactlistitem {}
  .contactlistitem a {}
  
  .tjenestetopline { border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; margin-bottom: 15px; padding: 5px; background-color: #f7f7f7; }
  .tjenestetoplineitem { padding: 5px; font-size: 150%; }
  .tjenestetoplineitem a {}
  
  .tjenestesection { margin-bottom: 20px; }
  .tjenesteletterheadline { font-size: 150%; border-bottom: 1px dashed #ccc; padding-bottom: 5px; margin-bottom: 5px; }
  .tjenesteletterheadline a {}
  .tjenestelistitems { margin-left: 20px; }
  .tjenestelistitem {}
  .tjenestelistitem a {}
}

@media screen, projection {
	.screenHidden { display: none; }
}

@media print {
	.printHidden { display: none; }	
	.SiteContent-Areas-Left {display: none;}
	.SiteContent-Areas-Right {display: none;}
	.SiteContent-Tabs {display: none;}
	.SiteContent-TopImage {display: none;}
	.SiteContent-SiteMenu {display: none;}
}
