/* @override 
	http://klogem2.babaian.pil.dk/dev/style/style.css
	http://klogem2.dk/style/style.css
*/

/* @group General */
body {
	background: #b0b0b0 url(/images/body-bg-1.png) repeat-x top center;
	margin: 0;
	font-size: 11px;
	font-family: verdana;
	color: #333;
}
body#frontpage {
	background: #fff url(/images/frontpage_bg.jpg) repeat-x top center;
}

h1 {
	visibility: hidden; /* sIFR */	
}

h1.invert {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #fff;
}

h2 {
	visibility: hidden; /* sIFR */	
}

h2.kontakt {
	margin-top: 0;
	margin-bottom: 5px;
}

h3.sidebar-header {
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
	margin: 10px 0 10px 10px;
}

h3 {
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

h3.invert {
	font-size: 23px;
	color: #fff;
	margin: 0;
	padding: 0;
	visibility: hidden; /* sIFR */	
}

h3.invert.big {
	margin-top: 10px;	
}

h4.silo-slct {
	padding: 0;
	margin: 0;
	margin-top: 6px;
	height: 25px;
	text-align: center;
	visibility: hidden; /* sIFR */
}

form {
	margin: 0;
	padding: 0;
}

hr {
	color: #d1d1d1;
	background: #d1d1d1;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 10px 0 10px 0;
	_margin: 1px 0 1px 0;
}

a {
	text-decoration: none;
	color: #e2001a;
}

a:hover {
	text-decoration: underline;
}



form, input {
	padding: 0;
	margin: 0;
}

input {
	fn
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 0;
}

.txt-right {
	text-align: right;
}

.float-right {
	float: right;
}

.clear-both {
	line-height: 0;
	height: 0;
	font-size: 0;
	clear: both;
}

.clearfix {
	clear: both;
}

#container {
	width: 961px;
	margin: 0 auto;
}

#header {
	width: 961px;
	margin: 0 auto;
	position: relative;
	#position: inherit;
}

/*#header-silo-selector {
	margin-top: -38px;
	_top: 38px;
	top: 37px;

	display: block;
	width: 188px;
	height: 38px;
	z-index: 1050;
	left: -12px;
}*/

/*#header-silo-selector.active {
		background: url(/images/header-silo-active-bg.jpg) no-repeat bottom center;	
}

#header-silo-selector-inner {
	position: absolute;
	background: url(/images/subselect_top.png) no-repeat top center;
	z-index: 100;
	width: 100%;
	top: 0;
}

#header-silo-selector.active #header-silo-selector-inner {
	background: #FFF;
}

#header-silo-selector-inner a.silo-select-small {
	display: block;
	height: 35px;
	width: 164px;
	background: url(/images/header-silo-select-2.jpg);
	margin: 0 2px;
	border-width: 5px 10px;
	border-color: #fff;
	border-style: solid;
}

#header-silo-selector-inner a.silo-select-small.first {
	margin-top: 44px;	
}

#header-silo-selector-inner a.silo-select-small.one {
	background: url(/images/header-silo-select-1.jpg);
}

#header-silo-selector-inner a.silo-select-small.two {
	background: url(/images/header-silo-select-2.jpg);
}
#header-silo-selector-inner a.silo-select-small.three {
	background: url(/images/header-silo-select-3.jpg);
}
#header-silo-selector-inner a.silo-select-small.four {
	background: url(/images/header-silo-select-4.jpg);
}
#header-silo-selector-inner a.silo-select-small.five {
	background: url(/images/header-silo-select-5.jpg);
}
#header-silo-selector-inner a.silo-select-small.six {
	background: url(/images/header-silo-select-6.jpg);
}
#header-silo-selector-inner a.silo-select-small.seven {
	background: url(/images/header-silo-select-7.jpg);
}
#header-silo-selector-inner a.silo-select-small.eight {
	background: url(/images/header-silo-select-8.jpg);
}
#header-silo-selector-inner a.silo-select-small.nine {
	background: url(/images/header-silo-select-9.jpg);
}

#header-silo-selector-footer {
	margin: 0 0px;
	position: relative;
}*/

#header-mypage {
	position: relative;
	background: url(/images/header-mypage-inactive-bg.png) no-repeat;
	float: left;
	width: 188px;
	height: 39px;
	margin-top: 13px;
	z-index: 50;
	cursor: pointer;
}

#header-mypage-open {
	display:block; 
	height: 35px;
	position: relative;
	right: 10px;
	top: 4px;
}
#header-mypage-open.selected {
	background: url(/images/header-mypage-selected-bg.png) no-repeat;
	width: 190px;
}

#header-mypage-inner {
	position: absolute;
	left: -8px;
	background: url(/images/header-mypage-active-bg.png) no-repeat;
	width: 188px;
	z-index: 100;	
	text-align: center;
	font: 10px arial;		
}

#header-mypage-close {
	display: block;
	height: 40px;
	margin-bottom: 42px;
	text-decoration: none;
}

#header-mypage-inner input.text {
	height: 19px;
	width: 146px;
	border: 1px solid #a5acb2;
	margin-bottom: 8px;
	color: #333;
	font: 10px arial;
}

#header-mypage-inner p {
	border-top: 1px solid #cacaca;
	padding-top: 10px;
	margin: 10px 13px 0;
}

#header-mypage-footer {
	background: url(/images/header-silo-selector-footer-bg.png) no-repeat;		
	position: relative;
	top: 5px;	
	height: 6px;
}

#logo-left {
	float: left;
}

#logo-right {
	float: right;
}

#top-menu {
	clear: both;
	float: left;
	width: 787px;
	height: 38px;
	/*background: url(/images/top-menu.png) no-repeat left center;*/
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* @group Menu */

#top-menu li {
	float: left;
}

#top-menu li a {
	padding: 0;
	margin: 0;	
	float: left;
	background: url(/images/top-menu.png);
	height: 37px;
	display: block;
}

#top-menu li a:hover {
	text-decoration: none;
}

#top-menu li span.active {
	background: url(/images/top-menu-bg.gif) repeat-x;
	display: block;
	float: left;
	position: relative;
	left: -4px;
}
#top-menu li.one span.active {
	left: 2px;
	margin-right: 10px;
}

#top-menu li.one a {
	width: 73px;
	background-position: -23px 0;	
	_margin-right: 10px;
}
#top-menu li.one .active a {
	margin-right: 10px;
	background-position: -23px -38px;		
}

