@charset "utf-8";
/* CSS Document */



/*** framework ***/

* { 
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
} 

body {
	color: #333;
	height: 100%;
}

.Headline, H1 {
	FONT-FAMILY: 'Verdana', 'Geneva', 'Arial', 'Helvetica', 'sans-serif';
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold;
	COLOR: #000000; 
	EditMenuName: Huvudrubrik
}

/* ------------- * FRAMEWORK * ------------- */

#wrapper {
	margin: 0 auto;
	width: 940px;
}

#header {
	clear: both;
}

#main {
	clear: both;
	margin: 4px 0;
}



/* ------------- * FOOTER * ------------- */

#footer {
	border-top: 1px solid #fff;
	clear: both;
	margin: 10px 0;
	margin-bottom: 30px;
}

	#footer a {
		color: #666;
	}
	
	#footer a:hover {
		color: #000;
	}	

	#footer a {
		font-size: 11px;
	}

	#footer p {
		background-image: url(../Images/framework_sprite.png);
		background-position: 0 -300px;
		background-repeat: no-repeat;
		font-size: 10px;
		color: #666;
		text-align: right;
		padding-right: 30px;
		padding-top: 16px;
	}
	
	#footer span {
		color: #aaa;
	}



/* ------------- * BASIC ELEMENTS * ------------- */

.clearAll { 
	clear: both;
}

.startPage { }

	.startPage .columeLeft {
		display: inline;
		width: 563px;	
		float: left;
		margin-left: 34px;
		margin-top: 10px;
	}
	
	.startPage .columeRight {
		display: inline;
		width: 290px;	
		float: right;
		margin-top: 10px;	
		margin-bottom: 20px;
		margin-right: 10px;		
	}

.subPage {}

	.subPage .columeLeft {
		display: inline;
		width: 300px;	
		float: left;
		margin-left: 20px;
		margin-bottom: 30px;
	}
	
	.subPage .columeRight {
		display: inline;
		width: 563px;	
		float: right;
		margin-right: 32px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.subPage .columeLeft .subMenuParent
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 17px;
		display: block;
		padding: 23px 0 5px 31px;
		color: #333;
		text-decoration: none;
	}
	
	
	
#flashBanner {
	background-image: url(../Images/framework_sprite.png);
	background-position: 0 0;	
	background-repeat: no-repeat;
	height: 169px;	
}





/* ------------- * HEADMENU * ------------- */

#headMenu {
	background-image: url(../Images/headMenu_sprite.png);
	background-position: -1990px center;	
	
	background-repeat: no-repeat;
	padding: 3px 20px;
}

#headMenu ul { 
		list-style: none;
	}

	#headMenu li { 
		background: none;
		padding: 0;
		display: inline;
		margin-left: 0;
		margin-bottom: 0;
	}
		#headMenu li a {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			text-align: center;
			font-size: 12px;
			line-height: normal;
			color: #fff;
			margin-right: 1px;
			background-image: url(../Images/headMenu_sprite.png);
			background-position: -20px center;
			background-repeat: no-repeat;
			display: block;
			float: left;
			padding: 18px 0;
			text-decoration: none;
		}


		#headMenu li.firstItem a {
			background-position: -10px center;		
		}

		#headMenu li.lastItem a {
			margin-right: 0;
		}
		
/*** FOUR items in the menu ***/

#headMenu .four_items li a { width: 224px; }
#headMenu .four_items li.firstItem a { width: 225px; }
#headMenu .four_items li.lastItem a { width: 224px; background-position: -686px center; }

#headMenu .four_items li a:hover { background-position: -3100px center; }
#headMenu .four_items li.firstItem a:hover { background-position: -3010px center; }
#headMenu .four_items li.lastItem a:hover { background-position: -3686px center; }

#headMenu .four_items li a.current { background-position: -1100px center;  cursor: default; }
#headMenu .four_items li.firstItem a.current { background-position: -1010px center;  cursor: default; }
#headMenu .four_items li.lastItem a.current { background-position: -1686px center;  cursor: default; }

/*** FIVE items in the menu ***/

#headMenu .five_items li a { width: 179px; }
#headMenu .five_items li.firstItem a { width: 180px; }
#headMenu .five_items li.lastItem a { width: 179px; background-position: -731px center; }

#headMenu .five_items li a:hover { background-position: -3100px center; }
#headMenu .five_items li.firstItem a:hover { background-position: -3010px center; }
#headMenu .five_items li.lastItem a:hover { background-position: -3731px center; }

#headMenu .five_items li a.current { background-position: -1100px center;  cursor: default; }
#headMenu .five_items li.firstItem a.current { background-position: -1010px center;  cursor: default; }
#headMenu .five_items li.lastItem a.current { background-position: -1731px center;  cursor: default; }

