/*
	------------------------------------------------------------------------------------------------------
		OM STYLESHEETET
	------------------------------------------------------------------------------------------------------
		Merk at alle browserspesifikke hacks / tilpasninger ligger i egne css-filer i samme mappe som denne filen.
		Hver nettleser laster kun inn sin egen hacksfil.
	------------------------------------------------------------------------------------------------------
		GENERELLE EGENSKAPER
	------------------------------------------------------------------------------------------------------
*/
Body
{
	font-family					: Arial;
	color						: #000000;
	font-size					: 14px;
}
a
{
	text-decoration				: none;
}
p
{
	padding						: 0 0 10px 0;
	margin						: 0;
}
/*	
	--------------------------------
		Fontvekt- og stil
	--------------------------------
*/
.normalText
{
	font-weight					: normal;
	font-style					: normal;
	font-variant				: normal;
	text-decoration				: none;
}
.boldText		{	font-weight					: bold;			}
.italicText		{	font-style					: italic		}
.obliqueText	{	font-style					: oblique;		}
.smallcapsText	{	font-variant				: small-caps;	}
.underlinedText	{	text-decoration				: underline;	}
/*	
	--------------------------------
		Headere
	--------------------------------
*/
H1					
{	
	font-size					: 30px;	
}
H4
{
	font-size					: 26px;
	margin						: 14px 0 13px 0;
}
H5														/* Headere i nyhetsliste / pressemeldingsliste */
{
	font-size					: 14px;
	margin						: 14px 0 13px 0;
}
/*	
	--------------------------------
		Fargeangivelser i artikkelmaler
	--------------------------------
*/
.standardHeader		
{	
	color						: #592a0d;
	margin						: 0;
	padding						: 0;	
}
.standardIngress	
{	
	color						: #666666;
	line-height                 : 20px;	
}
.storTekst
{
    font-size                   : 14px;
    font-weight                 : normal;
    color                       : #666666;
    line-height                 : 20px;
}
.mellomstorTekst
{
    font-size                   : 12px;
    font-weight                 : normal;
    color                       : #666666;
    line-height                 : 15px;
}
.mellomstorTekst2
{
    font-size                   : 12px;
    font-weight                 : normal;
    color                       : #666666;
    line-height                 : 17px;
}
.litenTekst
{
    font-size                   : 11px;
    font-weight                 : normal;
    color                       : #666666;
    line-height                 : 15px;
}
.listeHeader										/* Brukes i nyhets- og pressemeldingslistene */
{
	color						: #000000;
}
/*	
	--------------------------------
		Ankere i artikkelmaler
	--------------------------------
*/
a
{
	color						: #e95100;
}
a.readmore
{
	color						: #e95100;
}
H1 a, H2 a, H3 a, H4 a, H6 a
{
	color						: #592a0d;	
}
H5 a
{
	color						: #000000;
}
H5 a:Hover
{
	color						: #e95100;
}
.storReadmore
{
    font-size                   : 14px;
    color                       : #e95100;
}
.mellomStorReadmore
{
    font-size                   : 12px;
    color                       : #e85601;
}
a.searchheader
{ 
font-size:18px;
color:#000000; 
font-weight:bold;
}

a.searchheader:hover
{ 
font-size:18px;
color:#e95100; 
font-weight:bold;
}

