﻿/* GLOBAL BROWSER RESETS */
body, div, p, ul, li, fieldset, legend, label,
h1, h2, h3, h4, h5, h6, blockquote, span
{
	margin: 0px;
	padding: 0px;	
}
body
{
	color: #474747;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;	
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial;	
}
h1
{
	color:#000000;
	font-size: 26px;
	font-weight:normal;
	padding:10px 0;
}
h2,
h2 a,
h2 a:hover
{
	color:#C12E24;
	font-size: 22px;
	font-weight: normal;
	text-decoration:none;
}
h3
{
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding-top:8px;
}
h4
{
	font-size: 14px;
	font-weight: normal;
	margin-bottom:10px;
}
p
{
	padding: 4px 0;
	line-height:18px;
}
img
{
	border: 0px;
}
a
{
	color: #e4160a;
	outline:none;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
fieldset
{
	border: none;
}
label
{
	font-size: 12px;
}
ul
{
	margin-bottom:10px;
}
ol
{
	padding:8px 0 10px 30px;
	margin:0;
}
li
{
	line-height:20px;
}
ol li
{
	padding-bottom:7px;
}
ul li
{
	margin-left:20px;
}
table, tr, td
{
	font-size:13px;
}
table
{
	margin-bottom:13px;
}
.ingress
{
	font-size:15px;
	line-height:20px;
}
table.tabellMedKantlinje
{
	border-collapse: collapse;
}
table.tabellMedKantlinje td
{
	border:1px solid #cccccc;
}