/*------- reset ------*/

*{ 
	
	padding: 0; 
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
strong{
font-style:normal;
font-weight:bold;

}

blockquote{
padding-left:20pt
}

li {
	list-style:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


a img{
	border:0;
}

body{
	background: url(../pic/bckg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D757A;
	background-color: white;
}

/*------- layout ------*/

#page{
	width: 852px;
	margin: 0 auto;
	background: url(../pic/bckg_page.jpg) no-repeat;
	min-height:774px;
  	height:auto !important;
  	height:774px;
}

#header_area{
	position: relative;
	height: 118px;
	background: url(../pic/bckg_header_area.jpg) no-repeat;
}

	#logo{
		position: absolute;
		top: 50px;
		left: 30px;
		width: 185px;
		height: 35px;
	}
	
	#banner{
		position: absolute;
		top: 40px;
		left: 275px;
		width: 362px;
		height: 60px;
		font-size: 14px;
		
	}
	
	#search{
		position: absolute;
		top: 40px;
		left: 652px;
		width: 185px;
		height: 30px;
	}
	
		.search_field{
			width: 116px;
			height: 12px;
			padding: 2px 3px;
			border: 1px solid #CCCCCC;
			background-color: white;
			margin-right: 7px;
		}
		
		.search_button{
			/* padding-top: 5px; */
			float: right;
		}
	
	#top_menu{
		position: absolute;
		top: 100px;
		right: 16px;
		width: 158px;
		height: 14px;
	}

#navbar_area{
	height: 31px;
	width: 806px;
	margin: 0 auto;
	background: url(../pic/bckg_mainmenu.jpg) no-repeat;
	padding: 0 7px;
}

#navbar_area_home{
	height: 31px;
	width: 806px;
	margin: 0 auto;
	background: url(../pic/bckg_mainmenu.jpg) no-repeat;
	padding: 0 7px;
	margin-bottom: 28px;
}

	#main_menu{
		width: 75%;
		float:left;
		/*border-right: 1px solid white;*/
		border-left: 1px solid #C7C7C7;
	}
	
		.main_menu_border{
			float: left;
			width: 1px;
			background-color: white;
			margin: 1px 0;
		}
	
	#country_menu{
	###Tog bort den sålänge eftersom den inte fungerar###
		display:none;
		visibility:hidden;
		/*position: absolute;
		top: 0;
		right: 7px;*/
		width: 131px;
		height: 19px;
		float:right;
		padding: 7px 11px;
		font-size: 14px;
		background: url(../pic/bckg_country.jpg) no-repeat;
	}
	
		#country_menu a{			
			color: #707070;
			text-decoration: none
		}
		
		#country_menu a:hover{			
			color: #4D4D4D;
			text-decoration: none
		}
	
#toolbar_area{
	position: relative;
	height: 24px;
	width: 820px;
	margin: 0 auto;
	padding-top: 10px;
}

#toolbar_area a{
	text-decoration: none;
	color: #6D757A;
}

	#breadcrumbs{
		float: left;
		font-size: 10px;
	}
	
	#print_page{
		float: right;
		font-size: 10px;
	}
	
#content_area{
	width: 820px;
	margin: 0 auto;
}

	#leftcol{
		width: 196px;
		padding-right: 18px;
		float: left;
	}
	
		#menu_lvl2{
			border-bottom: 1px solid #E5E5E5;
			margin-bottom: 20px;
		}
		
		#menu_lvl3{
			/*border-bottom: 1px solid #E5E5E5;*/
		}
		
		#sidebar{}
		
			.ff_sidebar{
				margin-bottom: 16px;
				width:196px;
			}
			
				.ffs_top{
					background: url(../pic/bckg_ffs_top.jpg) no-repeat;
					height: 17px;
					padding: 7px 10px 0 10px;
					font-size: 12px;
				}
				
				.ffs_middle{
					background: url(../pic/bckg_ffs_middle.jpg) repeat-y;
					padding: 10px 10px 0 10px;
				}
				
				.ffs_bottom{
					background: url(../pic/bckg_ffs_bottom.jpg) bottom no-repeat;
				}
				
				.ffs_button{
					float: left;
					margin-left: 9px;
					margin-top: 32px;
					width:62px;	
					text-transform: uppercase;
					background: url(../pic/bckg_ffs_button.gif)	no-repeat 0px 2px;
					padding-left: 14px;
					font-size: 10px;
				}
				
				.ffs_button a{
					color: #3583C5;
					text-decoration: none;
				}
				
				.ffs_image{
					float: right;
					width: 100px;
					text-align: right;
				}
			
			#file_links, .filelinks_layout_0{
				background: url(../pic/bckg_file_links_top.gif) no-repeat #F9F9F9;
				padding: 10px;
			}
				.file_links_content, .last{
					background: url(../pic/bckg_file_links_bottom.gif) no-repeat bottom left;
				}
			.pdf {padding-bottom: 2px;}
	
	#rightcol{
		width: 597px;
		float: right;
	}
	
		#ff_content{
			margin-bottom: 23px;
			color: white;
			font-size: 14px;
			background: url(../pic/sample_img1.jpg) no-repeat;
		}
		
		#content{}
		
