/* Reset -------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }

/* Typography --------------------------------------------------------------- */
body    { font:.75em Arial,Helvetica,sans-serif; }

/* Headings */
h1	{ font-size:2em; font-weight:bold; }
h2	{ font-size:1.75em; font-weight:bold; }
h3	{ font-size:1.5em; font-weight:bold; }
h4	{ font-size:1.25em; font-weight:bold; }
h5	{ font-weight:bold; }
h6	{ font-weight:bold; }

/* Text */
p, hr,
dl, ul, ol,
li.spaced, .spaced li,
address, table			{ margin-bottom:1.5em; }
.important          	{ font-size:1.25em; }

/* Lists */
dt          			{ font-weight:bold; }
ul     					{ padding-left:1.5em; }
ol						{ list-style-position:inside; }
li.plain, .plain		{ list-style:none; }

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:underline; color:#6f7e89; }
a.anchor    { display:none; }

/* Other */
hr          { color:#444; background:#444; height:1px; clear:both; }

/* Content ------------------------------------------------------------------ */
/* Conten Item */
p {line-height:21px;}
dt {width:10em;float:left;clear:left;}

.ingress {
	font-weight:bold;
	line-height:26px;
	color:#333;
	font-size:14px;
}

/* Normal links */
a {color:#ec701c; text-decoration:none;}
a:hover {color:#ff8b48; text-decoration:underline;}

/* Readmore links */
/*
a.readmore {color:#ffffff; font-size:14px; font-weight:bold; text-decoration:none; background:url('/images/shop/bullet_readmore.gif') right center no-repeat; padding:0 12px 0 0;}
a.readmore:hover {color:#cccccc; text-decoration:none;}
*/

/* Headings */
h1 {font-size:28px; color:#000; font-weight:normal;margin-bottom:24px;}
h2 {font-size:17px; font-weight:bold; padding:8px 0;}
h3 {font-size:12px; font-weight:bold; padding:3px 0;}
h4 {font-size:12px; font-weight:bold; color:#174760; padding:5px 0 10px 0;}


.colholder {
	display:block;
	clear:both;
}
/* Column */
.col			   { float:left; overflow:hidden; margin:0; }
.colFirst          { margin-left:0; }
.colLast           { margin-right:0; }

.colTwo            { width:50%; }
.colThree          { width:33%; }
.colFour           { width:25%; }

.colTwo.colFirst { width:487px; padding:0 18px 0 0;}
.colTwo.colLast { width:191px; padding:0 0 0 17px;clear:right;}

/*225*/
img.left,
img.right			{ margin-bottom:1em; display:inline; }
img.left 			{ margin-right:1em; float:left; }
img.right 			{ margin-left:1em; float:right; }

/* Icons */
.icon						{ display:inline-block; background:no-repeat 0 50%; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:16px; min-height:16px; }
.iconText					{ text-indent:18px; width:auto; }
.iconAdd					{ background-image:url('/images/icons/add.png'); }
.iconCss					{ background-image:url('/images/icons/css.png'); }
.iconDbImport				{ background-image:url('/images/icons/dbImport.gif'); }
.iconDelete					{ background-image:url('/images/icons/delete.png'); }
.iconEdit					{ background-image:url('/images/icons/edit.png'); }
.iconExit					{ background-image:url('/images/icons/exit.png'); }
.iconLock					{ background-image:url('/images/icons/lock.png'); }
.iconStar					{ background-image:url('/images/icons/star.png'); }
.iconTable					{ background-image:url('/images/icons/table.png'); }
.iconTableLink				{ background-image:url('/images/icons/tableLink.png'); }

.searchForm					{ margin-bottom:20px; }
.searchForm .field			{ float:left; margin-right:10px; }
.searchForm .field label	{ display:inline; }
.searchForm .buttons		{ width:auto; clear:none; margin-top:2px; }

/* Tree list */
.treeList,
.treeList ul 				{ margin:0; }

/* Data table */
.dataTable					{ width:100%; }
.dataTable th				{ text-align:left; }
.dataTable th a				{ color:#004276; }
.dataTable tr:hover			{ background-color:#97cbff; }
.dataTable td				{ padding-right:5px; }

/* Form in table */
.inTable .field				{ position:relative; }
.inTable .field label		{ position:absolute; top:-1.5em; left:0; width:100%; text-indent:-999em; }
.inTable .field input,
.inTable .field select		{ width:95%; }

/* Pagination */
ul.paginationList			{ border:0; margin:10px 0; padding:0; display:block; }

ul.paginationList li		{ border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
ul.paginationList a			{ border:solid 1px #6a6a6a; margin-right:2px; }
ul.paginationList .previous-off,
ul.paginationList .next-off { color:#666666; display:block; float:left;	font-weight:bold; padding:3px 4px; }
ul.paginationList .next a,
ul.paginationList .previous a		{ font-weight:bold; }
ul.paginationList li.active a		{ color:#0080ff; font-weight:bold;	display:block; float:left; padding:3px 6px; }
ul.paginationList a:link,
ul.paginationList a:visited 		{ color:#0063e3; display:block; float:left; padding:3px 6px; text-decoration:none; }
ul.paginationList a:hover			{ border:solid 1px #ffffff; color:#0080ff; }
.entriesTotal						{ clear:both; color:#808080; }

dl.marginal					{ overflow:hidden; }
dl.marginal dt				{ width:10em; float:left; clear:left; }

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
.vertical .field                { margin-bottom:.25em; }
.vertical label                 { display:block; }

.vertical .multiple             { margin-bottom:.25em; }
.vertical .multiple .field      { margin-bottom:0; }
.vertical .multiple label,
.vertical .result label         { display:inline; }

/* Marginal form */
.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
.marginal label                 { width:11.5em; float:left; }

.marginal .multiple             { margin-bottom:-2em; }
.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
.marginal .multiple label,
.marginal .result label			{ width:auto; float:none; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#174760; }
label           { font-weight:bold; cursor:pointer; }
.result label	{ font-weight:normal; }

/* Input */
input.text,
input.secret,
select,
textarea        { border:1px solid #455560; }
input.text,
input.secret	{ text-indent:5px; padding:.25em 0; }
select          { width:217px; }
textarea        { /*padding:5px;*/ width:250px; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
fieldset.multiple legend    { text-transform:none; font-size:1em; line-height:2; color:#000; }
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; }
form .buttons       { overflow:hidden; margin-bottom:0; }

form .error         { color:#ed1c24; }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }

form .field label { padding:0 10px; }



p, div, h1, h2, h3, h4, h5, form, input {margin:0; padding:0;}
body {margin:0; padding:0; background:url(../images/templates/default/bg_body.gif) top left repeat-x #efefef; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#000000;}
img {border:none; margin:0; padding:0; text-decoration:none; line-height:0; font-size:0;}
.clear {clear:both; font-size:0; line-height:0; height:0;}
.indentTextColumn { padding:0 20px; }
.indentTextSmallColumn { padding:10px; }
.pdf { background: url(/images/templates/default/pdf.png) top left no-repeat; padding:0px 0 40px 0; height:60px; width:190px; display:block; }
.pdf a { margin: 10px 0 0 0px; color:#ffffff; }

ul.notification { display:none; }
/* Conten Item */
p {line-height:150%; }

/* Normal links */
a {color:#a80043; text-decoration:none;}
a:hover {text-decoration:underline;}
.taxzero { background: url(/images/templates/default/btn_arrow2.gif) left center no-repeat; text-transform:uppercase; padding:0 5px 0 15px;}
/* Headings */
h1 { color:#a80043; font-size:24px; line-height:150%; font-weight:normal;}
	h1 span.infoBox { color:#fff; font-size:18px; }
h2 { color:#A3A3A3; font-size:16px; }
	h2 span.infoBox { color:#fff; font-size:16px; }
	h2 span.callUs { color:#a80043; }
h3 { color:#A3A3A3; font-size:14px; }
	h3 span.infoBox { color:#fff; }
	h3 span.callUs { color:#000; }
	span.callUsText { font-size:16px; color:#ffffff; font-weight:bold; font-style:italic; }
	span.callUsTel { font-size:14px; color:#bebebe; font-weight:bold; font-style:italic; }
h4 { color:#a80043; font-size:12px; font-weight:bold; }

/* ---------------------------- CONTAINER ---------------------------- */
#container_outer {width:893px; margin:0 auto; padding:0 20px; background:url(../images/templates/default/bg_container.png) top center no-repeat;}
#container {width:893px; background:#ffffff;}
	
	/* ---------------------------- TOP ---------------------------- */
	#top {width:893px;}
		/* Top left - Logo */
		#top_left {width:273px; float:left; padding:30px 12px 30px 24px;}
		
		/* Top right - contact info */
		#top_right {width:560px; float:left; padding:35px 24px 0 0; text-align:right;}
			#contact_details {width:auto; float:right; clear:right;}
				.top_right_phone {width:auto; float:left; text-align:right; padding:8px 5px;}
				.top_right_text {width:auto; float:left; text-align:right;}
				
				.top_right_email {width:auto; float:left; text-align:right; padding:2px 5px;}
				
				.top_right_text a,
				.top_right_text a:visited {color:#000000; text-decoration:none;}
				.top_right_text a:hover {text-decoration:underline;}
		
		#top_menu {width:883px; padding:5px; background:#a80043;}
			#top_menu ul,
			#top_menu li {list-style:none; margin:0; padding:0;}
				#top_menu ul li {display:block; float:left; padding:0 10px;}
					#top_menu ul li a {color:#ffffff; font-size:12px; text-decoration:none; display:block;}
					#top_menu ul li a:hover {text-decoration:underline; }
					#top_menu ul li a.active {text-decoration:underline; }
			
	/* ---------------------------- END OF TOP ---------------------------- */
	
	/* ---------------------------- MIDDLE ---------------------------- */
	#middle {width:893px; min-height:400px; }
		#middle h1 { color:#A2003E; }
		#middle h2 { color:#A3A3A3; }
		#middle h3 { color:#A3003E; font-size:14px; }
		#middle h4 { color:#A3003E; font-size:12px; font-weight:bold; }
		#middle p  { color:#fff; }
		#middle table tr td p { color:#000000; }
		#middle table { margin:0px; padding:0px; }
		#middle table ul li { color:#fff; }
		
		.col1_topic { background:url('/images/custom/startsida/bar_topic_left.jpg') top left no-repeat; font-weight:bold; width:293px; height:26px; padding-left:10px; }
		.col2_topic { background:url('/images/custom/startsida/bar_topic_mid.jpg') top left no-repeat; font-weight:bold; width:293px; height:26px; padding-left:10px; }
		.col3_topic { background:url('/images/custom/startsida/bar_topic_right.jpg') top left no-repeat; font-weight:bold; width:306px; height:26px; padding-left:10px; }
		
	/* ---------------------------- END OF MIDDLE ---------------------------- */		

	/* ---------------------------- SUB NAV ---------------------------- */
		#subNav { width:883px; min-height:30px; max-height:60px; padding:20px 5px; background:#ffffff; }
		#subNav h2 { display:none; }
		
			#subNav ul,
			#subNav li { list-style:none; margin:0; padding:0; }
				#subNav ul li { border-right:1px solid #a80043; display:block; float:left; padding:0px 10px;}
					#subNav ul li a {color:#a80043; font-size:12px; text-decoration:none; display:block;}
					#subNav ul li a:hover {text-decoration:underline; }
					#subNav ul li a.active {text-decoration:underline; }
					
	/* ---------------------------- END OF SUB NAV ---------------------------- */	
				
					
	/* ---------------------------- FOOTER ---------------------------- */
	#footer {width:893px; margin:0 auto; padding:8px 0 20px 0; text-align:right; background:url(/images/templates/default/bd_bottom_container.png) top center no-repeat;}
		#footer p {color:#b6b6b6; font-size:10px;}
		#footer a,
		#footer a:visited {color:#b6b6b6; text-decoration:none; text-transform:uppercase;}
		#footer a:hover {text-decoration:underline;}
		
	/* ---------------------------- END OF FOOTER ---------------------------- */
	
/* ---------------------------- END OF CONTAINER ---------------------------- */
	.kundwebb 					{ width:395px; }
	.kundwebb h2 				{ margin:10px 0; }
	.kundwebb form .field			{ width:160px; float:left;}
	.kundwebb form .field input 	{ float:right; width:75px; height:12px; background-color:#ffffff; border:none; }
	.kundwebb form .field label 	{ float:left; color:#ffffff; position:absolute; width:60px; }
	.kundwebb form .field label[for="TbUserId"] 	{ position:relative; left:0px; }
	.kundwebb form .field label[for="TbPassword"] 	{ position:relative; left:13px; }
	.kundwebb form .field input#TbUserId.text		{ position:relative; left:4px; text-indent:0px; }
	.kundwebb form .field input#TbUserId			{ width:78px; }
	.kundwebb form .field input#TbPassword .text	{ margin-left:0px; }
	
	.kundwebb form p.buttons		{ float:right; }
	.kundwebb form p.buttons button { background-color:#ffffff; border:none; font-size:10px; height:18px; width:70px; padding: 0 0 3px 0;  }
	
		#middle #frmContact { display:block; width:100%; margin:20px; }
	
		#frmContact form .field input { background: url(/images/templates/default/txtbox_261x25.png) no-repeat; border:none; padding:5px;  margin:4px 0; height:15px; width:252px;}
		#frmContact form .field label { width:100px; }
		#frmContact form .field select { background: url(/images/templates/default/txtbox_261x25.png); border:none; height:25px; width:262px; }
		#frmContact form .field select option { background-color:#ffffff; }
		#frmContact p.buttons { margin-top:20px; margin-left: 320px; }
		#frmContact p.buttons button { border:1px solid #455560; background-color:#ffffff; padding:3px; }


		#google { float:right; position:relative; top:-80px; margin-right:20px; }
		
/* *****	Polls	***** */
		#middle #polls { display:block; width:865px; position:relative; clear:both; padding-left:20px; margin-bottom:10px; background-color:#ffffff; color:#ffffff; }
		#pollEntry1 form p.buttons button, #pollEntry2 form p.buttons button, #pollEntry3 form p.buttons button { border:1px solid #455560; background-color:#ffffff; padding:3px; }
		#polls #pollEntry1 { background: url(/images/templates/default/pollBox1.jpg) left top no-repeat #A90043; margin:12px 0px; height:105px; width:275px; float:left; padding:5px; }
		#polls #pollEntry2 { background: url(/images/templates/default/pollBox2.jpg) left top no-repeat #820A26; margin:12px 0px; height:105px; width:275px; float:left; padding:5px; }
		#polls #pollEntry3 { background: url(/images/templates/default/pollBox3.jpg) left top no-repeat #5D0416; margin:12px 0px; height:105px; width:275px; float:left; padding:5px; }

		#polls a { color:#ffffff; }
		#pollEntry1 h3, #pollEntry2 h3, #pollEntry3 h3 { color:#ffffff; padding:5px 0 20px 10px;  }
		#polls form.marginal { width:150px; height:30px; margin-left:10px; margin-bottom:0px;}
		#polls form.marginal fieldset.multiple legend span { }
		#polls form.marginal fieldset.multiple .field { clear:none; position:relative; padding-left:5px; left:0px; }
		#polls form.marginal p.buttons  { margin:0px; padding:0px; clear:none; position:relative; bottom:24px; left:100px; }
		#polls span a.modal { position:relative; left:170px; bottom:25px; }

		#pollResult { padding: 50px; border-top:1px double #e3e3e3; border-bottom:1px double #e3e3e3; }
		#pollResult p { margin: 10px; }
		#fancyInner a #fancy_left { display:none; } 
		#fancyInner a #fancy_right { display:none; }
		
/* *****	Pension Form	***** */		
		#middle .formPension 										{ background: url(/images/templates/default/pensionFrmBg.jpg) left top no-repeat; height:130px; width:410px; }
		#middle .formPension h2										{ color:#ffffff; padding:5px 30px;  }
		#middle .formPension .field input#yearlyPension				{ background: url(/images/templates/default/txtbox-counter2.png); width:180px; border:none; height:21px; font-size:14px; }
		#middle .formPension .field									{ width:190px; display:block; float:left; margin-left:25px; margin-top:10px; }
		#middle .formPension form p.buttons							{ width:150px; display:block; float:left; margin-left:0px; margin-top:10px; }
		#middle .formPension p.buttons button						{ background-color:#DA3677; border:none; width:70px; height:30px; font-weight:bold; padding:5px; color:#ffffff; }
		.formPension ul.notification 								{ color:#ffffff; display:block; list-style:none; margin:5px 20px; font-size:14px; }
	

/* *****	Analyze Form	***** */
	#middle .formContact 			{ background-color:#A3A3A3; }
	#middle .formContact			{ position:relative; width:100%; margin-left:-20px; padding:10px 20px; }
	

/* *****	Hitta.se Map	***** */
#gatubildMenu { display:none; }