#top-menu li.one.cat1 a {
	width: 72px;
	background-position: -1459px 0;	
}
#top-menu li.one.cat1 .active a {
	background-position: -1459px -38px;		
}

#top-menu li.one.cat2 a {
	width: 55px;
	background-position: -1531px 0;	
}
#top-menu li.one.cat2 .active a {
	background-position: -1531px -38px;		
}

#top-menu li.one.cat3 a {
	width: 88px;
	background-position: -1654px 0;	
}
#top-menu li.one.cat3 .active a {
	background-position: -1654px -38px;		
}

#top-menu li.one.cat6 a {
	width: 68px;
	background-position: -1586px 0;	
}
#top-menu li.one.cat6 .active a {
	background-position: -1586px -38px;		
}

#top-menu li.two a {
	margin-left: -10px;
	width: 69px;
	background-position: -743px 0;	
}
#top-menu li.two .active a {
	background-position: -741px -38px;	
	margin-left: 10px;
	width: 65px;
}

#top-menu li.three a {
	margin-left: -5px;
	width: 54px;
	background-position: -2023px 0;	
}
#top-menu li.three .active a {
	margin-left: 5px;
	margin-right: 5px;
	background-position: -2023px -38px;	
}

#top-menu li.four a {
	margin-left: -10px;
	width: 86px;
	background-position: -1098px 0;	
	_background-position: -1093px 0;
	_width: 88px;
}
#top-menu li.four .active a {
	margin-left: 6px;
	background-position: -1104px -38px;	
	_width: 86px;
}

#top-menu li.five a {
	width: 128px;
	background-position: -1188px 0;	
}
#top-menu li.five .active a {
	background-position: -1190px -38px;	
}

#top-menu li.six a {
	width: 99px;
	background-position: -556px 0;	
}
#top-menu li.six .active a {
	width: 97px;
	background-position: -557px -38px;	
}

#top-menu li.seven a {
	width: 87px;
	background-position: -656px 0;	
}
#top-menu li.seven .active a {
	background-position: -654px -38px;	
}

	/* @group Menu account */

	#top-menu.account li.one a {
		width: 76px;
		background-position: -886px 0;	
	}
	#top-menu.account li.one .active a {
		background-position: -886px -38px;	
	}
	
	#top-menu.account li.two a {
		width: 142px;
		background-position: -962px 0;	
	}
	#top-menu.account li.two .active a {
		background-position: -962px -38px;	
	}
	/* @end */
/* @end */


.top-login {
	clear: right;
	float: right;
	margin-top: 6px;
	/*_margin-top: 7px;*/
	overflow: hidden;
	color: #333;
	font-weight: bold;
	top: 0px;
/*	left: -14px;*/
	text-align: right;
	position: absolute; 
	#position: inherit;
	top: 52px;
	right: 0;
	z-index: 1000;
	margin-left: 10px;
}

.top-login-first {
	margin-right: 55px;
	padding-top: 6px;
}

#top-login img {
	vertical-align: middle;
	margin-left: 10px;
	/*position: relative;
	top: -2px;*/
}

a#top-login:hover {
	text-decoration: none;	
}

.top-login-logged-in {
	#margin-top: -18px;
}

.top-login-not-logged-in {
}

#main-content,
#main-content-omni,
#main-content-case {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 579px;		
	margin-left: -483px;	
	_margin-left: -483px; /* IE-fix */
	margin-bottom: 80px;
	overflow: hidden;
}
#main-content.white {
	background: url(/images/main-content-bg.png) no-repeat 0 439px;
	/*background: #fff url('/images/box-white-bg.gif') repeat-y;*/
}

#main-content-case {
	background: url(/images/main-content-bg.png) no-repeat 0 350px;
	_margin-left: -482px; /* IE-fix */
}

#main-content-omni {
	background: url(/images/main-content-bg.png) no-repeat 0 131px;
	_margin-left: -483px;  /*IE-fix*/ 
}
#main-content-omni.nobg {
	width: 960px;
	background: transparent;
	_margin-left: -483px;  /*IE-fix*/ 
}

#main-content p strong.heading {
	font-size: 12px;	
}

#main-content.white img.bottom {
	float: left;
}

.main-content-white-wrapper {
		padding: 0 13px 0 13px;
	}

	.main-content-white-wrapper p {
		font-size: 11px;
		line-height: 20px;
	}

	.main-content-white-wrapper p.case {
		margin-top: 30px;
	}
	
	.main-content-white-wrapper p.tips {
		line-height: 20px;
	}

.omni-seperator {
	border-top: 1px solid #d1d1d1;
	height: 0;
	margin: 3px;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	clear: both;	
}

.omni-seperator.white {
	border-top: 1px solid #fff;
	margin: 15px 0 0 0;	
}

.omni-seperator.mypage {
	margin: 13px 0;	
}

.omni-seperator.case {
	clear: left;
	margin: 15px 0;	
}

p.description {
	_margin: 0;
	_float: left;
	visibility: hidden; /* sIFR */
}

/* @end */

/* @group Sidebar */

#sidebar-top-placeholder {
	position: absolute;
	width: 378px;
	top: 110px;
	left: 50%;
	margin-left: 102px;
	/*_margin-left: 103px;*/
	height: 429px;
}

#sidebar-top-placeholder.case {
	height: 340px;
	margin-left: 103px;
	/*_margin-left: 104px;*/	
}

.sidebar-wrapper {
	padding: 0 13px 0 13px;
}

.sidebar-wrapper-slim {
	padding: 0;
	border: 1px solid red;
}

.sidebar-wrapper p {
	display: block;
	margin-top: 20px;
}

.sidebar-wrapper .large-link-button {
	width: 125px;
}

.sidebar-wrapper .link-button {
	width:115px;
}

.sidebar-wrapper .link-button-area {
	margin: 10px 5px 5px 5px;
}

.sidebar-wrapper .submit-area {
	margin: 25px 5px 5px 5px;
}

.sidebar-wrapper .submit-button {
	text-align: center;
}

.sidebar-wrapper .sidebar-wrapper-or {
	margin-left: 6px;
	margin-right: 6px;
}

