﻿@charset "utf-8";



#wrapperContent ul {
	padding:0;
	margin:0;
}

#content ul li {
	padding-left:1em;
	margin-left:0;
	margin-bottom:0.4em;
	background:url(/graphics/misc/li.gif) no-repeat;
	list-style-type:none;
}



ol#breadcrumbs {
	margin-left:0em;
	margin-bottom:1em;
	padding-left:0em;
	border:solid 0px red;
	list-style-position:inside;
}


li #text {
	display:inline;
}


#content a,
dl#newsList a {
	text-decoration:underline;
	color:#5B708D;
	padding:0 0.2em;	
}

#content a:hover,
dl#newsList a:hover {
	text-decoration:none;
	background-color:#5b708d;
	color:#ffffff;
	padding:0 0.2em;
}

#moreNewsLink {
	text-align:center;
	margin:0.5em;
}

#containerSite {

	text-align:left; /* IE 6 fix */
	width:expression(document.body.clientWidth > 900? "900px" : "auto");
	margin:0pt auto;
	max-width:65em;
	min-width:752px;
	position:relative;
	border:solid 1px white;	
}

#siteHead {
	width:auto;
	height:7em;
	border:solid 1px black;
	border-bottom:0px;
}

#logotype {
	width:235px;
	height:83px;
	float:left;
}

#siteTools {
	width:390px;
	margin: 15px 10px 0 0;
	float:right;
	text-align:right;
	font-size:0.9em;	
}

#containerNavigation {
	width:auto;
	height:2.30em;
	clear:both;
	background-color:#5b708d;
	border:solid 1px black;	
}

#containerWrapper {
	width:100%;
	min-height:40em;
	_height:40em;
	clear:both;
	margin:1em 0;
	float:left;
	font-size:0.94em
}

#left {
	float:left;
	margin:1em 0pt 1em 0.6em;
	padding-left:0em;
	overflow:hidden;
	width:25%;

}

#startpage #left {
	float:left;
	margin:1em 0pt 1em 0.6em;
	padding-left:0em;
	overflow:hidden;
	width:31%;

}

#wrapperContent {
	float:right;
	margin:1em 0pt 1em;
	width:68%;	
}

#wrapperContent #images {
	width:47%;
	position:relative;	
	float:left;
}

#content {
	float:right;
	margin:1em 0pt 1em;
	width:69%;
	line-height:130%;
	margin-right:1em;
	min-height:280px;		
}

#startpage #content {
	float:right;
	margin:1em 0pt 1em;
	width:63%;
	line-height:130%;
	margin-right:1em;		
}

#contentFullSize {
	width:100%;
	min-height:40em;
	_height:40em;
	clear:both;
	margin:1em 0;
	float:left;
	font-size:0.94em	
}

#contentFullSize #publishingInfo {
	margin:2em 0pt 1em 0.6em;
}

#wrapperContent #content { /* För startsida */
	float:right;
	width:50%;
	display:inline;
	padding:0px;
	position:relative;
}

.wrapperAreas {

}

.wrapperAreaDescription {
	width:228px;
	float:left;
	margin:0px 8px 0px 26px;
	padding-bottom:20px;
}

.wrapperAreaDescription .areaImage {
	width:228px;
	height:84px;
}

.wrapperAreaDescription .areaImage img{
	width:228px !important;
	height:84px !important;
}

.wrapperAreaDescription .cornerMask {
	width:228px;
	height:84px;
	background: url(/templates/isp/graphics/pngMasks/cornersStartpageImages.png);
	position:relative;
	margin-top:-84px;
}

.wrapperAreaDescription .areaDescription {
	padding:5px 10px 0px;
}

#footer {
	clear:both;
}

#footer #publishInfo {
	line-height:1.7em;
	font-size:0.9em;
	padding:0.9em 1.0em;
	text-align:right;
}

#footerMain {
	background-color:#5b708d;
	font-size:0.9em;
	color:white;
	padding:0.6em 0.7em;
	text-align:center;
}

#footerMain a {
	color:white;
}

#left dl {
	margin:0 0 1em;
}

#left dt {
	margin:1.5em 0 0.5em;
	padding:0 0 0 0px;
	background:url(/i/icon-star.gif) no-repeat 0 50%;
	line-height:1.2em;
}

#left dd {
	display:block;
	margin:0;
	padding:0 0 0 0px;
	background:transparent;
}



