﻿/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}








/* Skjul elementer der ikke skal printes */

#SkipToHeaderLink, #SkipToContentLink, #SkipFromHeaderToContentLink, #RatePageForm, .Logo, .TopNavigationRegion, .ContentMenuBlock, .GlobalServiceNavigation, .GlobalServiceNavigation {
	display: none;	
}

.ArticleBanner, .FatFooter, .DocumentImage, .SpotRegion {
    display: none;
}







/* Styling af resterende elementer */

body {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.15em;
}

a, a:visited, a:active {
	color: #000000;
	
}

.Image {
	padding-bottom: 0.5em;	
}

.Printdata {
	padding-bottom: 2em;
	font-size: 8pt;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19pt;
	font-weight: normal;
	color: #6F0824;
	padding-bottom: 0.5em;
	padding-top: 1em;
	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding-top: 0.5em;
	width: 80%;
}

p {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 10pt;
	padding-bottom: 1em;
	width: 80%;
}


.DocumentAbstract {
	padding-bottom: 0.5em;
}

.DocumentAbstract p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	width: 80%;
	line-height: 1.3em;
}

.DocumentPageDescriptionType {
	font-size: 8pt;	
	color: #79746E;
}

.DocumentText {
	font-family: Verdana, Geneva, sans-serif;	
}

.DocumentUpdated {
	padding-top: 2em;
	font-size: 8pt;
}

.FooterText p{
	font-size: 8pt;
}

.FooterText {
	padding: 2em 0em;
	text-align: center;
	border-top: 1px solid #79746E;
}





/* Liste-elementer */

li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 10em 1.5em 3.5em;
	font-size: 10pt;
}
ul li {
	list-style-type:disc;
}

ul ul li {
	list-style-type:circle;
}

ul li {
	list-style-type: disc;	
}

ol li {
	list-style-type:decimal;
}

ol ol li {
	list-style: upper-alpha;
}
ol ol ol li {
	list-style: lower-roman;
}

li {
	padding-bottom: 0.3em;	
}







/* Tabeller */

table {
	margin: 20px 00px;	
}

td, th {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 9pt;
	padding: 10px 5px;
	text-align: left;
}

th, th a {
	text-decoration: none;	
	color: #6F0824;
}

th {
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

tr {
	border-bottom: 1px #999999 solid;	
}

.CompareButton, td input {
	display: none;	
}

caption {
	font-family: Verdana, Geneva, sans-serif;	
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
}

.TestTableOddRow {
background-color:#E6E5E5;
}