/*** SIX items in the menu ***/

#headMenu .six_items li a { width: 149px; }
#headMenu .six_items li.firstItem a { width: 150px; }
#headMenu .six_items li.lastItem a { width: 149px; background-position: -761px center; }

#headMenu .six_items li a:hover { background-position: -3100px center; }
#headMenu .six_items li.firstItem a:hover { background-position: -3010px center; }
#headMenu .six_items li.lastItem a:hover { background-position: -3761px center; }

#headMenu .six_items li a.current { background-position: -1100px center;  cursor: default; }
#headMenu .six_items li.firstItem a.current { background-position: -1010px center;  cursor: default; }
#headMenu .six_items li.lastItem a.current { background-position: -1761px center;  cursor: default; }

/*** SEVEN items in the menu ***/

#headMenu .seven_items li a { width: 127px; }
#headMenu .seven_items li.firstItem a { width: 130px; }
#headMenu .seven_items li.lastItem a { width: 129px; background-position: -781px center; }

#headMenu .seven_items li a:hover { background-position: -3100px center; }
#headMenu .seven_items li.firstItem a:hover { background-position: -3010px center; }
#headMenu .seven_items li.lastItem a:hover { background-position: -3781px center; }

#headMenu .seven_items li a.current { background-position: -1100px center;  cursor: default; }
#headMenu .seven_items li.firstItem a.current { background-position: -1010px center;  cursor: default; }
#headMenu .seven_items li.lastItem a.current { background-position: -1781px center;  cursor: default; }


/* ------------- * SUBMENU * ------------- */

#subMenuContainer {
	width: 262px;
	background-image: url(../Images/subMenu_sprite.png);
	margin: 22px 0 20px 20px;
}

	ul.subMenu {
		list-style: none;
	}

	ul.subMenu li {
		margin-bottom: 0;	
		margin-left: 0;
		margin-top: 1px;
		padding: 1px 0;
		background: #fff;
	}

	ul.subMenu li:first-child {
		margin-top: 0;
	}

	ul.subMenu li a.current {
		background-image: url(../Images/subMenu_sprite.png);
		background-position: -600px center;
		background-repeat: no-repeat;
		color: #002361;
	}

		ul.subMenu li a {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			display: block;
			padding: 5px 0 5px 31px;
			color: #333;
			text-decoration: none;
		}

		ul.subMenu li a:hover {
			background-image: url(../Images/subMenu_sprite.png);
			background-position: -300px center;
			background-repeat: no-repeat;
			color: #000;
		}



/* ------------- * sub SUBMENU * ------------- */

ul.subSubMenu {
	list-style: none;
	margin-bottom: 5px;
}


	ul.subSubMenu li {
		background: #fff;
	}
	
	ul.subSubMenu li a {
		font-family: arial, sans-serif;
		font-size: 12px;
		display: block;
		padding: 3px 0 3px 41px;
		color: #333;
		text-decoration: none;
	}
	
	ul.subSubMenu li a:hover {
		background: #fff;
		color: #999;
	}
	
	ul.subSubMenu li a.current {
		color: #999;
		background: #fff;
	}	
		



/*
#subMenu li {
	margin-bottom: 0;	
	margin-left: 0;
	margin-top: 1px;
	padding: 1px 0;
	background: #fff;
}

#subMenu li:first-child {
	margin-top: 0;
}

#subMenu li a.current {
	background-image: url(../Images/subMenu_sprite.png);
	background-position: -600px center;
	background-repeat: no-repeat;
	color: #002361;
}

	#subMenu li a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		display: block;
		padding: 5px 0 5px 31px;
		color: #333;
		text-decoration: none;
	}

	#subMenu li a:hover {
		background-image: url(../Images/subMenu_sprite.png);
		background-position: -300px center;
		background-repeat: no-repeat;
		color: #000;
	}
*/




/* ------------- * TYPOGRAPHY * ------------- */

h1 {
	background-image: url(../Images/h1_logo.png);
	background-repeat: no-repeat;
	background-position: 40px 30px;
	height: 91px;
}

h2 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #005a9b;
	margin: 2px 0 6px 0;
}

h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #005a9b;
	margin: 2px 0 4px 0;
}

h4 {
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 2px 0 1px 0;
}

p {	
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 8px;
}

p.preamble {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 14px;	
}


/* ------------- * LINKS * ------------- */

a { 
	color: #333; 
	text-decoration: none;
}

a:hover { 
	color: #005a9b; 
}



/* ------------- * PUFFAR * ------------- */