.sidebar-wrapper .heading-space {
	margin-top: 15px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.sidebar-wrapper .defaultSelect {
	width: 200px;
}

.sidebar-wrapper .increaseWidth {
	width: 330px;
}

.sidebar-wrapper .defaultBigSelect {
	width: 280px;
}

.sidebar-wrapper .defaultSmallSelect {
	width: 170px;
	margin-bottom: 4px;
	#margin-bottom: 2px;
}

.sidebar-wrapper .smallSelect {
	width: 80px;
}

.sidebar-wrapper .left-spacer {
	margin-left: 5px;
}

.small-top-space {
	margin-top: 8px;
	#margin-top: 2px;
}

.sidebar-wrapper .small-input {
	width: 60px;
}

.blue {
	color: blue;
	text-decoration: underline;
}

.red {
	color: red;
}

.sidebar-wrapper .radio-button {
	margin-right: 5px;
	margin-top: 10px;
}

.sidebar-wrapper .radio-button-text {
	margin-top: 10px;
	width: 300px;
}

.sidebar-wrapper .input-area {
	margin-left: 15px;
	_margin-left: 20px;
}

.sidebar-wrapper .input-area-white {
	margin-left: 15px;
}

.sidebar-wrapper .big-button {
	height:40px;
	text-align: center; 
	font-family:'Arial';
	font-size: 11px;
	color:#000000; 
	font-style:normal; 
	font-weight:bold; 
	text-decoration:none;
	width: 100%;
	margin-bottom: 10px;
}

.sidebar-wrapper .right-label {
	margin-left: 10px;
}

.sidebar-wrapper .right-small-label {
	margin-left: 2px;
}

.sidebar-wrapper .half-cell {
	width: 40%;
}

div#borrow-box {
	background: #edebeb url(/images/can_i_borrow_box.gif) top left no-repeat;
	width: 378px;
	height: 365px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	position: relative;
}

div#sidebar-header {
	background: url(/images/sidebar-header-div.gif) top left no-repeat;
	width: 378px;
	height: 44px;
	padding-left: 15px;
	margin-bottom: 5px;
}

div#borrow-box-answer {
	position: absolute;
	top: 240px;
	_top: 254px;
	#top: 258px;
	left: 20px;
	width: 358px;
	height: 67px;
}

h1.subtitle {
	position: relative;
	top: -10px;
	_top: 5px;
	
	/* IE7 */
	#position: absolute;
	#top: 0px;
	#left: 0px;
	#width: 100%;
	/* end */
}

h2.subtitle {
	position: relative;
	top: -10px;
	_top: 5px;
	
	/* IE7 */

	#top: 0px;
	#left: 0px;
	#width: 100%;
	/* end */
}

.clear-subtitle {
	margin-top: 100px;
	display: block;
	clear: both;
	_margin-top: 80px;
	#margin-top: 90px;
}

.clear-contact {
	margin-top: 120px;
	display: block;
	clear: both;
	_margin-top: 80px;
	#margin-top: 90px;
}

.clear-header {
	margin-top: 60px;
	display: block;
	clear: both;
}

#pagination-small {
	position: relative;
	top: -30px;
	_top: -20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	width: 80px;
	
	/* IE7 */
	#top: 32px;
	/* end */
}

#pagination-big {
	position: relative;
	top: -30px;
	_top: -20px;
	
	/* IE7 */
	#top: 32px;
	#position: relative;
	#width: 378px;
	/* end */
	
	padding-top: 7px;
	width: 135px;
	margin-left: auto;
	margin-right: auto;
}

.pagination {
	background: url(/images/sidebar-pagination-span.gif) top left no-repeat;
	width: 65px;
	height: 28px;
	float: left;
}

#pagination-numbers {
	position: absolute;
	top: 45px;
	right: 165px;
}

#pagination-big .pagination-fill {
	background: url(/images/sidebar-pagination-span-fill.gif) top left repeat;
	width: 55px;
	height: 28px;
	float: left;
}

.pagination-left {
	background: url(/images/sidebar-pagination-span-left.gif) top left no-repeat;
	width: 8px;
	height: 28px;
	float: left;
}

.pagination-right {
	background: url(/images/sidebar-pagination-span-right.gif) top left no-repeat;
	width: 7px;
	height: 28px;
	float: left;
}

.pagination .paginate-red {
}

.multicolor-header {
	float: left;
	width: 325px;
}

.multicolor-header h2.red {
	display: inline;
	margin-right: 3px;
}

.multicolor-header h2.normal {
	display: inline;
	width: 300px;
}

.multicolor-text {
	float: left;
	position: relative;
	margin-top: -5px;
	#margin-top: 0px;
	_margin-top: 0px;
}

/*div.multicolor-text {
	padding: 0;
	margin: 0;
	position: relative;
	top: -6px;
	border: 1px solid #000;
	float: left;
}*/

.multicolor-text .red {
	display: inline;
}

.multicolor-text .normal {
	display: inline;
	#margin-left: 5px;
	_margin-left: 5px;
}

.sidebar-subtitle-result {
	width: 378px;
	height: 127px;
	background: url(/images/sidebar_result_top_fade.gif) top left no-repeat;
	margin: 0;
	padding: 0px;
	text-align: center;
	position: relative;
}

