﻿html,body
{
	margin: 0;
	padding: 0;
	height:	100%;
	border: none;
}

body .standard
{
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
}

.standard_mindre
{
	font-family: Arial;
	font-size: 7pt;
	color: #333333;
}

a:link
{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #E2062C;
	font-weight: normal;
	text-decoration: underline;
}

a.productlink:link
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a.productlink:visited
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a.productlink:hover
{
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

H1
{
	font-family: 'Arial Narrow', Arial;
	font-size: 18pt;
	font-weight: normal;
	color: #e2062c;
	/* color: #333333; */
	display: inline;
	letter-spacing: 1px;
}

H2
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	display: inline;
}

.nyhet_datum
{
	font-family: Verdana;
	font-size: 8pt;
	color: #D0818F;
}

.nyhet_rubrik
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nyhet_rubrik_svart
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}