/* 
0. Default resets
-------------------------------------------------------
1. Main framework
	1.1 Body
	1.2 Wrapper
	1.3 Header
	1.4 Navigation
		1.4.1 Sub navigation
	1.5 Content
	1.6 Footer
-------------------------------------------------------
2. Headers
-------------------------------------------------------
3. Links
-------------------------------------------------------
4. Misc and client specific elements 
-------------------------------------------------------

0. Default resets
*/

html, body{margin: 0;padding: 0;}
img{border: none;}
a:active, a:focus{outline: none;}
.clearer{clear: both;}
.site-header{display: none;}
.site-footer{display: none;}
.login-status{display: block;}
.admin-panel{display: block;}
/* 

1. Main framework

	1.6 Wrapper
*/

.main-nav{position: relative;}
.common .language{display: block;}
.language
{
	position: absolute;
	right: 21px;
	top: 1px;	
	overflow: hidden;
}

a.en-US, a.sv-SE
{
	text-indent: -9999px;
	display: block;
	width: 29px;
	height: 29px;
}
a.en-US{background: url('../client/images/images/flag-en.jpg') no-repeat;}
a.sv-SE{background: url('../client/images/images/flag-se.jpg') no-repeat;}





body{
	text-align: center; /* For IE5 and below */
	font: 11px/15px "Verdana", Arial, sans-serif;
	color: #1a171b;
	background: #ce8b3f url('../client/images/framework/background-tile.jpg');
}
.preamble
{
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
}
/*
	1.2 Wrapper
*/

.wrapper{
	text-align: left;
	width: 917px;
	margin: 0px auto;
}
/*
	1.3 Header
*/

.header{
	position: relative;
}
	.logotype{
		margin: 9px 0 10px 23px;
	}
.top-area{
	height: 179px;
}
.slogan{
	float: left;
}
.tw-slideshow{
	width: 643px;
	height: 265px;
	background: #d4d4d4;
	margin-bottom: 20px;
}
	.tw-slideshow input {display: none;}
	.tw-slideshow a {display: none;}
	.slideshow-area img{
		width: 643px;
		height: 179px;
	}
	.function-icons{
		float: right;
		width: 145px;
		margin-top: 13px;
	}
	.icon-item{
		float: left;
	}
	.icon-item a{
		display:block;
	}
		a.english{
			background: url('../client/images/flag-en.gif') no-repeat;
			width: 16px;
			height: 11px;
			margin:3px 3px 0 0;
		}
		a.english:hover{
			background: url('../client/images/flag-en-hover.gif') no-repeat;
		}
		a.login{
			background: url('../client/images/login.gif') no-repeat;
			width: 20px;
			height: 16px;
		}
		a.login:hover{
			background: url('../client/images/login_1.gif') no-repeat;
		}
		a.print{
			background: url('../client/images/print.gif') no-repeat;
			width: 20px;
			height: 16px;
		}
		a.print:hover{
			background: url('../client/images/print_1.gif') no-repeat;
		}
		a.mail{
			background: url('../client/images/mail.gif') no-repeat;
			width: 20px;
			height: 16px;
		}
		a.mail:hover{
			background: url('../client/images/mail_1.gif') no-repeat;
		}
		a.sitemap{
			background: url('../client/images/sitemap.gif') no-repeat;
			width: 20px;
			height: 16px;
		}
		a.sitemap:hover{
			background: url('../client/images/sitemap_1.gif') no-repeat;
		}
	.icon-divider{
		float: left;
		width: 19px;
		height: 12px;
		background: url('../client/images/icon-divider.gif') repeat-y;
		margin-top: 2px;
	}	

/*
	1.4 Navigation
*/