.sidebar-subtitle {
	width: 378px;
	height: 74px;
	background: url(/images/sidebar-subtitle-bg.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 3px;
	#left: 5px;
}

.result-sub-text {
	position: relative;
	top: -20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.sidebar-footer {
	width: 378px;
	height: 55px;
	background: url(/images/sidebar-footer.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 10px;
	_margin-left: 1px;
}

.sidebar-footer-white {
	width: 378px;
	height: 36px;
	margin: 0;
	padding: 0;
	text-align: left;
	_margin-left: 1px;
	border: 1px solid red;
}

.sidebar-login-button {
	position: absolute; 
	right: 15px; 
	top: 10px;
	visibility: hidden;
}

.abort-link {
	color: #e2001a;
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

.back-button {
	background: url(/images/sidebar-back-button.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 122px;
	height: 35px;	
}

.result-button {
	background: url(/images/sidebar-result-button.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 152px;
	height: 35px;
}

.forward-button {
	background: url(/images/sidebar-forward-button.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 122px;
	height: 35px;
}

.project-calc-button {
	background: url(/images/sidebar-project-calc-button.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 152px;
	height: 35px;
	cursor:pointer;
}

.project-calc-button-white {
	background: url(/images/sidebar-project-calc-button-white.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 152px;
	height: 35px;
	cursor:pointer;
	margin-left: 15px;
	margin-top: 3px;
}

.house-calc-button {
	background: url(/images/sidebar-house-calc-button.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 212px;
	height: 35px;
	cursor:pointer;
}

.house-calc-button-white {
	background: url(/images/sidebar-house-calc-button-white.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 212px;
	height: 35px;
	cursor:pointer;
	margin-left: 15px;
	margin-top: 3px;
}

.sidebar-wrapper h2 {
	display: inline;
}

.sidebar-gradient {
	background: #FFF url(/images/sidebar-gradient.gif) top left no-repeat;
	_background-position: 1% 0%;
	width: 378px;
	_height: 840px;
	padding: 0;
	position: relative;
	left: -1px;
	_left: 2px;
}

.sidebar-gradient-light {
	background: #FFF url(/images/sidebar-gradient.gif) top left no-repeat;
}

span.red-header {
	border: 1px solid #000;
}

.sidebar-wrapper #solution-tabs {
	list-style-type: none;
	margin: 0;
	position: relative;
	left: -17px;
	z-index: 999;
	left: -15px;
	_position: absolute;
	_left: 25px;
	#left: 25px;
}

.sidebar-wrapper #solution-tabs li {
	float: left;
	margin-right: 5px;
	padding: 0;
}

.sidebar-wrapper #solution-tabs li.active {
	background: url(/images/solutions_active_tab.gif) top left no-repeat;
	width: 110px;
	height: 32px;
}

.sidebar-wrapper #solution-tabs li {
	background: url(/images/solutions_tab.gif) top left no-repeat;
	width: 105px;
	height: 32px;
	padding-top: 8px;
	text-align: center;
}

.sidebar-wrapper #solutions {
	position: relative;
	top: -10px;
	_top: 30px;
	left: -3px;
	z-index: 1;
	width: 350px;
	_margin-top: 250px;
	margin-left: auto; 
	margin-right: auto
}

#solutions-fill {
	background: url(/images/solutions_tabs_fill.gif) top left repeat-y;
	width: 358px;
}

#solutions-top {
	width: 358px;
	height: 3px;
	background: url(/images/solutions_tabs_top.gif) top left no-repeat;
	_position: absolute;
}

#solutions-footer {
	width: 358px;
	height: 12px;
	background: url(/images/solutions_tabs_bottom.gif) top left no-repeat;
	_position: absolute;
}

#solutions-info-box {
	width: 334px;
	height: 54px;
	background: url(/images/solutions_round_box.gif) top left no-repeat;
	margin-top: 10px;
}

#sidebar-bottom {
	position: absolute;
	width: 386px;
	background: url(/images/sidebar-bottom-bg.png);
	top: 539px;
	left: 50%;
	margin-left: 98px;
	_margin-left: 99px;	
}

#sidebar-bottom.case {
	top: 450px;		
	margin-left: 99px;
	_margin-left: 100px;	
	
}

#sidebar-bottom.omni {
	background: url(/images/sidebar-bottom-bg.png) no-repeat 0 131px;	
	top: 100px;		
	margin-left: 99px;
	_margin-left: 100px;	
}

#sidebar-bottom-omni {
	position: absolute;
	width: 386px;
	left: 50%;
	background: url(/images/sidebar-bottom-bg.png) no-repeat 0 131px;	
	top: 100px;		
	margin-left: 99px;
	_margin-left: 100px;
	#margin-left: 99px;
}

#sidebar-bottom-omni.large {
	background: url(/images/sidebar-bottom-bg.png) no-repeat 0 350px;
}

#sidebar-bottom-placeholder {
	margin: 0 4px;
	/*background: url(/images/temp-placeholder.png);*/
	width: 378px;
	#margin: 0 4px 0 3px;
	
	min-height: 343px;
}

div.side-bar-choose-zone {
	background: url(/images/sidebar-choose-zone-bg.jpg) repeat-x;
	height: 82px;
	width: 378px;
	text-indent: 50px;
	#padding-top: 15px;
	#margin-left: 1px;
	overflow: hidden;
}

div.side-zone-slct-container {
	width: 100%;
	overflow: hidden;
	margin: 9px 0 10px 7px;
	padding-bottom: 9px;
	border-bottom: 1px solid #d6d6d6;
}
div.side-zone-slct-container.first {
	margin-top: 18px;	
}

div.side-zone-slct-container img {
	margin-top: 7px;
	float: left;
}

div.side-zone-slct-container a {
	margin: 5px 0 5px 0;
	padding-left: 140px;
	display: block;
}
div.side-zone-slct-container p {
	padding-left: 140px;
	margin-top: 0px;
}

div.side-zone-slct-container.last {
	margin-top: 18px;	
	border-bottom: 0;
}


#sidebar-bottom-footer {
	background: url(/images/sidebar-bottom-footer-bg.png);
	height: 8px;
	font-size: 0;
}

/* @end */

/* @group Frontpage */

.frontpage-splash-lnk {
	width: 75px;
	height: 25px;
	z-index: 100;
	display: block;
	position: absolute;	
	left: 50%;	
}

#frontpage-splash-lnk-1 {
	top: 125px;
	margin-left: 68px;
}

.frontpage-box {
	float: left;	
	margin-top: 385px;
	padding-top: 20px;
	padding-left: 10px;
	width: 309px;	
	border-left: 1px solid #fff;
	min-height: 150px;
	_height: 150px; /* IE6-fix*/
}

.frontpage-box.thefirst {
	clear: both;
	border-left: 0;	
	padding-left: 0;
}

.frontpage-box img {
	float: left;	
}

.frontpage-box h2 {
	padding: 0;
	margin: 0;
	padding-left: 80px;
	line-height: 20px;
	font-size: 14px;
}

.frontpage-box p {
	padding-left: 80px;
	font-size: 10px;
	line-height: 15px;		
}

.frontpage-box p a {
	color: #e2001a;
}

/* @end */

/* @group Silo */	



#flash-container {
	width: 572px;
	height: 350px;
	margin: 0 0 20px 0;
	position: relative;
	left: 3px;
	#left: -1px;
	#margin-left: 4px;		
}

#case-flash-container {
	width: 572px;
	height: 350px;
	margin: 0 0 20px 0;
	position: relative;
	left: 3px;
	/*_left: 3px;*/	
	overflow: hidden;
}

#silo-experts {
	float: left;
	width: 275px;
	padding-top: 45px;
	background: url(/images/silo-experts-bg.png) no-repeat;
}