.puffContent {
	clear: both;
}
	
	.puffContent .puffContainer {
		float: left;
		width: 300px;
		margin-left: 10px;
		display: inline;
	}
	
	.puffContent .puffTop {
		display: block;
		padding: 11px 11px 0 11px;
		min-height: 185px;
		height: auto !important;
		height: 185px;
	}
	
	.puffContent .puffBottom {
		background-image: url(../Images/bg_puff.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 22px;
		overflow: hidden;
	}
	
	.puffContent img { 
		border: 0;
	}

	.puffContent .headline { 
		display: block;
		font-size: 13px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;	
		color: #005a9b;
		margin: 12px 15px 2px 15px;	
	}
	
	.puffContent .paragraph { 
		display: block;
		font-size: 11px;
		line-height: 15px;;	
		padding: 0 50px 10px 15px;	
	}

	.puffContent a { 
		display: block;
		text-decoration: none;
		color: #333;
		background-image: url(../Images/bg_puff.png);	
		background-repeat: no-repeat;	
		cursor: pointer;
	}
	
	.puffContent a:hover { 
		background-image: url(../Images/bg_puff.png);	
		background-position: -300px 0;
		color: #005a9b;
	}






/* ------------- * DRAGARE * ------------- */

a.dragare {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	font-style: italic;
	color: #393;
	padding: 23px 0 23px 80px;
	display: block;
	cursor: pointer;
	background-image: url(../Images/bg_dragare.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.dragare:hover {
	color: #363;
	background-position: -290px;
	text-decoration: none;	
}


a.dragare_orange {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	font-style: italic;
	color: #ffffff;
	padding: 23px 0 23px 80px;
	display: block;
	cursor: pointer;
	background-image: url(../Images/bg_dragare_orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.dragare_orange:hover {
	color: #ffffff;
	background-position: -290px;
	text-decoration: none;	
}

a.dragare_green {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	font-style: italic;
	color: #ffffff;
	padding: 23px 0 23px 80px;
	display: block;
	cursor: pointer;
	background-image: url(../Images/bg_dragare_green.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.dragare_green:hover {
	color: #ffffff;
	background-position: -290px;
	text-decoration: none;	
}


/* ------------- * MODAL POPUP * ------------- */

#modalPage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; 
	left: 0px;
}
	
	.modalBackground {
		opacity: 0.4; 
		filter: alpha(opacity=40);
		width: 100%;
		height: 100%; 
		background-color: #999999;
		position: absolute;
		z-index: 500;
		top: 0px; 
		left: 0px;
	}
	
	.modalPosition {
		position: absolute;
		left: 50%;
		top: 20%;
		z-index: 750;
	}
	
	.modalVisual {
		position: relative;
		left: -400px;
		width: 800px;
		background: #CCC;
		background-color: #fff;
		border: solid 1px #999; 
		padding: 4px;
	}
	
	.modalSize {
		background:#999;
		min-height: 300px;
		height: auto !important;
		height: 300px;	
	}
	
	.modal_bg_1 {
		background-image: url(../Images/modal_sprite.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	.modal_bg_2 {
		background-image: url(../Images/modal_sprite.png);
		background-repeat: no-repeat;
		background-position: -900px top;
		min-height: 60px;
		height: auto !important;
		height: 60px;	
	}
	
	.modalContent {
		padding: 14px 0px 10px 20px;
		min-height: 300px;
		height: auto !important;
		height: 300px;
	}
	
	.modalColumne { 
		width: 118px;
		float: left; 
		margin-top: 10px;
		margin-right: 10px;
	} 
		
		.modalContent a {
			display: block;
			color: #333;
			margin-bottom: 6px;		
		}
	
		.modalContent a:hover {
			color: #333;
			text-decoration: underline;
		}
		
		.modalContent a.level_1 { 
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 13px;
			font-weight: bold;
		}
		
		.modalContent a.level_2 { 
			padding-left: 14px;
			font-size: 12px;
			background-image: url(../Images/modal_sprite.png);
			background-position: -1746px 1px;
			background-repeat: no-repeat;
			
		}
		
		.modalContent a.level_3 { 
			padding-left: 34px;
			font-size: 12px;
			background-image: url(../Images/modal_sprite.png);
			background-position: -1726px 1px;
			background-repeat: no-repeat;
		}

	a.modalClose {
		float: right;
		margin-right: 8px;
		margin-top: -8px;
		display: inline;
		font-size: 12px;
		color: #333;
		background-image: url(../Images/modal_sprite.png);
		background-position: right -200px;	
		background-repeat: no-repeat;
		padding: 8px 30px 8px 0;
	}

	a.modalClose:hover {
		float: right;
		text-decoration: none;
		color: #005a9b;
		background-image: url(../Images/modal_sprite.png);
		background-position: right -250px;			
	}

/* Hidden posts*/

.posthidden {
	display:none
} 
.postshown {
	display:inline
}
.posthiddenimg {
	src: url(/Templates/Public/Images/pil_02.gif);
}
.postshownimg {
	src: url(/Templates/Public/Images/pil_01.gif);
}

/* ------------- * CUSTOM CONTACT * ------------- */

.contact {
	/* rules the width of the inputs */
	margin: 20px 0 0 0;
	width: 218px;
	padding-right: 2px;
	padding-left: 20px;
} 

	.contact input.textfield {
		width: 100%;
		border: 1px solid #666;
		padding: 2px 0;	
		font-size: 11px;
	}
	
	.contact textarea {
		width: 100%;
		border: 1px solid #666;
		font-size: 11px;
		padding: 2px 0;	
		height: 80px;
	}

	.contact p {
		margin: 4px 0 0 4px;
		font-weight: bold;
	}

	.contact .button {
		float: right;
		cursor: pointer;
		background: none;
		margin-top: 5px;
		border: 0;
		font-size: 12px;
		padding: 6px 30px 6px 0;
		text-decoration: none;
		color: #333;
		background-image: url(../Images/modal_sprite.png);
		background-position: right -321px;	
	}
	
	.contact .button:hover {
		text-decoration: none;
		color: #005a9b;
		background-image: url(../Images/modal_sprite.png);
		background-position: right -371px;	
	}	



/* ------------- * TABLE CONTACT * ------------- */

	.contact table {
		font-size: 12px;
		font-weight: bold;
		width: 100%; 
	}
	
	.contact table td {
		padding: 3px 0 0 0;
	}
	
	
	
	
	
	
/* ------------- * COUNTRY MODAL * ------------- */

.norway, .sweden, .finland {
	display: inline;
	background: url(/Templates/Public/Images/flags_sprite.png);
	background-repeat: no-repeat;
	float: left;
	width: 184px;
	margin-left: 50px;
	margin-top: 20px;
	padding-top: 100px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.norway {
	background-position: left top;
}

.sweden {
	background-position: -223px top;
}

.finland {
	background-position: -446px top;
}

.norway a, .sweden a, .finland a {
	text-decoration: none;
}

.norway a:hover, .sweden a:hover, .finland a:hover {
	color: #005a9b;
	text-decoration: none;
}

/** calculatorContainer **/

.calculatorContainer {
	background: url(/Templates/Public/Images/calc_bg.png);
	padding: 40px 24px;
}

	.calculatorContainer h2 {
		font-size: 21px;
	}
	
	.calculatorContainer p {
		border-top: 1px solid #ccc;
		padding-top: 10px;
		width: 180px
	}	

	.calculatorContainer input {
		width: 140px;
		border: 1px solid #7f9db9;
		padding: 3px 4px;	
		font-size: 16px;
		font-weight: bold;
		font-family: Georgia, serif;
		text-align: right;
	}
	
	.calculatorContainer input.radioButton {
		width: 20px;
		border: 0;
	}

	.calculatorContainer select {
		width: 90px;
		height: 24px;
		border: 1px solid #7f9db9;
		font-size: 16px;
		font-weight: bold;
		font-family: Georgia, serif;
	}

	.calculatorContainer option  {
		font-family: Georgia, serif;
	}


	.calculatorContainer .resultContainer {
		margin-top: 20px;
		width: 390px;
	}
	
		.calculatorContainer .resultContainer .resultTop {
			background: url(/Templates/Public/Images/calc_bg.png) -600px top no-repeat;
			height: 18px;
			overflow: hidden;
		}
		
		.calculatorContainer .resultContainer .resultContent {
			background: url(/Templates/Public/Images/calc_bg.png) -600px -18px no-repeat;
			padding: 1px 14px 1px 24px;
		
		}
		
		.calculatorContainer .resultContainer .resultBottom {
			background: url(/Templates/Public/Images/calc_bg.png) -600px bottom no-repeat;
			height: 18px;
			overflow: hidden;
		}

		.calculatorContainer .resultContainer .resultContent .loanCost {
			color: #005a9b;
			float: right;
			font-family: Georgia, serif;
			font-size: 36px;
			font-weight: bold;
			font-style: italic;
			
		}



/*** REGULAR LINKS ***/

a { 
	color: #005a9b;
	text-decoration: underline;
}
a:hover { 
	color: #7f9db9;
}


/*** LISTS ***/

ul {
	list-style: none;	
}

li {
	background: url(/Templates/Public/Images/bg_bullets.png) left center no-repeat;
	font-size: 12px;
	padding-left: 14px;
	margin-left: 0px;
	margin-bottom: 6px;
}

ol {
	list-style: decimal;
	padding: 0 0 0 20px;
}

ol li {
	background: none;
	font-size: 12px;
	padding-left: 0px;
	margin-left: 2px;
	margin-bottom: 6px;
}


