/*LAYOUT*/

body
{
	font-size: 12px; 
	font-family:  "Arial","Helvetica", sans-serif;
}
/*firefox fix for borders around links*/
* :focus 
{ 
	outline:0 !important; 
}

/*IE7 fix for borders around links*/
img 
{ 
	border: none;
} 
body, html 
{
	margin:0;
	padding:0;
}

#pageContainer
{

}
#siteContainer
{
	width:900px;
	margin:auto;
}

.clearBoth {clear:both;}

/* Top container*/
#topContainer
{
	position:relative;
	height:152px;
	width: 900px;
	margin-bottom:35px;
	border-bottom:1px solid black;
}
#topContainer #logo
{
	position: absolute;
	background:url('images/logo.gif') no-repeat;
	top:18px;
	left:0px;
	margin:0;
	padding:0;
	height: 119px;
	width: 115px;
}
#topContainer #swedish
{
	position: absolute;
	background:url('images/sv_icon.gif') no-repeat;
	top:18px;
	right:35px;
	margin:0;
	padding:0;
	height: 11px;
	width: 18px;
}
#topContainer #english
{
	position: absolute;
	background:url('images/en_icon.gif') no-repeat;
	top:18px;
	right:0px;
	margin:0;
	padding:0;
	height: 11px;
	width: 23px;
}

/* Main navigation */
#topContainer #mainNavigation #mainMenu
{
	text-align:right;
	position: absolute;
	top:120px;
	right:0px;
	text-align:left;
}

/* navigation */
#topContainer ul
{
	list-style: none;
	padding: 0; 
	margin: 0;
}
#topContainer ul li
{
	display: inline; 
	margin: 0px; 
	padding: 0xp;
}
#topContainer ul li a
{
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	color:#000;
	font-weight:bold;
}
#topContainer #mainNavigation ul li a
{
	line-height:25px;
	font-size:11px;
}
#topContainer ul li a:hover
{
	color:#000;	
}
#topContainer ul li.current a
{
	color:#000;	
}