#silo-experts a {
	font-weight: bold;
	display: block;	
}

#silo-experts .header-img {
	margin: 10px 0;
}

.silo-experts-inner img {
	padding: 1px;
	border: 1px solid #DDD;
}

.silo-experts-inner {
	padding: 0 13px 10px 13px;
}

.silo-experts-inner p {
	margin-top: 11px;
	line-height: 14px;
}

.silo-experts-tip-container {
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.silo-experts-tip-container img {
	float: left;
	border: 1px solid #DDD;
	padding: 1px;
}

.silo-experts-tip-container p {
	margin: -1px 0 0 85px;
	line-height: 13px;
}

#silo-experts-footer {
	height: 7px;
	background: url(/images/silo-experts-footer-bg.png) no-repeat;
	font-size: 0;
}

.silo-omni-box-dark {
	float: right;
	clear: right;
	width: 270px;
	background: #737476 url(/images/silo-omni-box-dark-top-bg.gif) no-repeat;
	margin: 0 12px 20px 0;
	_display: inline; /*IE6 double margin fix*/
}

.silo-omni-box-dark.first {
	_margin-top: 2px!important;
}

.silo-omni-box-dark {
	margin-top: 3px;
}

.silo-omni-box-dark-inner {
	margin: 0 14px;
}

.silo-omni-box-dark-inner p {
	color: #fff;
	line-height: 14px;
	font-size: 10px;
}

.silo-omni-box-dark-btn {
	float: left;
	margin: 10px 0;
}
.silo-omni-box-dark-btn.right {
	float: right;
}

.silo-omni-box-dark-header {
	margin: 13px 0 9px 0;
}

.silo-omni-box-dark-bottom	{
	clear: both;
	background: url(/images/silo-omni-box-dark-bottom-bg.gif) no-repeat;
	height: 3px;
	font-size: 0;
}

/* @end */

/* @group Case */

p.description.case {
	margin: 0 120px 30px 0; 
	_margin: 0!important;
}

.case-evaluation-container {
	float: right;
	margin: 0 0 15px 20px;
	width: 172px;
	height: 252px;
	background: url(/images/case-evaluation-bg.png) no-repeat;
	color: #fff;
}
	

	.case-evaluation-container .total {
		height: 22px;
		text-align: center;
		padding-top: 31px;
	}
	.case-evaluation-container .price {
		height: 28px;
		text-align: center;
		line-height: 28px;
	}
	.case-evaluation-container .other {
		height: 42px;
		text-align: center;
		line-height: 20px;
		
	}		

.add-this {
	float: right;
	clear: right;
	margin: 0 5px 20px 20px;
}

.case-result {
	position: relative;
	left: -4px;
	background: url(/images/case-result-bg.jpg) no-repeat;
	width: 559px;
	height: 300px;
}

	.case-result .top {
		color: #fff;
		text-align: center;
		padding: 11px 15px 35px;
	}
	
		.case-result .top img {
			float: left;
			margin-left: 200px;
		}
	
	.case-result .item {
		float: left;
		color: #000;
		width: 115px;
		text-align: center;
		width: 138px
	}
	
		.case-result .item img {
			margin: 24px 0 24px 0;
		}	
	
		.case-result .item p {
			margin: 0 2px;
			color: #fff;
			font-size: 10px!important;
			line-height: 14px;
			padding: 0 5px 0 5px;
		}		
	
	.case-result .item.first {
		margin-left: 2px;
	}	

.lnk-to-calculator {
	margin-top: 30px;
	display: block;
	height: 48px;
	background: url(/images/case-lnk-to-calculator-bg.png) no-repeat;	
	color: #000;
	font-weight: bold;
}

.lnk-to-calculator span {
	display: block;
	margin: 16px 0 0 10px;	
	float: left;
	background: url(/images/case-arrow.gif) center right no-repeat;	
	background-position: 100% 2px;
}

.lnk-to-calculator span img {
	margin-top: 3px;
}

.smaller-box-dark {
	background: #707173 url(/images/smaller-box-dark-top.gif) no-repeat left top;
	width: 177px;
	float: left;
	margin: 30px 0 0 10px;
	_margin: 18px 0 0 10px;
	_overflow: hidden;
}

.smaller-box-dark-content {
	margin: 10px 10px 13px 10px;
	height: 180px;
	_height: 190px;
	#height: 190px;
}

.smaller-box-dark.first {
	margin-left: 0!important;	
	_clear: both;
}

.smaller-box-dark p {
	margin: 0 0 10px 0;
	font-size: 10px;
	color: #fff;
	line-height: 14px;
}

.case-send-to-friend {
	display: block;
	text-align: right;
	margin: 0 5px 10px 0;
}

.case-send-to-friend img {
	margin-right: 5px;	
}

/* @end */

/* @group Tips */
.description.tips {
	margin-right: 200px;
}

.silo-experts-tip-container.tip-page {
	float: left;
	width: 265px;
}
.silo-experts-tip-container.tip-page.second {
	margin-left: 20px;	
}
/* @end */

/* @group Eksperter */

.experts-cat-box {
	width: 131px;
	float: left;
	margin: 0 0 30px 75px;
	text-align: center;
	font-size: 10px;
	line-height: 22px;
	background: #dcdadb url(/images/exp-cat-bg.jpg) no-repeat center bottom;
	font-weight: bold;
}
.experts-cat-box.first {
	margin-left: 5px;
}

.experts-cat-box a {
	color: #333;
}
.experts-cat-box a:hover {
	text-decoration: none;
}
/* @end */



/* @group Produkt */

p.description.produkt {
	margin: 0 200px 30px 0;
	_margin-right: 0;
}


dl.produkt {
	position: relative;
}

dl.produkt dt {
	clear: left;	
	float: left;
	width: 100px;
	text-align: right;
	font-size: 10px;
	line-height: 18px;	
}

dl.produkt dd {
	float: left;
	width: 350px;
	font-size: 10px;
	line-height: 18px;
}

.betingelser {
	background: #fff;
	height: 200px;	
	overflow: scroll;
	border: 1px solid #aaa;
}

/* @end */

/* @group Kontakt os */

p.contact {
	line-height: 20px;
}

dl.kontakt dt {
	clear: left;	
	float: left;
	margin-top: 10px;
	width: 170px;
	font-size: 10px;
	line-height: 18px;	
}

