﻿@media all {
	body {
		font-size: 12px;
		font-family: Arial;
		color: #000;	
	}
	.clear { clear: both; }	
	th { text-align: left; }
}

@media screen, projection {
	body { margin: 0px; padding: 0px; background-color: #d9dadb; }
	.sitePageTypeWrapper { margin-left:auto;margin-right:auto;width:810px; }
	.module-ClientWrapper { padding-top: 5px; padding-bottom: 5px; border-bottom: solid 1px #aaaaff; width: 100%; }
	.module-ContentWrapper { margin-bottom: 15px; }

	h1 { font-size: 150%; margin-top: 0px; }
	h2 { font-size: 130%; margin-top: 0px; }
	h3 { font-size: 110%; margin-top: 0px; }
	
	a { color: #00f; text-decoration: none; }
	a:hover { color: #00f; text-decoration: underline; }
	
	/* PAGETOP: Toppen av siden */
	.pageTopContainer {	color: #ffffff; background-color: #62b251; }
	.pageTopContainer a { text-decoration: none; color: #fff; font-size: 120%; }
	.pageTopContainer a:hover { text-decoration: underline; color: #fff; }

	/* PAGEBOTTOM: Toppen av siden */
	.pageBottomContainer { color: #fff; background-color: #62b251; }
	.pageBottomContainer a { text-decoration: none; color: #fff; font-size: 120%; }
	.pageBottomContainer a:hover { text-decoration: underline; color: #fff; }

	.NavigationPath { color: #292929; }
	.NavigationLocal {  margin-left: -22px; padding-bottom: 3px; text-decoration: none; list-style-image: url('../../img/4dots.gif'); }
	.NavigationLocal a { text-decoration: none; }
	.NavigationLocal a:hover { text-decoration: underline; }
	.NavigationLocalSelected {  margin-left: -22px; padding-bottom: 3px; text-decoration: none; font-weight: bold; list-style-image: url('../../img/4dots.gif');  }
	.NavigationLocalSelected a { text-decoration: none; }
	.NavigationLocalSelected a:hover { text-decoration: underline; }
}

@media print {
	.printHidden { display: none; }	
}