/*	
	--------------------------------
		Grafiske bakgrunnslinjer
	--------------------------------
*/
.HZLINE319
{
	position					: relative;
	width						: 319px;
	height						: 2px;
	margin						: 10px 0 10px 0;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/HZLINE_LeftCol_319px.jpg');
	background-repeat			: no-repeat;
	background-position			: left top;	
}
.HZLINE450
{
	position					: relative;
	clear                       : both;
	width						: 450px;
	height						: 2px;
	margin						: 10px 0 10px 0;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/HZLINE_LeftCol_450px.jpg');
	background-repeat			: no-repeat;
	background-position			: left top;	
}
.HZLINE657
{
	position					: relative;
	clear                       : both;
	width						: 657px;
	height						: 2px;
	margin						: 10px 0 10px 0;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/HZLINE_LeftCol_657px.jpg');
	background-repeat			: no-repeat;
	background-position			: left top;	
}
/*	
	--------------------------------
		Initielle egenskaper for listimages
	--------------------------------
*/
.listimagefloatright,
.right
{
	float						: right;
	margin						: 0 0 0 10px;
	padding						: 0;
}
.listimagefloatleft,
.left
{
	float						: left;
	margin						: 0 10px 0 0;
	padding						: 0;
}
/*
	------------------------------------------------------------------------------------------------------
		HOVEDRAMMEVERK
		- Inndeling av siden i områdene Top, Main, og Footer
		- Merk: Stilsetting av OuterCanvas og Innercanvases er satt i eget stylesheet
		- Merk: Vi har hacks for IE6 som ikke følger vanlig DOM min-height (Se IE6-exceptions stylesheet)
	------------------------------------------------------------------------------------------------------
*/
div#Top.defaultStyle
{
	position					: relative;
	clear						: both;
	height						: 170px;
	width						: 100%;
	overflow					: hidden;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top.jpg');
	background-repeat			: repeat-x;
	background-position			: left top;
}
div#MainCanvas_1.defaultStyle					/* NB! Se IE6-exceptions CSS for hacks her */
{
	position					: relative;
	clear						: both;
	min-height					: 300px;
	width						: 100%;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Main_Top.jpg');
	background-repeat			: repeat-x;
	background-position			: left top;	
}
div#MainCanvas_2.defaultStyle					/* NB! Se IE6-exceptions CSS for hacks her */
{
	position					: relative;
	clear						: both;
	min-height					: 300px;
	width						: 100%;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Main_Bottom.jpg');
	background-repeat			: repeat-x;
	background-position			: left bottom;	
}
div#MainCanvas_3.defaultStyle
{
	position					: relative;
	clear						: both;
	width						: 960px; /* 1060px - 100px */
	height						: 100%;
	padding						: 0 0 110px 100px;
}
div#Footer.defaultStyle
{
	position					: relative;
	clear						: both;
	height						: 206px;
	width						: 100%;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Footer.jpg');
	background-repeat			: repeat-x;
	background-position			: left top;
	overflow					: hidden;
}
/*
	------------------------------------------------------------------------------------------------------
		TOP-contents
	------------------------------------------------------------------------------------------------------
		Innenfor div#Top
	------------------------------------------------------------------------------------------------------
*/
div#TopProfile.defaultStyle
{
	position					: relative;				/* Dette er området øverst til venstre som holder Nidarlogoen */
	float						: left;
	height						: 96px;
	width						: 207px; /* (519px - 112px); */
	padding						: 0 0 0 112px;
	overflow					: hidden;
}
div#TopMenu2.defaultStyle								/* Dette er menyen øverst til høyre på siden m/søk */
{
	position					: relative;
	float						: left;
	width						: 741px;
	height						: 96px;
	overflow					: hidden;
}
div#TopKwMenu.defaultStyle								/* Dette er hovedmenyen / toppmenyen */
{
	position					: relative;
	clear						: both;
	width						: 100%;
	height						: 71px;
	background-repeat			: repeat-x;
	background-position			: bottom left;
}
/*
	------------------------------------------------------------------------------------------------------
		FOOTER
	------------------------------------------------------------------------------------------------------
		Innenfor div#Footer
	------------------------------------------------------------------------------------------------------
*/
div#Footer.defaultStyle .left
{
	position					: relative;
	float						: left;
	width						: 250px; /* (463px - 80px) */
	height						: 187px; /* 206px - 19px */
	padding						: 19px 0 0 80px;
	overflow					: hidden;
	margin                      : 0;
}
div#Footer.defaultStyle .left p
{
	padding						: 0 0 0 20px;
}
div#Footer.defaultStyle .right
{
	position					: relative;
	float						: left;
	width						: 732px;
	height						: 206px;
	padding						: 0 0 0 0;
	margin                      : 0;
	overflow					: hidden;
}
/*
	----------------------------------------------------------------------------------------------------------------------------
		TopKwMenu
	----------------------------------------------------------------------------------------------------------------------------
*/
/*	
	--------------------------------
		TopKwMenu :: Fonter
	--------------------------------
*/
div#TopKwMenu.defaultStyle a
{
	font-family					: Arial;
	font-size					: 14px;			
	color						: #f4e3ca;
}
div#TopKwMenu.defaultStyle a:Hover,
div#TopKwMenu.defaultStyle li.selected ul li.selected a
{
	color						: #e95100;		/* NB! Fontfarge for anchor i meny som er uthevet men ikke :hover er satt i javascriptet TopKwMenu.js i Menu mappen! */
}
/*	
	--------------------------------
		TopKwMenu :: Menykonstruksjon
	--------------------------------
*/
div#TopKwMenuLvl1.defaultStyle
{
	position					: relative;
	clear						: both;
	width						: 970px;
	height						: 43px;
	margin						: 1px 0 0 80px;
	padding						: 1px 0 5px 14px;
	background-image				: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top_Menu_Level_1.jpg');
	background-repeat				: no-repeat;
	background-position				: left top;
}
div#TopKwMenuLvl1.defaultStyle ul
{
	width						: 100%;
	display						: inline;
	list-style-type					: none;
	margin						: 0;
	padding						: 0;
}
div#TopKwMenuLvl1.defaultStyle ul li
{
	list-style-type					: none;
	display						: block;
	float						: left;
}
div#TopKwMenuLvl1.defaultStyle ul li div
{
	position					: relative;
	float						: left;
	margin-top					: 1px;
	height						: 38px;
}
div#TopKwMenuLvl1.defaultStyle ul li div div
{
	position					: relative;
	float						: left;	
	padding-top					: 10px;
}
div#TopKwMenuLvl1.defaultStyle ul li div div a
{
	font-weight					: normal;
	color						: #f4e3ca;
	padding						: 0 10px 0 10px;
	text-decoration					: none;
	border-bottom					: none;
}
div#TopKwMenuLvl1.defaultStyle ul li ul
{
	position					: absolute;
	width						: 960px;
	left						: 0;
	top						: 48px;
	list-style-type					: none;
	display						: inline;
	float						: left;
	padding						: 0 0 0 14px;
}
div#TopKwMenuLvl1.defaultStyle ul li ul li
{
	list-style-type					: none;
	display						: block;
	float						: left;
	padding						: 0 0 0 0; /* 0 12px 0 0; */
	height						: 36px;
}
div#TopKwMenuLvl1.defaultStyle ul li ul li div
{
	padding						: 0;
}
div#TopKwMenuLvl1.defaultStyle ul li ul li div div a
{
	font-weight					: normal;
	color						: #f4e3ca;
	text-decoration					: none;
	border-bottom					: none;
}
div#TopKwMenuLvl1.defaultStyle .TopKwMenuLeft
{
	float						: left;
	width						: 2px;
	display						: none;
	background-image				: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top_Menu_Level_1_Badge_Pipe.jpg');
	background-repeat				: no-repeat;
	background-position				: top left;
}
div#TopKwMenuLvl1.defaultStyle .TopKwMenuRight
{
	float						: left;
	width						: 2px;
	background-image				: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top_Menu_Level_1_Badge_Pipe.jpg');
	background-repeat			: no-repeat;
	background-position			: top left;
}
div#TopKwMenuLvl1.defaultStyle .TopKwMenuRight2
{
	float						: left;
	width						: 2px;
}
/*
	----------------------------------------------------------------------------------------------------------------------------
		TopKwMenu2
	----------------------------------------------------------------------------------------------------------------------------
*/
/*
	--------------------------------
		TopKwMenu2 :: Fonter
	--------------------------------
*/
div#TopKwMenu2.defaultStyle a
{
	font-family					: Arial;
	font-size					: 12px;
	color						: #000000;
	text-decoration				: none;
}
div#TopKwMenu2.defaultStyle a:Hover
{
	color						: #000000;		
}
/*	
	--------------------------------
		TopKwMenu2 :: DIV-containere rundt menyen
	--------------------------------
*/
div#TopKwMenu2.defaultStyle								/* Denne ligger rundt hele menyen */
{
	position					: relative;
	float						: left;
	width						: 572px; /*616px;*/
	height						: 30px;
	margin						: 0 0 0 0;
	padding						: 0 0 0 0;
}
div#TopKwMenu2.defaultStyle .TopKwMenu2Align			/* Denne bruker vi på en DIV som ligger rundt menyen for å aligne til høyre i div#TopKwMenu2.defaultStyle	*/
{
	float						: right;
	padding-right				: 10px;
}
/*	
	--------------------------------
		TopKwMenu2 :: Menykonstruksjon
	--------------------------------
*/
div#TopKwMenu2.defaultStyle ul
{
	width						: 100%;
	display						: inline;
	list-style-type				: none;
	margin						: 0;
	padding						: 0;
}
div#TopKwMenu2.defaultStyle ul li
{
	list-style-type				: none;
	display						: block;
	float						: left;
}
div#TopKwMenu2.defaultStyle .TopKwMenu2Left				/* Pipe til venstre for menypunktet */
{
	float						: left;
	width						: 2px;
	height						: 32px;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top_Menu2_Badge_Pipe.jpg');
	background-repeat			: repeat-y;
	background-position			: top left;
}
div#TopKwMenu2.defaultStyle .TopKwMenu2Badge			/* Denne ligger rundt selve menypunktet mellom pipene */
{
	position					: relative;
	float						: left;
	height						: 13px;
	padding						: 19px 20px 0 6px;
}
div#TopKwMenu2.defaultStyle .TopKwMenu2Right			/* Pipe til høyre for siste menypunkt */
{
	float						: left;
	width						: 2px;
	height						: 32px;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top_Menu2_Badge_Pipe.jpg');
	background-repeat			: repeat-y;
	background-position			: top left;
}
/*
	----------------------------------------------------------------------------------------------------------------------------
		TopSearch
	----------------------------------------------------------------------------------------------------------------------------
*/
div#TopSearch.defaultStyle
{
	position					: relative;
	float						: left;
	width						: 169px;
	height						: 39px;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top_Search_Box.jpg');
	background-repeat			: no-repeat;
	background-position			: top left;

}
div#TopSearch.defaultStyle input
{
	float						: left;
	width						: 108px;
	border						: none;
	margin						: 8px 15px 0 10px;
}
div#TopSearch.defaultStyle td.SearchButton
{
	padding						: 12px 0 0 0;
}
div#TopSearch.defaultStyle img
{
	float						: left;
	width						: 24px;
	height						: 24px;
	border						: none;
}
div#TopSearch.defaultStyle img:Hover
{
	cursor:help;
}
/*
	----------------------------------------------------------------------------------------------------------------------------
		BottomKwMenu
	----------------------------------------------------------------------------------------------------------------------------
*/
/*
	--------------------------------
		BottomKwMenu :: Fonter
	--------------------------------
*/
div#BottomKwMenu.defaultStyle a
{
	font-family					: Arial;
	font-size					: 12px;
	color						: #000000;
	text-decoration				: none;
}
div#BottomKwMenu.defaultStyle a:Hover
{
	color						: #000000;		
}
/*	
	--------------------------------
		BottomKwMenu :: DIV-containere rundt menyen
	--------------------------------
*/
div#BottomKwMenu.defaultStyle								/* Denne ligger rundt hele menyen */
{
	position					: relative;
	float						: left;
	width						: 742px;
	height						: 30px;
	margin						: 1px 0 0 0;
	padding						: 0 0 0 0;
}
div#BottomKwMenu.defaultStyle .TopKwMenu2Align			/* Denne bruker vi på en DIV som ligger rundt menyen for å aligne til høyre i div#TopKwMenu2.defaultStyle	*/
{
	float						: right;
	padding-right					: 10px;
}
/*	
	--------------------------------
		TopKwMenu2 :: Menykonstruksjon
	--------------------------------
*/
div#BottomKwMenu.defaultStyle ul
{
	width						: 100%;
	display						: inline;
	list-style-type					: none;
	margin						: 0;
	padding						: 0;
}
div#BottomKwMenu.defaultStyle ul li
{
	list-style-type					: none;
	display						: block;
	float						: left;
}
div#BottomKwMenu.defaultStyle .TopKwMenu2Left				/* Pipe til venstre for menypunktet */
{
	float						: left;
	width						: 2px;
	height						: 32px;
	background-image				: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top_Menu2_Badge_Pipe.jpg');
	background-repeat				: repeat-y;
	background-position				: top left;
}
div#BottomKwMenu.defaultStyle .TopKwMenu2Badge			/* Denne ligger rundt selve menypunktet mellom pipene */
{
	position					: relative;
	float						: left;
	height						: 19px;
	padding						: 13px 6px 0 6px;
}
div#BottomKwMenu.defaultStyle .TopKwMenu2Right			/* Pipe til høyre for siste menypunkt */
{
	float						: left;
	width						: 2px;
	height						: 32px;
	background-image				: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Top_Menu2_Badge_Pipe.jpg');
	background-repeat				: repeat-y;
	background-position				: top left;
}
/*
	----------------------------------------------------------------------------------------------------------------------------
		Breadcrumb
	----------------------------------------------------------------------------------------------------------------------------
*/
/*
	--------------------------------
		Breadcrumb :: Fonter
	--------------------------------
*/
div#Breadcrumb.defaultStyle a
{
	font-family					: Arial;
	font-size					: 12px;
	color						: #e95100;
	text-decoration					: none;
}
div#Breadcrumb.defaultStyle a:Hover
{
	/*color						: #000000;*/
}
/*	
	--------------------------------
		Breadcrumb :: DIV-containere rundt menyen / brødsmulestien
	--------------------------------
*/
div#Breadcrumb.defaultStyle
{
	position					: relative;
	clear						: both;
	width						: 100%;
	height						: 20px;
	padding						: 0px 0 10px 0;
	overflow					: hidden;
}
div#Breadcrumb.defaultStyle .breadcrumbText
{
	position					: relative;
	float						: left;
	color						: #592a0d;
}
div#Breadcrumb.defaultStyle .breadCrumbDivider
{
	position					: relative;
	float						: left;
	padding						: 0 5px 0 10px;
}
/*	
	--------------------------------
		Breadcrumb :: Menykonstruksjon
	--------------------------------
*/
div#Breadcrumb.defaultStyle ul
{
	width						: 100%;
	float						: left;
	display						: inline;
	list-style-type					: none;
	margin						: 0;
	padding						: 0;
}
div#Breadcrumb.defaultStyle ul li
{
	list-style-type					: none;
	display						: block;
	float						: left;
}
div#Breadcrumb.defaultStyle ul li ul
{
	list-style-type					: none;
	display						: inline;
	float						: left;
}
div#Breadcrumb.defaultStyle ul li ul li
{
	list-style-type					: none;
	display						: block;
	float						: left;
}
/*
	----------------------------------------------------------------------------------------------------------------------------
		PAG_1_Main
	----------------------------------------------------------------------------------------------------------------------------
*/
div#PAG_1_Main.defaultStyle
{
	position					: relative;
	clear						: both;
	width						: 970px; /* 960px; */
	height						: 100%;
	overflow					: hidden;
}
/*	
	--------------------------------
		PAG_1_Main :: #Left
	--------------------------------
*/
div#PAG_1_Main.defaultStyle #Left
{
	position					: relative;
	float						: left;
	width						: 678px;/*678px;*/
	height						: 100%;
	margin						: 0 0 0 0;
	overflow					: hidden;
}
div#PAG_1_Main.defaultStyle #Left #MainToppImage
{
	padding						: 0 0 32px 0;
}
/*	
	--------------------------------
		PAG_1_Main :: #Left .OneCol artikkelliste
	--------------------------------
*/
div#PAG_1_Main.defaultStyle #Left .OneCol
{
	position					: relative;
	float						: left;
	width						: 645px;
	height						: 100%;
	margin						: 0 0 0 0;
	padding						: 0 20px 0 0;
	overflow					: hidden;
}
/*	
	--------------------------------
		PAG_1_Main :: #Left .TwoCol artikkelliste
	--------------------------------
*/
div#PAG_1_Main.defaultStyle #Left .TwoCol
{
	position					: relative;
	float						: left;
	width						: 319px;
	height						: 100%;
	margin						: 0 0 0 0;
	padding						: 0 20px 0 0;
	overflow					: hidden;
}
/*	
	--------------------------------
		PAG_1_Main :: #Left Mediabank
	--------------------------------
*/
div#PAG_1_Main.defaultStyle #Left div#Mediabank
{
	position					: relative;
	clear						: both;
	width						: 310px; /*302px;*/
	height						: 51px;
	padding						: 17px 0 0 10px;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/BGR_Bildebank_Selector.jpg');
	background-repeat				: no-repeat;
	background-position				: top left;
}