dl.kontakt dd {
	float: left;
	width: 250px;
	margin: 10px 0 0 0;	
	font-size: 10px;
	line-height: 18px;
}

dl.kontakt textarea {
	width: 195px;
	vertical-align: top;
}

dl.kontakt input.postnr {
	width: 40px;
}

dl.kontakt input.by {
	width: 145px;
}


/* @end */

/* @group Min side */

#calculation-container {
	position: absolute;
	background: url(/images/calculation-container-bg.png) no-repeat;
	width: 553px;
	top: 70px;
	left: 20px;
	padding-top: 30px;
}

#calculation-container-wrapper {
	padding: 0 25px;	
}
	#calculation-container-wrapper .box-wrapper {
		padding: 5px 15px 0 15px!important;
		margin: 0;
	}
	
	#calculation-container-wrapper .box-wrapper strong {
		padding: 5px 0!important;
		display: block;
	}	
	
	#calculation-container-wrapper .omni-seperator {
		margin-top: 5px;
	}	
	
	#calculation-container-wrapper label {
		width: 240px;
	}	
	
	#calculation-container-wrapper .bottom {
		margin: 20px 0 0 -25px;
	}
/* @end */




/* @group Diverse*/

.box-gray {
	width: 552px;
	overflow: hidden;
	background: #ece9ea url('/images/box-gray-top.gif') 0 0 no-repeat;
	margin-bottom: 10px;
}

.box-gray.right-side {
	background: #ece9ea url('/images/box-gray-small-top.gif') 0 0 no-repeat;	
	width: 164px;
	float: right;	
	margin: 0 0 15px 20px;
	font-size: 10px;
	line-height: 14px;
}

.box-gray.dark {
	background: #7f7f7f url('/images/box-gray-dark-top.png') 0 0 no-repeat;
	}
	
	.box-gray.dark > * {
		color: #fff;	
	}	
	
.box-gray.darkheader {	
	background: #ece9ea url('/images/box-gray-darkheader-top.gif') 0 0 no-repeat;
}

.box-gray.smaller-dark {	
	width: 492px;
	background: #ccc url('/images/box-gray-smaller-dark-top.gif') 0 0 no-repeat;
}

.box-gray.smaller-light {	
	width: 492px;
	background: #e5e5e5 url('/images/box-gray-smaller-light-top.gif') 0 0 no-repeat;
}

	
	.box-gray-bottom {
		background: url(/images/box-gray-bottom.gif) no-repeat center bottom;
		height: 3px;
	}
	
	.box-gray table {
		border-top: 1px solid #fff;
		border-collapse: collapse;
		width: 100%;
	}
	
	.box-gray table td {
		border-top: 1px solid #fff;
		padding: 4px;
	}
	
	.box-gray table.noborder, .box-gray table.noborder td {
		border-top: 0;
	}
	
	.box-gray table td.percent {
		font-weight: bold;
		width: 70px;
	}
	
	.box-gray table td.price {
		width: 100px;
		text-align: right;
	}	

	.box-gray table tr.total td {
		font-weight: bold;
	}
	
	.box-gray table tr.last td {
		padding-bottom: 1px;
	}	
	
.box-wrapper {
	padding: 12px 12px 0 12px;
	font-size: 10px;
	line-height: 14px;
}
.box-wrapper.experts p{
	line-height: 14px;
}

.box-wrapper.border-bottom {
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
	fieldset div {
		margin-top: 10px;
		font-size: 10px;
	}
	fieldset div div.multiple-inputs {
		margin: 0;
		float: left;
	}
	fieldset label {
		display: block;
		float: left;
		width: 200px;
		padding-top: 4px;
	}
	.defaultInput {
		padding: 2px;
		width: 195px;
		border: 1px solid #a5b0b4;
	}
	textarea.defaultInput {
		width: 300px;
	}
	div.submit-container {
		float: left;
		width: 100%;
	}
	div.submit-container input {
		margin-left: 210px;
		font-size: 9px;
	}
	
	input.submit {
		float: left;
		font-size: 9px;
	}
}

#editPhoto div {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #cfcfcf;
	width: 100%;
	height: 120px !important;
	background: red !important;
}
	#editPhoto div img {
		margin-right: 15px;
		float: left;
	}
/* @end */

.help-box {
	width: 400px;
}

.help-box p {
	display: block;
	margin-bottom: 10px;
}




.mypage_calc_container {
	width: 378px;
	height: 76px;
	display: block;
	background: url('/images/mypage_calc_bg_0.jpg') no-repeat;
	position: relative;
}
.mypage_calc_container.done {
	background: url('/images/mypage_calc_bg_1.jpg') no-repeat;
}
/*
.mypage_calc_container a {
	position: absolute;
	display: block;
	left: 250px;
	top: 23px;
	height: 30px;
	width: 120px;
	background: #000;
	opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */
}
*/
.mypage_calc_container a:hover {
	text-decoration: none;
}
.mypage_calc_container h2 {
	padding: 19px 0 0 45px;
	margin: 0;
}



.frontpageProductBox {
		width: 300px;
		background: #e9e9ea;
		border-bottom: 1px solid #d4d4d5;
		float: left;
		margin-right: 29px;
	}
	.frontpageProductBox.last {
		margin-right: 0;
	}
	.frontpageProductBox div.imageContainer {
		width: 300px;
		height: 115px;
		overflow: hidden;
	}
	.frontpageProductBox div.content {
		padding: 10px;
		font-size: 10px;
	}
	
	#frontpageImgboxes {
		float: right;
		text-align: right;
		padding-top: 110px;
	}
	#frontpageImgboxes img {
		margin-left: 20px;
		float: left;
	}
	
#footer {
	width: 100%;
	height: 18px;
	position: relative;
	bottom: 0px;
	/*background: #bababa;*/
}

#calculate-footer {
	background: #BABABA;
	bottom: 0px;
	z-index: -1;
	width: 100%;
	margin-top: 1000px;
}

#calculate-footer-content {
	font-size: 10px;
	margin: auto;
	position: relative;
	width: 960px;
	height: 18px;
	line-height: 18px;
}

#calculate-footer-content img {
	left: 0px;
	position: absolute;
	top: -51px;
}

#calculate-footer-bottom {
	background: #BABABA;
	position: relative;
	width: 100%;
	height: 400px;
}

#calculate-footer-bottom-content {
	margin: 0px auto;
	padding-top: 10px;
	position: relative;
	width: 960px
}