.main-nav{
	background: url('../client/images/framework/menu-bg.png') no-repeat;
	width: 918px; /* for the body bg */
	height: 55px;
	padding-left: 45px;
}
	
	.main-nav ul
	{
		margin: 0 0 0 -22px;
		padding: 0;
		list-style: none;	
	}
		/* hide sub nav in main nav */
		.main-nav ul ul, .main-nav ul ul ul{display: none;}
	
	/* level 1 */
	
	ul.tw-menuLevel1 li
	{
		float: left;
		background: url('../client/images/menu/divider.gif') right no-repeat;
		padding: 0;
		margin-left: -3px;
		
	}
	/* first li, remove negative margin */
	ul.tw-menuLevel1 li.first
	{
		margin-left: 0px;
	}
	
		/*link*/
		ul.tw-menuLevel1 li a
		{
			display: block;
			font: 18px/19px "Trebuchet MS", arial;
			color: #fff;
		}
			ul.tw-menuLevel1 li a span
			{
				display: block;
				padding: 7px 20px 7px 20px;
			}
		/*active, hover*/
		ul.tw-menuLevel1 li a:hover span, ul.tw-menuLevel1 li.active a span
		{
			background: #fbbd1a;
			color: #333;
		}
		
	/* level 2 */
		
	.tw-rootName
	{
		width: 203px;
		height: 23px;
		background: url('../client/images/menu/pagename-bg.gif') repeat-x;
		color: #fff;
		font: 16px/18px "Trebuchet MS";
		font-weight: bold;
		padding: 6px 0 0 7px;
		margin: 0;
		display: block;
	}
	
	.sub-nav
	{
		margin-bottom: 15px;
	}
	
	.sub-nav ul
	{
		list-style: none;
		margin: 0;
		padding: 0 0 4px 0;
		font: 13px/14px "Trebuchet MS";
		background: #ebebeb url('../client/images/menu/submenu-bottom.gif') bottom no-repeat;
	}
		.sub-nav ul li
		{
			border-top: 2px #d4d4d4 solid;	
		}
		.sub-nav ul li a
		{
			display: block;
			padding: 5px 0px 5px 10px;
			background: #ebebeb;
			color: #707070;
		}

	.sub-nav ul li a:hover
	{
		background: #fbbd1a;
		color: #333;
	}
	.sub-nav ul li.active a
	{
		background: #fbbd1a;
		font-weight: bold;
		color: #333;
	}
		/* last item */
		.sub-nav ul.tw-menuLevel2 li.last a:hover
		{
				background: #fbbd1a;
				color: #333;
		}

				
		/* level 3 */
		
		.sub-nav ul li ul{padding: 0;}
		.sub-nav ul li.active ul li a
		{
			background: #ebebeb;
			font-weight: normal;
			color: #707070;
		}

		.sub-nav ul li ul li a
		{
			padding: 5px 0px 5px 46px;
			font-weight: normal;
			display: block;
		}
			.sub-nav ul li.active ul li.active a, .sub-nav ul li.active ul li a:hover, .sub-nav ul li.active ul li.last a:hover
			{
				background: #d7d7d7;
				font-weight: normal;
				color: #333;
			}
/*
	1.5 Content
*/    

.content{
	background: url('../client/images/framework/content-bg.png') repeat-y;
	width: 879px;
	overflow: hidden;
	padding: 0px 42px 22px 42px;
}

.sidebar{
	float: left;
	width: 210px;
	margin-right: 22px;
}
	.sidebar .inner{
		padding: 0px;
	}

.main{
	float: left;
	width: 643px;
}
	.main a{
		color: #1a171b;
		text-decoration: underline;
	}
	.main a:hover{
		color: #00792c;
		text-decoration: underline;
	}

/*
TW areas
*/

.area-content{
	width: 643px;
}
.defaultMain
{
	width: 643px;
}
.defaultLeft, .defaultRight{
	margin: 0; 
}
.defaultLeft{
	float: left;
	width: 413px;
	margin-right: 20px;
}
.defaultRight{
	float: left;
	width: 210px;
}
.defaultBottom{
	clear: both;
	width: 643px;
}
.defaultExtraLeft1, .defaultExtraLeft2{
	width: 210px;
	float: left;
	margin-right: 6px;
}

/*
	1.8 Footer
*/

.footer{
	background: url('../client/images/framework/footer-bg.png') no-repeat;
	height: 29px;
	color: #fff;
	text-align:center;
	font-weight: bold;
	padding-top:13px;
	clear: both;
	width: 963px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 13px;
}

.footer-divider{
	color: #6ab023;
}
.footer a{
	color: #fff;
	font-style:italic;
}
.footer a:hover{
	color: #b6ebc9;
	font-style:italic;
}

/*
2. Headers

*/
h1, h2, h3, h4, h5, h6{
	font-family: 'Trebuchet MS', Verdana, Helvetica;
}
	h1{
		margin: 5px 0 7px 0;
		font-size: 19px;
		line-height: 21px;
	}
	h2{
		margin: 10px 0 5px 0;
		font-size: 17px;
		line-height: 19px;
	}
	h3{
		margin: 7px 0 5px 0;
		font-size: 15px;
		line-height: 17px;
	}
	h4{
		margin: 10px 0 4px 0;
		font-size: 14px;
		line-height: 16px;
	}
	h4{
		margin: 10px 0 3px 0;
		font-size: 13px;
		line-height: 15px;
	}
/* 

3. Links

*/
	a{text-decoration: none;}
	a:hover{text-decoration: none;}

.area-content{
	width: 643px;
}

/*
	Templates for Boxes
*/

/*general settings*/

.tw-box{width: 210px;position: relative;}
.tw-box-inner{padding: 11px 11px 20px 11px;}

.tw-box h3
{
	font-size: 14px;
	line-height: 16px;	
}

