﻿/*----------------------------------------------------------
	CSS file for Harstad kommune
----------------------------------------------------------*/

@media all {
	/* TEKST STØRRELSER */
	h1 { font-size: 2em; line-height: 1.2em; }
	h2 { font-size: 1.2em; line-height: 1.2em; }
	h3 { font-size: 1.1em; line-height: 1.1em; }
	
	/* TEKST STILER (SKRIFTTYPE, FET, KURSIV o.l.) */
	body { font-family: Verdana, Sans-Serif; line-height: 1.5em; }
	h1, h2, h3, h4, h5 { font-weight: normal; margin-top: 0; padding-top: 0; }
	h2 { font-weight: bold; margin-bottom: 0.3em; }
	h3 { font-weight: bold; }
	
	/* DIVERSE */
	.hidden { display: none; }
	.clear { clear: both; }
	.left { float: left; }
	.right { float: right; }
	#accessibilitynavigation { position: absolute; top: -500px; }
}

@media screen, projection {
	/* DIVERSE */
	.screenHidden { display: none; }
	
	/* FILTERS */
	.filter { background-color: #f7f7f7; font-style: italic; padding: 5px; margin-bottom: 10px; }
	.rssFilter {}
}

@media print {
	/* DIVERSE */
	.printHidden { display: none; }
}