/*------ reset ---------*/

*{ 	padding: 0; 
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

img a{
	border:0;
}

body{
	background: url(../pic/bckg_body.jpg) repeat-x #373737;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #535353;
	line-height: normal;
}


/*----- layout ---------*/


#header_area{
	position: relative;
	margin: 0 auto;
	width: 992px;
	height: 130px;
	background: url(../pic/bckg_header.jpg) no-repeat;
}
	
	#tagline{}

#logo{
	position: absolute;
	right: 30px;
	top: 55px;
	height:50px;
     	width: 300px;
}
	
#navbar_area_home{
	margin: 0 auto;
	width: 992px;
	height: 45px;
	background: url(../pic/bckg_navbar_home.jpg) no-repeat bottom left;
}

#navbar_area{
	margin: 0 auto;
	width: 992px;
	height: 62px;
	background: url(../pic/bckg_navbar.jpg) no-repeat bottom left;
}

	#main_menu{
		margin: 0 25px;
		background: url(../pic/navbar_divider.jpg) no-repeat;
		height: 38px;
		padding-left: 1px;
	}
	
	#submenu{
		margin: 0 30px;
		padding-top: 2px;
	}

	
#content_area_shade{
	margin: 0 auto;
	width: 992px;
	background: url(../pic/bckg_content_area_shade.jpg) repeat-y;
}

#content_area{
	background: url(../pic/bckg_content_area.jpg) no-repeat;
	padding: 33px;
}

#content_area2{
	background: url(../pic/bckg_content_area.jpg) no-repeat;
	padding: 0px 0px 8px 6px;
}


/*.tx-sriframe{
	padding: 22px;
}*/

	#content{
		width: 688px;
		padding-right: 26px;
		float: left;
	}

	#sidebar{
		width: 212px;
		float: right;
		overflow: hidden;
	}	
	
	#content_left{
		width: 448px;
		padding-right: 26px;
		float: left;
	}	
	
	#content_right{
		width: 450px;
		float: right;
	}	
	
#footer_area{
	width: 982px;
	height: 127px;
	margin: 0 auto;
	background-color: #CCC;
	border-bottom: 8px solid #A6312B;
}

	

/*------ navigation items ----------*/



#main_menu .menuitem a,
#main_menu .menuitem_act a,
#main_menu .menuitem a:hover{
	background: url(../pic/bckg_mm_menuitem.jpg) no-repeat top left;
	height: 16px;
	padding: 11px 15px 11px 15px;
	font-size: 16px;
	font-weight: lighter;
	margin-right: 1px;
}

#main_menu .menuitem_act a,
#main_menu .menuitem a:hover {
	background: url(../pic/bckg_mmi_act.jpg) repeat-x bottom center;
}

#main_menu .menuitem a,
#main_menu .menuitem_act a{

text-decoration: none;
color: #666;
	
}


#main_menu .menuitem,
#main_menu .menuitem_act{
	background: url(../pic/navbar_divider.jpg)  no-repeat top right; 
	float: left;
	height: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
}


#submenu .menuitem a,
#submenu .menuitem_act a{
	float: left;
	padding-right: 35px;
	color: white;
	text-decoration: none;
}

#submenu .menuitem_act a{}


.submenu_body .menuitem a,
.submenu_body .menuitem_act a{
	padding: 6px 14px;
	border-bottom: 1px solid #C4A3A2;
	background-color: #E0BEBD;
	color: #902223;
	text-decoration: none;
	display: block;
}

.submenu_body .menuitem_act a{
	background: url(../pic/arrow_submenu.gif) no-repeat 16px center #F5EBEA;
	color: #333;
	padding-left: 22px;
	
}

/*------ typo ----------*/

#content_left p{

	line-height: 160%;
	padding-bottom:20px;
	color: #666666;
}

#content_left ul{

	line-height: 160%;
	padding-bottom:20px;
	color: #666666;
	margin-left:40px;
	list-style: disc;
}

#content_left li{

	line-height: 160%;
	color: #666666;
}


#content_left h1{

	font-size: 24px;
	font-weight: normal;
	line-height: 160%;
	color: #a6312b;
}

#content_left h2{

	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
	color: #a6312b;
}

#content_left h4{

	font-size: 14px;
	line-height: 160%;
	padding-bottom:20px;
	color: #333333;
	font-weight: normal;

}



/*------ other --------*/

.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	display: block;
}




/* -------- tt_news -------*/

.news-latest-item{
	margin-bottom: 4px;
	font-size: 11px;
	line-height: 110%;
}

.news-latest-title{
	font-weight: bold;
}

