BODY {
	background-color	: #EFEFEF;
	margin						: 0px;
	padding						: 0px;
}

.body {
	background				: #EFEFEF url(/img/background.png);
}

BODY, SELECT, DIV, A, INPUT, TEXTAREA, TD {
	font-family				: Tahoma;
	font-size					: 11px;
}

A {
	color							: #5C5C5C;
}

.main_box {
	width							:	714px;
	margin-left				: auto;
	margin-right			: auto;
	text-align				: left;
}

.main_box .main_top {
	height						: 97px;
	width							: 714px;
	background				: url(/img/header.gif);
	margin-bottom			: 9px;
}

.header {
	float							: right;
	margin-right			: -136px;
	margin-top				: 5px;
	height						: 20px;
	font-size					: 10px;
	font-weight				: bold;
	color							: #787A7A;
}

.header A {
	font-size					: 10px;
}

.header IMG {
	padding-left			: 10px;
/*	padding-right			: 10px;*/
	margin-right			: 10px;
	position					:	relative;
	top								: 5px;
}

.header A {
	color							: #787A7A;
	font-weight				: bold;
	text-decoration		: none;
}

.header .lang {
	border						: none;
	padding-left			: 0px;
	margin-left				: 5px;
	padding-right			: 0px;
	margin-right			: 0px;
	top: 2px;
}

.header .print {
	padding-right			: 0px;
	margin-right			: 0px;
	padding-left			: 3px;
	border						: none;
}

.main_box .dropdown_innhold {
	float							: right;
	margin-top				: 66px;
	margin-right			: 13px;
	cursor						: pointer;
}

.main_box .main_top .home {
	position					: relative;
	left							: 30px;
	top								: 14px;
	width							: 68px;
	height						: 70px;
	cursor						: pointer;
	display						: block;
}

.main_content {
	background				: white url(/img/main_back.gif);
	width							: 714px;
	height						: 391px;
	padding						: 3px 0px 3px 0px;
	color							: #5C5C5C;
}

.main_content .main_both, .main_content .main_both_custom {
	width							: 714px;
	height						: 399px;
	overflow					: hidden;
	line-height				: 14px;
}

.main_content .main_both_custom {
	padding-left			: 13px;
	padding-right			: 13px;
	width							: 688px;
}

.main_both_custom TEXTAREA, .main_both_custom INPUT {
	border						: 1px solid black;
}

.inner_custom {
	padding-left			: 18px;
	padding-right			: 18px;
} 

.main_left .inner_custom, .main_right .inner_custom {
	padding-top				: 10px;
}

.main_content .main_both IMG {
	margin-left				: 13px;
	margin-right			: -13px;
}

.header_img {
	margin-bottom			: 10px;
}

.main_content .main_both .col1 {
	float							: left;
	width							: 302px;
	padding-left			: 32px;
	padding-right			: 20px;
	text-align				: justify;
}

.main_content .main_both .col2 {
	float							: right;
	width							: 302px;
	padding-left			: 20px;
	padding-right			: 32px;
	text-align				: justify;
}

.main_content .main_both .col1 IMG, .main_content .main_both .col2 IMG {
	margin-right			: -19px;
	margin-left				: -19px;
	margin-bottom			: -10px;
}

.main_content .main_both .col1_blue {
	float							: left;
	margin-left				: 13px;
	padding-left			: 20px;
	padding-right			: 20px;
	width							: 300px;
	height						: 380px;
	text-align				: justify;
	background-color	: #F5F9FA;
}

.main_content .main_both .col1_blue IMG {
	margin-left				: -20px;
	margin-right			: -20px;
	margin-bottom			: 10px;
}

.main_content .main_both .col2 IMG {
	margin-left				: -20px;
	margin-right			: -20px;
/*	margin-top				: -15px;*/
/*	margin-bottom			: 15px;*/
}

.main_content .main_both .col1 P, .main_content .main_both .col2 P {
	margin-top				: 0px;
	margin-bottom			: 14px;
}

.main_content .main_left {
	float							: left;
	width							: 340px;
	height						: 389px;
	padding-left			: 13px;
	padding-right			: 4px;
}

.main_content .main_right {
	float							: right;
	width							: 340px;
	height						: 389px;
	padding-right			: 13px;
	padding-left			: 4px;
}


.main_content .main_left, .main_content .main_right {
	line-height				: 14px;
}

.main_content .main_left P, .main_content .main_right P {
	margin-top				: 0px;
	margin-bottom			: 14px;
}

.frontpage_full {
	width							: 340px;
/*	height						: 73px;*/
	margin-bottom			: 7px;
}

.frontpage_full IMG {
	border						: none;
}

.frontpage_half {
	width							: 166px;
	height						: 149px;
	margin-bottom			: -5px;
	background-image	: url(/img/frontpage_half.gif);
}

.tips	{
	background-color	: #D7EE96;
	float							: left;
}

.tips LI {
	height						: 23px;
	width							: 157px;
	padding						: 10px 0px 0px 9px;
	border-bottom			: 2px solid #C5E668;
}

.tips LI IMG {
	float							: left;
	margin-right			: 5px;
	margin-top				: -2px;
	border						: none;
}

.news {
	background-color	: #FBE872;
	float							: right;
}

