﻿/* TEXT- & BILDPUFF */
.module-text-advert h2
{
	font-size:25px;
	margin:0 0 2px;
}

.module-text-advert h3
{
	font-size:20px;
	margin:0 0 6px;
	color:#b0b0b0;
}

.module-text-advert p
{
	font-size:13px;
}
/* FILLISTA */

.module-file-list
{
	margin:0 0 25px 0;
}

.module-file-list a:hover
{
	text-decoration:underline;
}

.module-file-list  a.icon
{
	text-decoration:none;
	font-style:normal;
	background-image:url(../images/icons/default.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:20px;
	line-height:18px;
	display:block;
}

.module-file-list  a.doc
{
	background-image:url(../images/icons/doc.png);
}

.module-file-list  a.pdf
{
	background-image:url(../images/icons/pdf.png);
}

.module-file-list  a.xls
{
	background-image:url(../images/icons/xls.png);
}


.module-file-list  h3
{
	text-decoration:none;
	font-style:normal;
	padding:0 0 7px 25px;
	margin:0;
	background-image:url(../images/rightarea_sep.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.module-file-list ul
{
	margin:0 0 0 0;
}

.module-file-list ul li
{
	padding:2px 25px 5px 25px;
	background-image:url(../images/rightarea_sep.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* LÄNKLISTA */

.module-link-list
{
	margin:0 0 25px 0;
}

.module-link-list a:hover
{
	text-decoration:underline;
}

.module-link-list  a.arrow-internal
{
	text-decoration:none;
	font-style:normal;
	background-image:url(../images/icon_arrow_type_1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding: 0 0 0 22px;
}

.module-link-list  a.arrow-external
{
	text-decoration:none;
	font-style:normal;
	background-image:url(../images/icon_arrow_type_3.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding: 0 0 0 22px;
}


.module-link-list  h3
{
	text-decoration:none;
	font-style:normal;
	padding:0 0 7px 25px;
	background-image:url(../images/rightarea_sep.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.module-link-list ul
{
	margin:0 0 0 0;
}

.module-link-list ul li
{
	padding:2px 25px 5px 25px;
	background-image:url(../images/rightarea_sep.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* NYHETSLISTA */

.module-news-list 
{
	margin:0 0 25px 0;
}

.module-news-list a:hover
{
	text-decoration:underline;
}

.module-news-list h3
{
	text-decoration:none;
	font-style:normal;
	padding:0 0 7px 25px;
	background-image:url(../images/rightarea_sep.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.module-news-list ul
{
	margin:5px 0 0 0;
}

.module-news-list ul li
{
	padding:0 25px 0 25px;
}

.module-news-list ul li p
{
	margin: 0 0 10px 0;
}