a.readMore:link, 
a.readMore:active, 
a.readMore:visited
{
	background: url('../client/images/news-link-bg.gif') right no-repeat;
	padding: 9px 21px 4px 0;
	display: block;
	text-align: right;
	margin-top: -25px;
	line-height: 17px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial;	
	text-decoration: none;
	color: #333;
}
	/*light grey*/
	.box-light-grey
	{
		font-family: Trebuchet MS, Verdana, Arial;
		margin-bottom: 15px;
	}
		.box-light-grey .box-top{background: #d4d4d4 url('../client/images/boxplugin/light-grey-top.gif') top no-repeat;}
		.box-light-grey .box-bottom{background: url('../client/images/boxplugin/light-grey-bottom.gif') bottom no-repeat;}
	
	/*grey*/
	.box-grey
	{
		color: #fff;
		font-family: Trebuchet MS, Verdana, Arial;
		margin-bottom: 15px;
	}
	.box-grey h3{font-size: 13px;}
	
		.box-grey .box-top{background: #acacac url('../client/images/boxplugin/grey-top.gif') top no-repeat;}
		.box-grey .box-bottom{background: url('../client/images/boxplugin/grey-bottom.gif') bottom no-repeat;}
	
	/*grey with photo left*/
	.box-grey-photo
	{
		height: 65px;
		font-family: Trebuchet MS, verdana, Sans-Serif;
		font-size: 11px;
		line-height: 13px;
	}
	.box-grey-photo .imageContainer
		{
			float: left;
			width: 66px;
			height: 65px;	
			margin-right: 6px;
		}
		.box-grey-photo img
		{
			width: 66px;
			height: 65px;
			display:block;
		}
		.box-grey-photo .box-top
		{
			background: #d4d4d4 url('../client/images/boxplugin/grey-photo-top.gif') top right no-repeat;
			height: 65px;
		}
			.box-grey-photo .tw-box-inner
			{
				padding: 6px 8px 0 8px;	
				font-weight: bold;
			}
	
	/*blue with photo*/
	.box-blue-photo
	{
		font-family: Trebuchet MS, verdana, Sans-Serif;
		width: 166px;
		background: #21a5da url('../client/images/boxplugin/blue-bottom.gif') bottom no-repeat;
		color: #fff;
		margin-bottom: 4px;	
		font-size: 11px;
		line-height: 13px;
	}
		.box-blue-photo .tw-box-inner
		{
			padding: 9px 3px;	
		}
		.outer-text
		{
			display: block;
			padding-left: 4px;
			font-family: Verdana, Arial, Sans-Serif;
			margin-bottom: 15px;
				
		}
	/*grey with headline*/
		.box-grey-headline .tw-box-header
		{
			display: block;
			background: url('../client/images/boxplugin/headline-bg.gif') repeat-x;
			padding: 6px 0 7px 6px;
			font-weight: bold;
			font-size: 14px;
		}
		.box-grey-headline .box-bottom
		{
			background: #d4d4d4 url('../client/images/boxplugin/light-grey-bottom.gif') bottom no-repeat;
		}
		
		
/*
	News
*/
.tw-ctrlNews
{
	background: url('../client/images/new-bottom.gif') bottom no-repeat;
	font-size: 10px;
}

.tw-ctrlNews h3
{
	background: url('../client/images/menu/pagename-bg.gif') repeat-x;
	padding: 7px 10px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
	.tw-ctrlNews a:link, .tw-ctrlNews a:active, .tw-ctrlNews a:visited
	{
		text-decoration: none;	
		display: block;
		color: #333;
	}
	.tw-ctrlNews .box-content
	{
		background: #d4d4d4;
		
	}
		.tw-ctrlNews .box-content .inner .news-item
		{
			padding: 10px;	
		}

	.tw-ctrlNews .archiveLink
	{
		background: url('../client/images/news-readmore-arrow-new.gif') right no-repeat;
		padding: 7px 21px 0 0;
		text-align: right;
		font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial;
		display: block;
		zoom: 1;
		position:relative;
	}
.tw-ctrlNews .box-bottom{
	display: none;
}	

.tw-NewsArchive h3, .pageId-101 .tw-ctrlNews, .pageId-101  .main .tw-ctrlNews .box-content {
	background: none;
}

.pageId-101  .main .tw-ctrlNews a:link, .pageId-101  .main .tw-ctrlNews a:active, .pageId-101  .main .tw-ctrlNews a:visited{
	display: inline;
	text-decoration: underline;
}
	
/*
		padding: 9px 21px 4px 0;
		margin: 0 -10px -19px 0;
*/
/*
	Slideshow
*/

.mainSlideShow input{display: none;}

/*
	Text format classes
*/

.tw-li-hideTwBar{display: none;}
.tw-li-showTwBar{display: none;}

/* hide read more */
#ctl00_ctl00_cphMain_twAreaContentPlaceHolder5_ctrlNews189189_rptNews_ctl06_hlArchive
{
	display: none;
}
	
#ctl00_ctl00_cphMain_twAreaContentPlaceHolder5_ctrlNews189189_panView .box-bottom
{
	background: url('../client/images/news-bottom-no-link.gif') no-repeat;
}







/* hide read more */
#ctl00_ctl00_cphMain_twAreaContentPlaceHolder5_ctrlNews284_rptNews_ctl06_hlArchive
{
	display: none;
}
	
#ctl00_ctl00_cphMain_twAreaContentPlaceHolder5_ctrlNews284_panView .box-bottom, #ctl00_ctl00_cphMain_twAreaContentPlaceHolder5_ctrlText384384_panView .box-bottom
{
	background: url('../client/images/news-bottom-no-link.gif') no-repeat;
}