.news UL, .tips UL {
	margin						: 0px;
	padding						: 0px;
	list-style				: none;
}

.news LI {
	height						: 21px;
	width							: 157px;
	margin						: 0px;
	padding						: 7px 0px 0px 9px;
	overflow					: hidden;
	white-space				: nowrap;
	border-bottom			: 2px solid #FAE459;
}

.news LI A, .tips LI A {
	color							: #4B4522;
	font-weight				:	bold;
	text-decoration		: none;
}

.news .dark {
	background-color	: #FBE872;
}

.news .light {
	background-color	: #FBEC87;
}

.news .last, .tips .last {
	width							: 155px;
	margin-left				: 2px;
	padding-left			: 7px;
	border-bottom-width	: 1px;
}

.tips .light {
	background-color	: #D7EE96;
}

.tips .dark {
	background-color	: #CEEA7F;
}

/************
 SMÅSTOFF
************/
.smastoff_green IMG, smastoff_blue IMG, smastoff_yellow IMG {
	margin-bottom			: 5px;
}

.smastoff_green {
	background-image	: url(/img/smastoff_green.gif);
	width							: 310px;
	height						: 145px;
	padding						: 40px 15px 15px 15px;
	color							: #285236;
	font-size					: 10px;
	overflow					: hidden;
}

.smastoff_green A {
	color							: #285236;
}

.smastoff_blue {
	background-image	: url(/img/smastoff_blue.gif);
	margin-top				: 8px;
	width							: 310px;
	height						: 150px;
	padding						: 15px;
	color							: #1D475B;
	font-size					: 10px;
}

.smastoff_yellow {
	background-image	: url(/img/smastoff_yellow.gif);
	width							: 310px;
	height						: 333px;
	padding						: 40px 15px 15px 15px;
	color							: #5A5321;
	font-size					: 10px;
}

/************
 BOTTOM MENU
************/
.main_menu .menu {
	border-collapse		: collapse;
	border						: none;
	margin						: -4px auto 0px auto;
	height						: 44px;
}

.main_menu .menu TD {
	padding						: 0px;
}

.main_menu .menu .menu_middle {
	background-image	: url(/img/pages_back.gif);
	padding-top				: 1px;
}

.main_menu .menu IMG {
	border						: none;
}

/************
 POPUP TIP
************/
.TipTable {
	border-collapse		: collapse;
	width							: 150px;
}

.TipTop {
	height						: 3px;
}

.Tip {
	background				: white url(/img/tooltip.gif);
	padding-left			: 4px;
	padding-bottom		: 2px;
	padding-right			: 4px;
}

.TipBottom {
	height						: 11px;
}



/************
************/

.issues {
	width							: 124px;
	font-family				: Verdana;
	font-weight				: normal;
}

.bottom_big {
	border-collapse		: collapse;
	height						: 360px;
	width							: 340px;
}

.bottom_big TD {
	padding						: 10px 10px 20px 26px;
	color							: #5C5C5C;
	font-size					: 11px;
	font-weight				: bold;
	line-height				: 18px;
	vertical-align		: bottom;
}

.bottom_big IMG {
	margin-top			: 10px;
	margin-bottom		: 0px;
}

.bottom_big H1 {
	padding						: 0px;
	margin						: 0px;
	font-size					: 11px;
	font-weight				: bold;
}


/*Name: Ingress*/
.ingress {
	line-height				: 17px;
	font-weight				: bold;
	text-align				: left;
}

/* Dropdwon */
#innhold {
	position								: absolute;
	margin-top							: 4px;
	display									: none;
	background-color				: white;
	border									: 1px solid #CDD1D0;
	padding									: 2px 9px 2px 9px;
  line-height							: 18px;
	white-space							: nowrap;
	cursor									: default;
}

#innhold A {
	color										: black;
	text-decoration					: none;
}

#innhold A:hover {
	color										: #003C73;
}

.amadeus_logo {
	float										: left;
	padding-left						: 720px;
	margin-top							: -135px;
}

.amadeus_logo IMG {
	border									: none;
}

.head_img_right_blue {
	margin-bottom						: 15px;
}

.huskelapp {
	height									: 247px;
	padding									: 50px 70px 0px 70px;
	color										: #2E2A11;
	font-size								: 11px;
	line-height							: 14px;
	background-image				: url(/img/huskelappen_bottom.gif);
}

.lapp_left {
	height									: 284px;
	padding									: 105px 20px 0px 20px;
	color										: #273029;
	font-size								: 10px;
	line-height							: 14px;
}

.mylapp {
	height									: 296px;
	padding									: 93px 20px 0px 20px;
	color										: #464940;
}

/* PRINT */
.body {
	background							: #FFFFFF;
}

#innhold					{ display: none; }
.main_top					{ display: none; }
.main_menu 				{ display: none; }
.amadeus_logo 		{	display: none; position: absolute; left: -300px; }
.main_top_pic			{ display: none; }
.main_bottom_pic	{ display: none; }
.main_content			{ background: none; }

/*Name: Body*/
.normalbody {
  font-size         : 11px;
  font-weight       : normal;
  font-family       : Tahoma;
  text-align        : left; /*justify;*/
  line-height       : 15px;
}