#submit-box-area {
	border: 6px solid #CCC;
	background: #FFF;
	z-index: 999;
	position: absolute;
	top: 120px;
	left: 20px;
	width: 300px; 
	padding: 10px
}

.right-margin {
	position: relative;
	margin-left: 20px;
}

.caption {
	width: 20px;
	text-align: left;
	margin-left: 5px;
}

#containerWrapper {
	border-left: 1px solid red;
	border-right: 1px solid red;
	width: 961px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}

.top-margin {
	margin-top: 10px;
}

.big-top-margin {
	margin-top: 20px;
}

.inactive {
	opacity: .30; 
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-khtml-opacity: .30;
	-moz-opacity: .30;
}

#sidebar-bottom-omni hr {
	_margin-left: 3px;
}

#can-i-borrow-table .label {
	padding-bottom: 5px;
	margin-right: 10px;
	width: 190px;
}

#can-i-borrow-table .label div {
	padding: 0 5px 0 0;
}

#can-i-borrow-table .spacer-td hr {
	background: #EFEFEF;
	margin: 5px 0 5px 0;
	_margin: 0;
	#margin: 0;
}

#can-i-borrow-table .input-td {
	width: 155px;
	text-align: right;
}

#can-i-borrow-table .currency-td {
	text-align: right;
	vertical-align: top;
}

#header-mypage {
	display: none;
}

#no-zone-box {
	background: url('/images/no_zone_box.png') top left no-repeat;
	width: 378px;
	height: 295px;
	margin: 0;
}

#no-zone-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 60px;
	margin-left: 15px;
	width: 220px;
}

#no-zone-box ul li {
	background: url('/images/infobox_dot_white.png') no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
	line-height: 18px;
}

#calculate-main {
	background: url('/images/calculate_main_bg.png') no-repeat;
	margin: 0;
	padding: 0;
	width: 378px;
	min-height: 600px;
	_margin-left: 2px;
}

#calculate-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 70px;
	margin-left: 15px;
	margin-bottom: 20px;
	width: 220px;
}

#calculate-main ul li {
	background: url('/images/infobox_dot_white.png') no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	line-height: 15px;
}

.subselect {
	width: 172px;
	height: 38px;
	background: url('/images/subselect_bg.png') no-repeat;
	margin-left: -15px;
	_margin-left: -35px;	
	position: relative;
	z-index: 1000;
}
.subselect.active {
	background: url('/images/subselect_top.png') no-repeat;
}

.subselect span {
	padding-top: 6px;
	margin-left: 35px;
	display: block;
}

#header-silo-subselector-inner {
	position: absolute;
	top: 75px;
	left: 60px;
}

#header-silo-subselector-inner a.silo-select-small {
	float: left;
	display: block;
	height: 35px;
	width: 164px;
	background: url(/images/header-silo-select-2.jpg);
	margin: 0 2px;
	border-width: 5px 10px;
	border-color: #fff;
	border-style: solid;
}

/* Selector */

/*#dropdown-selector {
	width: 961px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10000;
}*/

#header-silo-selector {
	float: left;
	position: absolute;
	top: 0;
	/*_top: 52px;*/
	/*left: 72px;*/
	/*_left: 52px;*/
	padding-top: 38px;
	height: 405px;
	width: 164px;
}

#header-silo-selector.active {
	background: url(/images/header-silo-active-bg.jpg) no-repeat bottom center;	
}

#header-silo-selector-inner {
	margin: 0;
	padding: 0;
}

/*#header-silo-selector-top {
	background: url(/images/subselect_top.png) no-repeat bottom left;
}*/

#header-silo-selector-top h4 {
	padding-top: 8px;
	_padding-top: 0px;
}

#header-silo-selector-inner {
	background: #FFF;
	_margin-left: -5px;
}

#header-silo-selector-inner a.silo-select-small {
	display: block;
	height: 35px;
	width: 140px;
	margin-left: 5px;
/*	background: url(/images/header-silo-select-2.jpg);*/
	border-width: 5px 10px;
	border-color: #fff;
	border-style: solid;
}

#header-silo-selector-inner a.silo-select-small.first {
}

#header-silo-selector-inner a.silo-select-small.one {
	background: url(/images/header-silo-select-1.jpg);
}

#header-silo-selector-inner a.silo-select-small.two {
	background: url(/images/header-silo-select-2.jpg);
}
#header-silo-selector-inner a.silo-select-small.three {
	background: url(/images/header-silo-select-3.jpg);
}
#header-silo-selector-inner a.silo-select-small.four {
	background: url(/images/header-silo-select-4.jpg);
}
#header-silo-selector-inner a.silo-select-small.five {
	background: url(/images/header-silo-select-5.jpg);
}
#header-silo-selector-inner a.silo-select-small.six {
	background: url(/images/header-silo-select-6.jpg);
}
#header-silo-selector-inner a.silo-select-small.seven {
	background: url(/images/header-silo-select-7.jpg);
}
#header-silo-selector-inner a.silo-select-small.eight {
	background: url(/images/header-silo-select-10.jpg);
}
#header-silo-selector-inner a.silo-select-small.nine {
	background: url(/images/header-silo-select-11.jpg);
}

#header-silo-selector-footer {
	/*margin: 0 -2px;*/
	float: left;
	top: 0;
	left: 5px;
	height: 6px;
	width: 160px;
	position: relative;
	background: url(../images/header-silo-selector-footer-bg.png) no-repeat top center;
}


/* the default style */
.prototip .flaf { 
	color: #000000;
}

.prototip .flaf .toolbar {
  	background: #ebe8e9;
  	font-weight: bold;
	color: #333333;
}

.prototip img {
	clear: right;
}

.prototip .flaf .title { 
	background: #ebe8e9;
}

.prototip .flaf .title .close { 
	overflow: hidden;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
}

.prototip .flaf .title .header-img { 
	position: absolute;
	top: 3px;
	left: 3px;
	_margin-bottom: 5px;
	_padding-bottom: 5px;
	height: 22px;
}

.prototip .flaf .content {
	margin: 0;
	padding: 0;
	background: #ebe8e9;
	padding: 5px;
	_padding-top: 5px;
}

.prototip .flaf .content div {
	display: inline;
}

.prototip .flaf .title {

}

