@IMPORT url(basic.css);
@IMPORT url(common.css);
@IMPORT url(leftmenu.css);
@IMPORT url(news.css);

h2
{
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	font-size: 12px;
}
#bottomwraper
{
	background-image:url("/images/vinje/bottomVinje.jpg");
	background-repeat:no-repeat;
	}
#bottomImage
{
	width:0px;
	height:0px;
	float:left;
	position:relative;
	left:894px;
	top:-94px;
	}
/* TOPMENU */
a.topmenuitemlink:link, a.topmenuitemlink:visited, a.topmenuitemlink:active, a.topmenuitemlink:hover, .topmenuitemlink
{
	color: #344557;	
}

/*  leftmenu */ 
div.leftsubmenulistWrapper
{
	background-image: url("/images/vinje/LeftMenuBg.jpg");
	background-repeat:repeat-y;
}

li.leftsubmenuitem2
{
    list-style-image: url("/images/vinje/strek.gif");
    list-style-position: outside;
    list-style-type: none;
    margin-left: -20px;
}

/*  end leftmenu */ 

.menusectionhead
{
	background-color: #497598;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	
}

/*  news  */

#frontpagenewsHeader
{
	background-color: #E2E4E9;
	padding: 1px 0px 1px 5px;
	color: #336699;
	font-size: 13px;		
}

.newsHeaderMain, a.newsHeaderMain:link, a.newsHeaderMain:visited, a.newsHeaderMain:active, a.newsHeaderMain:hover
{
	font-family: Arial;
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.newsHeader, a.newsHeader:link, a.newsHeader:visited, a.newsHeader:active, a.newsHeader:hover
{
	font-family: Arial;
	color: #336699;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
/*  end news  */

div.serviceswrapper
{
	
}
div.servicessectionheading
{
	
	padding: 5px 0px 0px 5px;
	margin:0px;
	font-weight:bold;
	color:#333;
	font-family:Tahoma,Arial,Verdana;
	font-size:13px;
	/*text-transform:uppercase;*/
	
}
div.serviceslistwrapper
{
	padding: 0px 0px 0px 0px;
}
div.serviceslist
{
	padding: 0px 0px 0px 0px;
}

.serviceCol1
{	
	float: left;
	padding: 0px 2px 0px 2px;
	width : 48%;
}

.serviceCol2
{	
	float: right;
	padding: 0px 2px 0px 2px;
	width : 48%;
}
 
 /*a:link   {  color: #5781ae; text-decoration: none; }
 a:visited{ color: #5781ae; text-decoration: none; }
 a:hover  { color: #5781ae; text-decoration: underline; }  */
 .feedDate  { font-size: 11px; }
 .feedSource  { font-size: 12px; }
 .feedTitle   { font-size: 12px; color: #000080; font-weight: bold; text-decoration: none; }
 .feedTitle a:link   { font-size: 12px; color: #000080; font-weight: bold; text-decoration: none; }
 .feedTitle a:visited{color: #000080; text-decoration: none; }
 .feedTitle a:hover  {color: #000080; text-decoration: underline; }

@media print
{
	#leftColumn, #topimage, #topmenu, #rightContentColumn
	{
		display:none;
		width:1px;
		height:1px;
	}
	#leftContentColumn
	{
		width:100%;
		
	}
	#sublayoutwrapper
	{
		background-image:none;
		text-align:left;
	}
	#pagewrapper
	{
		width:800px;
		margin: 0px;
	}
	#rightColumn
	{
		float:left;
	}
	#newslistwrapper
	{
		width:100%;
	}
	div.newsrow
	{
		width:100%;
	}
}	