﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;

}

/* Formtag */
form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Image tags */
img
{
	border-style: none;
}

.printicon
{
	
	float: right;
}

/* Text header tags */
h1
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.5em; 
	color: #333;
	display: inline-block;
}

h2
{
	padding: 0.4em 0 0.2em 0;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

h3
{
	padding: 0.4em 0em 0em 0em;
	margin: 0px 0px 0px 0px;                     
	font-weight: bold;
    font-size: 13px;
	color: #333;
}

h5
{
	font-family:Verdana;
	font-size:11px;
	font-style:normal;
	font-weight: normal;
	color:#333;
	margin: 0px 0px 0px 0px;
	display: inline;
}

/* Text paragraph tags */
p
{
	 margin-bottom: 2px;
	 margin-top: 2px;
}

/* Link tags */
a
{
	color: #000000;	
	text-decoration:underline;
}
a:hover
{
	color: #000000;	
	text-decoration:underline;
}

.listlink
{
	color: #000000;	
}

.listlink:hover
{
	color: #000000;	
}

.printlink
{
	float: right;
}

.headerlink
{
	font-size:11px;
	font-family:Verdana, Sans-Serif;
	color: #000000;	
	text-decoration:none;
}

.headerlink:link
{
	font-size:11px;
	font-family:Verdana, Sans-Serif;
	color: #000000;	
	text-decoration:none;
}

.headerlink:hover
{
	font-size:11px;
	font-family:Verdana, Sans-Serif;
	color: #000000;	
	text-decoration:none;
}

/* List tags */
#listitem_odd
{
	background-color:#c1d72f;
}

/* List header */

.listheader
{
	position:relative;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	height:16px;
}

.listheader_col_title
{
    position:relative;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 2px;
    width:270px;
    float:left;
}

.listheader_col_date
{
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	position:relative;
	width:140px;
    float:right;   
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 525px;
}

.listitem_default_info
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.listitem_col_title
{
    position:relative;
    margin:0px 0px 0px 2px;
    padding: 0px 0px 0px 0px;
    width:270px;
    display:block;
   
}

.listitem_col_date
{
	position:relative;
    float:right;
    padding: 0px 5px 0px 0px;
}

/* Odd and Even items*/
.listitem_odd
{
	background-color:#FFFFFF;
	display:block;
	clear:right;
	position:relative;
	
	padding:2px 0px 2px 2px;
    margin:0px 0px 0px 0px;
}

.listitem_even
{
	background-color:#e6e0cf;
	display:block;
	clear:right;
	position:relative;
	padding:2px 0px 2px 2px;
    margin:0px 0px 0px 0px;
}
/* Left column in content area */
#leftcol
{
	position: relative;
	display:block;
    border-style:none;
	width: 495px;
    padding:0px 0px 20px 25px;
    
    border-color: gainsboro;
	border-right-style: solid;
	border-right-width: 4px;
} 

#content
{
    position:relative;
    display:block;
	width:700px;
}

#footer
{
	background-image:url(Images/Design/Vgen-lng-devis.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:700px;
	height:150px;
}

.logo
{
	height:150px;
	background-image:url(Images/Design/lnynashamn_small.gif);
	background-repeat:no-repeat;
	background-position:25px 0px;
}

/* Right column in content area */
#rightcol
{
	position:absolute;
	top:0px;
	left:520px;
	width: 150px;
	margin-right: 0px;
	padding: 0px 0px 0px 15px;
}

.innercols
{
    position:relative;
    display:block;
    width:100%;
}

.leftinnercol
{
	position:relative;
    display:block;
	width: 210px;
	padding: 0px 20px 0px 0px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: gainsboro;
}

.rightinnercol
{
	position:relative;
	width:240px;
	float:right;
    padding:0px 0px 0px 20px;
}

/* Content area with no columns */
#nocol
{
	
} 