.news-latest-more{
	float: right;
}

/*-------- fce-elements --------*/

#submenu_fce{
	margin-bottom: 26px;
}

	.content_col{
		width: 212px;
		height: 209px;
		float: left;
	}

	
	.submenu_col{
		width: 212px;
		min-height: 169px;
		float: right;
		background: url(../pic/bckg_submenu.jpg) no-repeat;
		padding-top: 40px;
		border-bottom: 1px solid #D9D9D9;
	}
	
	.submenu_body{
		background: url(../pic/bckg_submenu_body.jpg) repeat-y;
		padding: 0px 1px;
		padding-bottom: 30px;
	}

#teaser_fce{
	height: 124px;
	background: url(../pic/bckg_widgets.jpg) no-repeat;
	margin-top: 27px;
	padding: 14px;
}

#teaser_fce H1,
#teaser_fce H1 A{
	font-size: 16px;
	font-weight: lighter;
	color: #A6312B;
	text-decoration: none;
}

#teaser_1,
#teaser_2,
#teaser_3{
	width: 183px;
	float: left;
	position: relative;
}

#teaser_1{
	margin-right: 55px;
}

#teaser_2{
	margin-right: 55px;
}

#teaser_fce .text{
/*	height: 33px;  Jimmy 2009-02-24 */
	line-height: 100%;
}

#teaser_fce .image{
	width: 155px;
}

#teaser_fce .button{
	clear:both;
	height:26px;
	width:26px;
	position:absolute;
	bottom:0;
	right:0;
}

#shop_fce{
	margin-bottom: 28px;
	background: url(../pic/bckg_shop.jpg) no-repeat;
	height: 62px;
	padding: 14px;
}

#shop_fce H1,
#bestallning_fce H1,
#shop_fce H1 A,
#bestallning_fce H1 A{
		font-size: 16px;
		font-weight: lighter;
		color: #A6312B;
		margin-bottom: 4px;
		text-decoration: none;
	}


	#shop_fce .image{
		float: right;
		width: 58px;
		padding-left: 10px;
	}
	
	
#bestallning_fce{
	background: url(../pic/bckg_bestallning.jpg) no-repeat;
	height: 64px;
	padding: 14px;
	position: relative;
}

#bestallning_fce .image{
		position: absolute;
		bottom: 12px;
		right: 14px;
		width: 27px;
		height: 27px;
	}

#subscribe_modul{
	margin-bottom: 26px;
}


#news_fce{
	background: url(../pic/bckg_newsbox_1.jpg) no-repeat;
	padding: 14px;
	padding-bottom: 4px;
	height: 213px;
}

#newsbox_bottom{
	background: url(../pic/bckg_news_bottom.jpg) no-repeat;
	height: 24px;
	padding: 4px 14px;
	color: white;
}

#newsbox_bottom a{
	text-decoration: none;
	color: white;
}

#mini_fce{}

#footer_fce{
	padding: 15px 22px 15px 40px;
}

#footer_fce p{
	font-size: 14px;
	line-height: 140%;
	font-weight: lighter;
	color: #333;
}

#footer_fce .field_1{
	width: 220px;
	padding-right: 20px;
	float: left;
}

#footer_fce .field_1 p{
	font-size: 21px;
	line-height: 120%;
	margin-bottom: 8px;
}


#footer_fce .field_2{
	width: 220px;
	padding-right: 20px;
	float: left;
}

#footer_fce .field_3{
	width: 210px;
	padding-right: 20px;
	float: left;
}

#footer_fce .field_4{
	width: 210px;
	float: left;
}

.grey_box_top{
	background: url(../pic/bckg_teaser_g_top.jpg) no-repeat;
	height: 7px;
	line-height: 0;
	overflow: hidden;
}

.grey_box_middle{
	background: url(../pic/bckg_teaser_g_middle.jpg) repeat-y;
	padding: 6px 14px;
}

	.grey_box_middle H1,
	#sidebar H1{
		font-size: 16px;
		font-weight: lighter;
		color: #A6312B;
		margin-bottom: 4px;
	}
	
	.grey_box_middle input{
		margin-right: 8px;
		width: 138px;
	}

.grey_box_bottom{
	background: url(../pic/bckg_teaser_g_bottom.jpg) no-repeat;
	height: 7px;
	line-height: 0;
	overflow: hidden;
}

.teaser_wrap {
	height:125px;
	width:183px;
	position:relative;
}

/* Added 2009-08-13 */
.news-single-image{
	left:500px;
        position:absolute;
}

.news-single-item{
        position: relative;
}