div#PAG_1_Main.defaultStyle #Left #MediabankSelector
{
	position					: relative;
	clear						: both;
	width						: 295px;
	font-size					: 11px;
}
/*	
	--------------------------------
		PAG_1_Main :: #Right
	--------------------------------
*/
div#PAG_1_Main.defaultStyle #Right
{
	position					: relative;
	float						: left;
	width						: 280px;
	height						: 100%;
	overflow					: hidden;
}
div#PAG_1_Main.defaultStyle #Right .OneCol
{
	position					: relative;
	clear						: both;
	width						: 270px;
	min-height					: 100px;
	height						: 100%;
	overflow					: hidden;
}
div#PAG_1_Main.defaultStyle #Right .crossfader
{
	position					: relative;
	clear						: both;
	width						: 280px;
	min-height					: 50px;
}
/*	
	--------------------------------
		PAG_1_Main :: #Right :: Grå forløpningsbokser
	--------------------------------
*/
div#PAG_1_Main.defaultStyle #Right .boxbgrtop,
div#PAG_2_Main.defaultStyle #Right .boxbgrtop
{
	position					: relative;
	clear						: both;
	font-size					: 2px;
	padding						: 0;
	margin						: 0;
}
div#PAG_1_Main.defaultStyle #Right .boxbgrbottom,
div#PAG_2_Main.defaultStyle #Right .boxbgrbottom
{
	position					: relative;
	clear						: both;
	font-size					: 2px;
	padding						: 0;
	margin						: 0;
}
div#PAG_1_Main.defaultStyle #Right .boxbgrbody,
div#PAG_2_Main.defaultStyle #Right .boxbgrbody
{
	position					: relative;
	clear						: both;
	width						: 252px;
	min-height					: 270px;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/FRAMEBGR_RightCol_Body.jpg');
	background-repeat			: no-repeat;
	background-position			: top left;
}
div#PAG_1_Main.defaultStyle #Right .boxbgrcontinue,
div#PAG_2_Main.defaultStyle #Right .boxbgrcontinue
{
	position					: relative;
	clear						: both;
	width						: 100%;
	height						: 100%;
	background-image			: url('/eway/custom/design/NidarCom/Themes/Standard/Images/FRAMEBGR_RightCol_Body_Cont.jpg');
	background-repeat			: repeat-y;
	background-position			: top left;
}
div#PAG_1_Main.defaultStyle #Right .boxmessage,
div#PAG_2_Main.defaultStyle #Right .boxmessage 
{
	position					: relative;
	clear						: both;
	width						: 230px;
	padding						: 15px;
}
/*
	----------------------------------------------------------------------------------------------------------------------------
		PAG_2_Main
	----------------------------------------------------------------------------------------------------------------------------
*/
div#PAG_2_Main.defaultStyle
{
	position					: relative;
	clear						: both;
	width						: 960px;
	height						: 100%;
	overflow					: hidden;
}
/*	
	--------------------------------
		PAG_2_Main :: #Left
	--------------------------------
*/
div#PAG_2_Main.defaultStyle #Left
{
	position					: relative;
	float						: left;
	width						: 960px;/*678px;*/
	height						: 100%;
	margin						: 0 0 0 0;
	overflow					: hidden;
}
/*	
	--------------------------------
		PAG_2_Main :: #Left .TwoCol artikkelliste
	--------------------------------
*/
div#PAG_2_Main.defaultStyle #Left .TwoCol
{
	position					: relative;
	float						: left;
	width						: 460px;
	height						: 100%;
	margin						: 0 0 0 0;
	padding						: 0 20px 0 0;
	overflow					: hidden;
}
/*	
	--------------------------------
		PAG_2_Main :: #Left -> Egenskaper for listimages
	--------------------------------
*/
div#PAG_2_Main.defaultStyle #Left .listimagefloatright
{
	margin-top					: -37px;
	padding						: 0 0 0 10px;
}
div#PAG_2_Main.defaultStyle #Left .listimagefloatleft
{
	margin-top					: -37px;
	padding						: 0 10px 0 0;
}