#footer_area{
	width: 820px;
	margin: 0 auto;
	padding-bottom: 25px;
}

	#copyright{
		float: left;
		width: 150px;
	}
	
	#bottom_menu{
		float: right;
		width: 210px;
		text-align: right;
	}
	

/*---------- navigation items ---------------*/

#top_menu .menuitem a,
#top_menu .menuitem_act a,
#top_menu .menuitem_last a,
#top_menu .menuitem_last_act a{
	float: left;
	padding: 0px 6px;
	border-right: 1px solid #6D757A; 
	color: #6D757A;
	text-decoration: none
}

#top_menu .menuitem_last a,
#top_menu .menuitem_last_act a{
	padding-right: 0px;
	border-right: 0px none;
}

#top_menu .menuitem_act a,
#top_menu .menuitem_last_act a{
	color: #3583C5;
}

#top_menu .menuitem a:hover,
#top_menu .menuitem_last a:hover{
	color: #3583C5;
}

#breadcrumbs .menuitem{ 
	padding: 0 4px;
}

#main_menu .menuitem a{
	display: block;
	float: left;
	padding: 6px 10px 0 10px;
	margin: 1px 0;
	height: 23px;
	border-left: 1px solid white;
	border-right: 1px solid #C7C7C7;
	font-size: 14px;
	color: #6D757A;
	text-decoration: none
}

#main_menu .menuitem_act a,
#main_menu .menuitem a:hover{
	float: left;
	padding: 7px 11px 0 11px;
	margin: 0;
	border: 0 none;
	height: 25px;
	display: block;
	font-size: 14px;
	color: white;
	text-decoration: none;
	background: url(../pic/bckg_mainmenu_act.jpg) repeat-x;
	
}



#menu_lvl2 .menuitem a{
	display: block;
	border-top: 1px solid #E5E5E5;
	padding: 5px 4px 4px 4px;
	font-size: 12px;
	color: #6D757A;
	text-decoration: none
}

#menu_lvl2 .menuitem_act a,
#menu_lvl2 .menuitem a:hover{
	display: block;
	border-top: 1px solid #E5E5E5;
	padding: 5px 4px 4px 4px;
	background: url(../pic/bckg_sub_menuitem_act.jpg) top right repeat-y;
	font-size: 12px;
	color: #7688A6;
	text-decoration: none
}

#menu_lvl2 .menuitem a:hover{
	/*border-bottom: 1px solid #E5E5E5;*/
}

#menu_lvl3 .menuitem1 {
	margin-bottom: 7px;
	margin-left: 4px;
}

#menu_lvl3 .menuitem1 a{
	background:url(../pic/sub_menuitem_bullet.jpg) no-repeat 0px 3px;
	padding-left: 9px;
	/*border-bottom: 0px none;*/
	font-size: 11px;
	color: #6D757A;
	text-decoration: none;
}

#menu_lvl3 .menuitem1_act a{}






#menu_lvl4 .menuitem1 {
	margin-bottom: 7px;
	margin-left: 4px;
}

#menu_lvl4 .menuitem1 a{
	background:url(../pic/sub_menuitem_bullet.jpg) no-repeat 0px 3px;
	padding-left: 9px;
	/*border-bottom: 0px none;*/
	font-size: 11px;
	color: #6D757A;
	text-decoration: none;
	margin-left:10px;
}

#menu_lvl4 .menuitem1_act a{}






#bottom_menu .menuitem a,
#bottom_menu .menuitem_last a{
	float: left;
	padding: 0px 6px;
	border-right: 1px solid #6D757A; 
	color: #6D757A;
	text-decoration: none
}

#bottom_menu .menuitem_last a{
	padding-right: 0px;
	border-right: 0px none;
}

