﻿/* 
* Stylesheet for filliste
* 
*
*/

body {
	font-family: Arial, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
    font-size: 12px;
}

h1,  h2,  h3,  h4,  h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.2em;
	line-height: 1.1;
	margin-bottom: .2em;
}

h2 
{
    margin-top:1.5em;
	margin-bottom: 0.2em;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .3em;
}

h5, h6 { font-weight: bold; margin-bottom: .3em; }

/* HEADER */

#HeaderWrapper {
	background: transparent url(./Images/bg_header.png) repeat-x scroll center top;
	height: 102px;
	text-align: center;
}

#HeaderWrapper #Header 
{
    margin: 0 auto;
	position: relative;
	text-align: left;
	max-width: 950px;
    width: inherit;
}

#HeaderWrapper #Header .logo {
	position: absolute;
	top: 30px;
	left: 3px;
	background: url(./Images/Miljodirektoratet-logo.png) no-repeat left center;
	display: block;
	width: 185px;
	height: 42px;
}

#HeaderWrapper #Header h1 
{
    margin: 0;
    padding: 0;
	position: absolute;
	top: 39px;
	left: 230px;
}

#HeaderWrapper #Header h1 a {
	color: #000;
	padding: 5px;
    text-decoration: none;
}

/* SLUTT: Header */

#filliste {
	padding:0 10px;
	margin: 10px auto;
	max-width: 950px;
}

#filliste div.logo {
	max-width:50%;
}

#filliste hr {
    clear: both;
}

#filliste a, #filliste a:visited {
    color: #426C06;
    text-decoration: underline;
}

#filliste dl {
	float:left;
	width:100%;
	line-height:1.6em;
	margin:0 0 1.5em 0;
}
#filliste dt {
	float:left;
	width:20%;
	margin:0 2% 0 0;
	font-weight:bold;
    clear: left;
}
#filliste dd {
	float:left;
	width:78%;
	margin:0;
}

/* Added by Andy Olsen, 27 June 2013 */
#filliste *.spacedItem  {
    margin-top: 40px;
    margin-bottom: 10px;
}

#filliste *.spacedDokument  {
    margin-bottom: 10px;
}

/* Added by Andy Olsen, 23 June 2013 */
#filliste dt.subtitle {
	background-color: #dedede;
	width: 22%;
	margin:0;
}
#filliste dd.subtitle {
	background-color: #dedede;
	width: 60%;
}
#filliste dt.subsubtitle {
	background-color: #ececec;
	width: 22%;
	margin:0;
}
#filliste dd.subsubtitle {
	background-color: #ececec;
	width: 55%;
}

#filliste table {
	border: 1px solid #888888;
	border-collapse:collapse;
}
#filliste th {
	border: 1px solid #888888;
	color: #000000;
	background-color: #ececec;
	padding: 2px;
}
#filliste td {
	border: 1px solid #888888;
	padding: 2px;
}

/* Added by Andy Olsen, 15 January, 2014 */
/* Adjusted by KP, 21 Jan 2014 */
#filliste th.preNumericColumn, #filliste td.preNumericColumn {
	width: 160px;
	text-align: left;
	vertical-align: top;
}

/* Added by KP, 21 January, 2014 */
#filliste th.preNumericColumnWide, #filliste td.preNumericColumnWide {
	width: 320px;
	text-align: left;
	vertical-align: top;
}

/* Added by Andy Olsen, 15 January, 2014 */
/* Adjusted by KP, 21 Jan 2014 */
#filliste th.numericColumn, #filliste td.numericColumn {
	width: 36px;
	text-align: center;
	vertical-align: top;
}

#filliste tr.alt 
{
    color:#000000;
    background-color:#EAF2D3;
}
#filliste td:last-child {
	border-right:none;
}






/* Small layout */
@media only screen and (max-width : 767px) {
	#filliste dt, #filliste dd {
		width:100%;
		margin:0;
	}
}

/* Responsive elementer */
#filliste img {
	max-width: 100%;
}

/* opphavsrettstekst på kartbilde. KP: 20.02.2012 */    
.esriAttribution
{
    color: #000000;
    font-family: Sans-Serif;
    font-size:xx-small;
    font-weight:bold;  
    white-space: normal;
    overflow: visible;
}
    
/* Slutt filliste */


/* attachmentImagesPanel, added by Andy Olsen, 20 May 2013 */
    
#attachmentImagesPanel 
{
    width: 90%; 
}

#attachmentImagesPanel ul
{
    list-style-type: none;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

#attachmentImagesPanel .standardImage
{
    margin-bottom: 2%;
    text-align: center;
}

#attachmentImagesPanel .thumbnailImage 
{
    width: 15%; 
    margin-top: 2%;
    margin-bottom: 2%;
    border-right: 1px solid white;
    display: inline-block; 
    text-align: center;
    vertical-align: top;
}

/* Slutt attachmentImagesPanel */