dl#searchResultList {
	margin:0 0 2em;
}

dl#searchResultList dt {
	margin:1.5em 0 0.3em;
}

dl#searchResultList dd {
	display:block;
	margin:0;
	padding:0 0 0 0px;
}


/* Searchresult page */

ol#searchResultPage {
	padding:0;
}

ol#searchResultPage li {
	display:inline;
	margin-right:0.2em;
	padding:0.1em;
	background:none;
}

ol#searchResultPage li span {
	color:#fff; 
	background-color:#5B708D;
}



/* Sitemap */

ul#sitemap {

	margin:0px;
	padding:0px;	
	list-style-type:none;
	list-style-image:none;
	list-style:none;
}

ul#sitemap li {
	margin:2px 0 5px 0;
	padding:2px 0 5px 0;
	list-style-image:none;
	list-style-type:none;
}

ul#sitemap li a {
	font-weight:bold;
	display:block;
	height:15px;
	line-height:100%;
}

ul#sitemap a:hover {
	background-color:#ffffff;
	color:#5B708D;
	text-decoration:underline;
}

ul#sitemap li li a:hover {
	padding-left:15px;
}


ul#sitemap ul {
	margin:5px 0 3px 20px;
	padding:0px;
}

ul#sitemap li li {
	margin:0px 0 0px 10px;
	padding:2px 0 2px 0;
}

ul#sitemap li li a {
	font-weight:normal;
	padding-left:15px;
	background: url(/templates/isp/graphics/decor/li.gif) no-repeat 3px 1px;
}


ul#sitemap li li li {
	padding:1px 0 1px 0;
}

ul#sitemap li li li a {
	padding-left:15px;
	background:url(/templates/isp/graphics/decor/listItemImageLevel3.gif) no-repeat 3px 1px;
}

ul#sitemap li li li li {
	padding:0px 0 0px 0;
}

ul#sitemap li li li li a {
	padding-left:15px;
	background:url(/templates/isp/graphics/decor/listItemImageLevel4.gif) no-repeat 3px 1px;
}


/* Misc */

.printLogo,
.handheldLogo {
	display:none;
}

input.search {
	margin:0 0.2em 0 0.5em;
}

input.executeSearch {
	padding:0 0.3em;
}

input.executeSearch:focus {
background-color:#F6FEDA;
color:#000000;
}

#logotype img {
	margin:1.7em 0 0 1.5em;
}

h2.news,
h2.contact {
	color:#FFFFFF;
	font-family:"Trebuchet MS";
}

h2.news {
	background-color:#cccd33;
	margin:0em 0 0.6em 0;
	padding:0.4em 0.7em;	
}

h2.contact {
	background-color:#9b669c;
	margin: 0 0 1em 0em;
	padding:0.2em 0.7em;
}

.wrapperAreaDescription h2 {
	margin-top:0em;
}




#sa_content {
	display:block;
}

.SASmalltext {
	font-size:0.85em;
}

.SAIntroduction,
p.SAIntroduction {
	font-size:1.05em;
}

/* SEARCHRESULTS
****************************************************************************/

.searchBreadCrumbs
{
	color:  Gray;
}

.searchBreadCrumbsStrong
{
	color: Gray;
	font-weight: bold;
}

.clearAllFloats {
	clear:both;
}

/* BOXES 
********************************************************************************/


#startpageBoxSection {
	margin-bottom:10px;
}

#startpageBoxSection .wrapperBoxSmall {
	float:left;
	width:228px;
	margin:0px 17px;
}

#startpageBoxSection .wrapperBoxSmall .boxSmall {
	width:228px;
}

#startpageBoxSection .wrapperBoxSmall .boxSmall .boxTop {
	background:url(../graphics/bgs/boxSmallBg.jpg) top left no-repeat;
	height:15px;
}

#startpageBoxSection .wrapperBoxSmall .boxSmall h2 {
	margin-top:0px;
	padding-top:0px;
}

#startpageBoxSection .wrapperBoxSmall .boxSmall .boxContent {
	background:#ddd;
	padding:0px 15px 1px 15px;
	min-height:110px;
}

#startpageBoxSection .wrapperBoxSmall .boxSmall .boxBottom {
	background:url(../graphics/bgs/boxSmallBg.jpg) bottom left no-repeat;
	height:15px;
}