#calculation_save_footer {
	margin-bottom: 10px;
	width: 354px;
	height: 64px;
	background: url('/images/calculation_save_footer_gradient.png');
	position: relative;
	left: 2px;
	text-align: center;
}
.calculation_save_footer_inner {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: center;
}

#welcome-box {
}

#welcome-box-text {
	overflow: hidden;
	display: inline;
	_line-height: 18px;
}

.contact-button-white {
	background: url(/images/sidebar-contact-button-white.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 96px;
	height: 35px;
	cursor:pointer;
	margin-left: 15px;
	margin-top: 3px;
}

.discount-white {
	background: url(/images/20_discount.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 68px;
	height: 63px;
	float: right;
	margin-bottom: 20px;
	position: absolute;
	right: 10px;
	#margin-top: 10px;
}

.discount-gray {
	background: url(/images/20_discount_gray.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 68px;
	height: 63px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

.discount-gray-teaser {
	background: url(/images/20_discount_gray.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 68px;
	height: 63px;
	float: right;
}

.discount-teaser {
	background: url(/images/20_teaser.gif) top left no-repeat;
	border: 0;
	outline: 0;
	width: 68px;
	height: 63px;
	float: right;
	position: relative;
	top: -25px;
}

.save-calculation-new-button {
	margin: 0;
	padding: 0;
	height: 22px;
}

.result-sub-text a, .result-sub-text img {
	margin: 0;
}

.result-sub-text {
	width: 100%;
}

#silo-experts a.headline-link, a.headline-link {
	font-weight: normal;
	color: #333;
	display: inline;
}

/* Easter calculate-styles */

#close-layer {
	display: block;
	position: absolute;
	top: 55px;
	width: 311px;
	height: 297px;
	z-index:6102;
	overflow: auto;
	background: transparent url('/resultat/close_background_white.gif') top left no-repeat;
}

#close-overlay {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #EEE !important;
	z-index:6101;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#close-text {
	margin-top: 65px;
	width: 282px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#close-actions {
	margin-top: 25px;
	margin-left: 30px;
}

#close-actions img {
	display: block;
	margin-bottom: 3px;
}

#calculate-layer {
	display: block;
	position: absolute;
	top: 55px;
	width: 951px;
	z-index:6002;
	overflow: hidden;
}

.calculate-layer-small {
	height: 627px;
	background: transparent url('/resultat/background_small_white.gif') top left no-repeat;
}

.calculate-layer-normal {
	height: 827px;
	background: transparent url('/resultat/background_normal_white.gif') top left no-repeat;
}

.calculate-layer-big {
	height: 927px;
	background: transparent url('/resultat/background_big_white.gif') top left no-repeat;
}

.calculate-layer-np-normal {
	height: 749px;
	background: transparent url('/resultat2/np_background_normal.gif') top left no-repeat;
}

#calculate-overlay {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #EEE !important;
	z-index:6001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#calculate-layer #calculate-header {
	position: absolute;
	top: 60px;
	left: 30px;
	overflow: hidden;
	width: 94%;
	height: 74px;
}

#calculate-layer #calculate-header small {
	font-size: 11px;
}

#calculate-layer #calculate-header h2 {
	margin: 0 !important;
}

#calculate-layer #calculate-header span {
	display: block;
	font-size: 11px;
}

#calculate-layer #top_close_button {
	position: absolute;
	top: 20px;
	right: 20px;
}

#calculate-layer #bottom_close_button {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#calculate-layer #calculate-content-left {
	width: 460px;
	float: left;
}

#calculate-layer #calculate-content-right {
	width: 400px;
	float: right;
	margin-left: 20px;
}

#calculate-layer #calculate-header-actions {
	position: absolute;
	right: 65px;
	top: 16px;
}

#calculate-layer #calculate-content-right .calculate-paragraph {
	width: 100%;
	overflow: hidden;
}

#calculate-layer #calculate-content-left .calculate-paragraph {
	width: 100%;
	overflow: hidden;
}

#calculate-layer #calculate-content {
	position: absolute;
	top: 135px;
	width:891px;
	margin: 0 30px;
}

#calculate-layer #calculate-container {
	display: block;
}

#calculate-layer hr {
	height: 2px;
	background: white url('/resultat/ruler.gif') top left no-repeat;
	border: 0;
	margin: 10px 0;
	#margin: 5px 0;
}

#calculate-layer #solution-tabs {
	list-style-type: none;
	z-index: 999;
	margin: 0 auto;
	width: 380px;
	padding: 0;
	left: 0;
	position: inherit;
}

#calculate-layer #solution-tabs li {
	text-align: center;
	width: 120px;
	float: left;
	background: transparent url('/resultat/white_tab.gif') top left no-repeat;
	margin: 0;
	padding: 0px;
	height: auto;
	padding: 8px 0;
	overflow: hidden;
}

#calculate-layer #solution-tabs li.active {
	background: transparent url('/resultat/grey_tab.gif') top left no-repeat;
}

#calculate-layer #solution-tabs li.active a {
	color: #666;
}

#calculate-layer #solution-tabs li a {
	color: #333;
	font-size: 12px;
}

#calculate-layer #borrow-box-answer-result {
	background: #E4E4E4;
	margin: 10px 0;
	width: 100%;
	padding: 10px;
}

#calculate-layer #borrow-box-answer-result h4 {
	margin: 0;
}

#calculate-layer #calculate-content-left #calculate-tabs {
	border-bottom: 2px solid #dbdada;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	height: 30px;
}

#calculate-layer #calculate-content-left #calculate-tabs #standard-tab {
	margin: 0 5px;
}

#calculate-layer #calculate-content-left #calculate-result-container {
	margin: 0;
	width: 100%;
}

#calculate-layer #calculate-paragraph .multicolor-header {
	width: 100%;
	margin-left: 0;
}

#calculate-container-div {
	overflow: hidden;
}

#seo-footer {
	background: #BABABA;
	z-index: -1;
	width: 100%;
	position: absolute;
	top: 1300px;
}

#seo-footer-content {
	font-size: 10px;
	margin: auto;
	position: relative;
	width: 960px;
	height: 18px;
	line-height: 18px;
}

#seo-footer-content img {
	left: 0px;
	position: absolute;
	top: -51px;
}

#seo-footer-bottom {
	background: #BABABA;
	position: relative;
	width: 100%;
	height: 400px;
}

#seo-footer-bottom-content {
	margin: 0px auto;
	padding-top: 10px;
	position: relative;
	width: 960px
}