#bottom_menu .menuitem_act a,
#bottom_menu .menuitem_last_act a{
	color: #3583C5;
}

#bottom_menu .menuitem a:hover,
#bottom_menu .menuitem_last a:hover{
	color: #3583C5;
}

/*------------------ home layout -----------------*/

#bckg_1{
	position: relative;
	height: 227px;
	background: url(../pic/bckg_bckg_1.jpg) no-repeat;
	margin-bottom: 20px;
}

	#content_1{
		position: absolute;
		top: 0;
		left: 0;
		width: 535px;
		height: 227px;
	}
	
	#content_2{
		position: absolute;
		top: 0;
		left: 558px;
		width: 262px;
		height: 227px;
	}
	
#bckg_2{
	position: relative;
	height: 230px;
	background: url(../pic/bckg_bckg_2.jpg) no-repeat;
}

	#content_3{
		position: absolute;
		top: 0;
		left: 0;
		width: 258px;
	}
	
	#content_4{
		position: absolute;
		top: 0;
		left: 277px;
		width: 258px;
	}
	
	#content_5{
		position: absolute;
		top: 0;
		left: 554px;
		width: 258px;
	}
	
	.ff_teaser{}
	
		.fft_image{
			margin-bottom: 10px;
		}
		
		#content_area .ff_teaser H3{
			margin-bottom: 8px;
		}
	
	.ff_subteaser{
		background: url(../pic/bckg_subteaser.jpg) no-repeat;
		height: 63px;
	}
	
		.ffst_text{
			float: left;
			width: 170px;
			font-size: 12px;
			color: #3583C5;
		}
		
		.ffst_text a{
			text-decoration: none;
			color: #3583C5;
			display: block;
			height: 40px;
			padding: 10px;
		}
		
		.ffst_image{
			float: right;
		}

/*------------------ typo -------------------*/

h1,h2,h3,h4,h5,h6{
	margin-bottom: 20px;
	line-height: 130%;
	font-weight: lighter;
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
	color: #3583C5;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration: underline;
}

#content_area a{
	color: #3583C5;
	text-decoration: none;
}

#content_area a:hover{
	text-decoration: underline;
}

#content_area p, #content_area ul{
	margin-bottom: 18px;
	line-height: 140%;
	margin-bottom:10px;
	font-size:12px;
	padding-top:10px;
}

#content_area ul{
	list-style-position: inside;
	margin-left: 13px;
}


#content_area li{
	line-height: 130%;
	list-style-type: square;
}

#content_area h1{
	font-size: 18px;
	font-weight: lighter; 
	color: #003F7A;
	margin-bottom:5px;
}

#content_area h2{
	font-size: 14px;
	font-weight: lighter; 
	color: #3583C5;
}

#content_area h3{
	font-size: 14px;
	font-weight: lighter; 
	margin-bottom: 0;
	color: #3583C5;
	margin-bottom:10px;
}

#content_area h4{
	font-size: 12px;
	font-weight: lighter; 
	margin-bottom: 14px;
	color: #3583C5;
}

#content_area h5{
	font-size: 12px;
	font-weight: bold; 
	margin-bottom: 14px;
}

/*--- button-----*/

#content_area h6{
	text-transform: uppercase;
	background: url(../pic/bckg_ffs_button.gif)	no-repeat 3px 3px;
	padding: 2px 3px 1px 16px;
	font-size: 9px;
	border: 1px solid silver;
	display: inline;
	float: right;
	clear: right;
	color: #3583C5;
}

#content_area h6 a{
	color: #3583C5;
	text-decoration: none;
				}


/*----------------- tt-news -----------------*/

.news-latest-item{
	margin-bottom: 13px;
}

#content_area .news-latest-item h3{
	margin-bottom: 8px;
}

#content_area .news-latest-subheader p {
	margin-bottom: 8px;
}

.news-latest-read-more{
	float: left;
	width: 70px;
	height: 11px;
	padding: 2px 2px 1px 2px;
	border-left: 2px solid #3583C5;
	font-size: 10px;
	color: #3583C5;
}

.news-latest-read-more a{
	color: #3583C5;
	text-decoration: none;
				}

.news-latest-date{
	float: right;
	width: 66px;
	color: #3583C5;
	font-size: 10px;
}

.news-list-image,
.news-single-image{
	float: left;
	padding-right: 12px;
}

.news-single-subheader{
	font-size: 12px;
}

/*----------------- other -------------------*/


.clearer{
	clear: both;
    /* display: block; */
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;	
}