/* Main content */
#MainContentWrapper
{
	float:left;
	background-color:#FFFFFF;
}
#contentWrapper
{
	position:relative;
	width: 900px;	
	margin:0 auto;
}
#contentWrapper #primaryContainer
{
	width:590px;	
	float: left;
}
#contentWrapper #primaryContainerFullWidth
{
	width:900px;	
	float: left;
}
#contentWrapper #primaryContent
{
	float: left;
	display:inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
#contentWrapper #rightContent
{
	float: right;
	display:inline;
	width:290px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#contentWrapper #rightPane
{
	text-align:left;
	padding: 0px 0px 0px 0px;	
}
#contentWrapper .sideImage
{
	margin:0px 0px 10px 0px;
}

/* Footer content */

#footerContainer
{
	margin:35px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	border-top:1px solid black;
	width:900px;
	float:left;
	display:block;
	line-height:20px;
}
#footerContainer p
{
	line-height:20px;
	margin:0;
	padding:0;
}
#footerContainer .content
{
	float:left;
}
#footerContainer .createdBy
{
	float:left;
	margin-left:10px;
}
#footerContainer a
{
	color:#000000;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
}
#footerContainer .copyright
{
	float:left;
	margin-left:10px;	
}

/* Subpages layout */
#content
{
	text-align: left;
}

.contentTopImage
{
	margin:0px 0px 5px 0px;
}

/* Referenser */
#referenceListWrapper
{
	float:left;
	display:block;
	width:900px;
}

.referenceItem
{
	position:relative;
	width:290px;
	height:180px;
	background-color:#000;
	float:left;
	display:block;
	overflow:hidden;
	margin:0px 0px 15px 15px;
	text-decoration:none;	
	color:#000 !important;
}

.referenceItem.first
{
	margin:0px 0px 15px 0px;
}

.referenceItem .referenceListImage
{
	position:absolute;
	top:0;
	left:0;
}

.referenceItem .referenceListImage
{
	position:absolute;
	top:0;
	left:0;
}
.referenceItem .contentWrapper
{
	position:absolute;
	top:0px;
	left:0px;
	width:290px !important;
	height:180px !important;
	padding:20px;
	overflow:hidden;
	background-color:#FFFFFF
}
.referenceItem .content
{
	position:absolute;
	top:20px;
	left:20px;
	width:250px !important;
	height:140px !important;
	overflow:hidden;
}

.referenceItem .content .heading
{
	font-size:20px;
	line-height:30px;
}
.referenceItem .content .text
{
	font-size:12px;
	line-height:18px;
}

/* FONTS standards */
h1, h2, h3, h4, h5, h6 
{
	color: #000; 
	font-weight:normal;
}
h1 
{
	font-size:22px; 
	font-style:italic;
	color: #000000;
	margin:0px 0px 5px 0px;	
}
h2 
{
	font-size:15px; 
	font-weight:bold;
	margin:0;
}
h3 
{
	font-size: 12px;
	margin:0px 0px 15px 0px;	
	font-weight:bold;
	color:#7c7c7c;
}
h4 
{
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em;
}
h5 
{
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 
{
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img 
{
	margin:0;
}

p 
{
	margin:0px 0px 15px 0px; 
	color: #000; 
	font-size: 12px;
	line-height:18px;
}
.startpageBodyText p
{
	color:#666666;
}
p img 
{
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right 
{
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}

/* LINKS standards */
a:focus, a:hover 
{
	color:#d7721c;
	cursor:pointer;
}
a 
{
	font-size:11px;
	color: #d7721c;
	text-decoration:underline;
}
h1 a
{
	color: #666; 
	text-decoration: none;
}

/* Ingress News */
.ingressNewsListWrapper
{
	float:left;
	margin-bottom:10px;
	width:305px;	
}
.ingressNewsListWrapper .newsItem.first
{
	margin:0px 0px 0px 0px;
	float:left;
	width:100%;
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
	border-top:none;
}
.ingressNewsListWrapper .newsItem
{
	margin:0px 0px 0px 0px;
	float:left;
	width:100%;
	clear:both;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;	
	border-top:1px dotted #bebebe;
}
.ingressNewsListWrapper .newsListHeader h2
{
	background-position:99% 75%;
	padding:5px 0px 5px 0px;
	color:#000;
	font-weight:bold;
}

.ingressNewsListWrapper .newsListHeader
{
	clear:both;
	width:100%;
	display:block;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.ingressNewsListWrapper .newsItem .date
{
	color:#989898;
	font-size:10px;
	padding:2px 0px 2px 0px;	
}
.ingressNewsListWrapper .newsItem .heading
{
	background:url('images/newsArrow.gif') no-repeat 0% 50%;
	margin:0px 0px 3px 0px;		
}
.ingressNewsListWrapper .newsItem .heading a
{
	font-size:12px;
	color:#d7721c;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px 0px 15px;		
}
.ingressNewsListWrapper .newsItem .summary a
{
	text-decoration:none;
	color:#000000;	
	font-size:11px;
	float:left;
	margin:2px 0px 2px 0px;		
}
.ingressNewsListWrapper .newsItem .summary a:hover,
.ingressNewsListWrapper .newsItem .heading a:hover
{
	color:#ff8721;
}

/* News List */
#newsListWrapper
{
	line-height:18px;
}
#newsListWrapper .newsItem
{
	margin:0px 0px 10px 0px;
	float:left;
	width:100%;
	clear:both;
}
#newsListWrapper .newsListHeader h2
{
	float:left;
}
#newsListWrapper .newsListHeader a
{
	float:right;
	font-weight:bold;
	line-height:20px;
}
#newsListWrapper .newsListHeader
{
	clear:both;
	width:100%;
	display:block;
	float:left;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dashed #bebebe;
}
#newsListWrapper .newsItem .date
{
	color:#989898;
	font-size:10px;
	padding:0px 0px 0px 0px;	
}
#newsListWrapper .newsItem .heading
{
	margin:0px 0px 3px 0px;		
}
#newsListWrapper .newsItem .heading a
{
	font-size:12px;
	color:#d7721c;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px 0px 0px;		
}
#newsListWrapper .newsItem .summary a
{
	color:#000000;
	text-decoration:none;
	float:left;
	margin:0px 0px 0px 0px;		
}
#newsListWrapper .newsItem .summary a:hover,
#newsListWrapper .newsItem .heading a:hover
{
	color:#ff8721;
}
.newsBackLink a
{
	color:#ff8721;
	font-weight:bold;
	font-size:11px;
	font-style:italic;
}

/*---- Easy Slider ----*/

#sliderWrapper
{
	width:590px;
	height:385px;
	position:relative;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	width:590px;
	height:385px;
	overflow:hidden; 
	}	

/* numeric controls */	

ol#controls{
	display:block;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0;
}
ol#controls li{
	margin:0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
	
	
ol#controls li a{
	float:left;
	height:28px;
	width:28px;	
	line-height:28px;
	text-align:center;
	background:url('images/showReelButtomBgBox.gif') no-repeat;
	color:#999999;
	margin:0px 10px 0px 0px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:url('images/showReelButtomBgBox.gif') no-repeat;
	color:#000;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/*---- Easy Slider ----*/


/* ELEMENTS standards */
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol 
{
	margin:0 10px 10px 0px;
}
ul, ol 
{
	margin:0 10px 10px 10px;
	margin:0 0px 0px 0px;
}
ul 
{
	line-height:18px;
	list-style-type:disc;
}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}

/* FORM ELEMENTS */
label 
{
	font-weight:bold;
	clear:both;
	width:301px;
	float:left;
}
fieldset 
{
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
fieldset  p
{
	margin:0px 0px 3px 0px;
}
legend 
{
	font-weight:bold;
	font-size:1.2em;
}
input.text, input.title, textarea, select 
{
	margin: 0px 0px 0px 0px;
	border:1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus 
{
	border:1px solid #666;
}
input.text, input.title 
{
	width:301px;
	padding:2px;
}
input.title 
{
	font-size:1.5em;
}
textarea 
{
	width:301px;
	height:150px;
	padding:2px;
}

.contactForm p
{
	padding:0px;
	margin:0px 0px 4px 0px;
}

.contactForm .success
{
	float:left;
	padding:5px;
	margin:10px 0px 4px 0px;
border:2px solid #C6D880;	
}
.error, .notice {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.error ul{margin-bottom: 0; padding-bottom: 0;}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
