
/* default värden -----------------------------------------------------*/
	*{
		font-family:Arial, Verdana, Helvetica, sans-serif;
		
	}
	
	
	html, body {
		margin:0;
		padding:0;
	}
	
	a img {
		border:0;
	}
	
	
	h1 {
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:1.4em;
		color: #000000;/*#d30021;*/
		margin:0 0 0.4em 0;
	}
		
	h2 {
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:1.3em;
		color: #000000;/*#d30021;*/
		margin:0 0 0.3em 0;
	}
	
	h3 {
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:1.2em;
		color: #000000;/*#d30021;*/
		margin:0 0 0.3em 0;
	}
	
	h4 {
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:1.1em;
		color: #000000;/*#d30021;*/
		margin:0 0 0.3em 0;
	}

	h5 {
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:1em;
		color: #000000;/*#d30021;*/
		margin:0 0 0.3em 0;
	}

	h6 {
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:0.9em;
		color: #000000;/*#d30021;*/
		margin:0 0 0.3em 0;
		font-weight:700;
	}
	
	p {
		margin:0.2em 0 0.8em 0;
	}
	

/* områden ------------------------------------------------------------*/
	#body {
		margin:0;
		background:#f9f9fa url(/client_files/images/body_background.jpg) repeat-x;
	}

	#layout {
		width:980px;
		
		text-align:left;
	}

		#layout_header {
			clear:both;
			margin:0;
			background: url(/client_files/images/top_background.jpg) repeat-x;
			text-align:left;
			height:89px;
		}
			#layout_header_logo {
				float:left;
				margin-left: 15px;
				margin-top: 20px;
			}
			
			#layout_header_links {
				float:right;
				text-align:right;
				font-size:0.7em;
				width:400px;
				white-space:nowrap;
			}
			
			#layout_header_links form {
				display:inline;
			}
			
			#layout_header_links a:link {
				color:#000000;
				text-decoration:none;
			}
			#layout_header_links a:visited {
				color:#000000;
				text-decoration:none;
			}
			#layout_header_links a:hover {
				text-decoration:underline;
				color:#777777;
			}
			
			#layout_header_links_adjust {
				margin: 5px 15px 0 0;
			}
			
			
		#layout_menu {
			margin:0;
			padding: 0 15px;
			background: url(/client_files/images/layout_menu_background.gif) repeat-x #FFFFFF;
			text-align:left;
		}
		
		
		#layout_content {
			width:980px;
			clear:both;
		}
			#layout_content_left {
				width:195px;
				text-align:left;
				vertical-align:top;
				font-size:0.75em;
				
			}
				#layout_content_left_container {
					padding:10px 0 5px 15px;
				}
			
			#layout_content_center {
				width:555px;
				text-align:left;
				vertical-align:top;
				/*background: url('/client_files/images/center_background.gif') repeat-y;*/
				font-size:0.75em;
			}
				#layout_content_center_container {
					margin:10px 15px;
				}
				
					#layout_content_center_container ul {
						margin:0 0 1.0em 2em;
						padding:0;
						list-style-type:square;
					}
					
					#layout_content_center_container ol {
						margin:0 0 1.0em 2.5em;
						padding:0;
					}
					
					#layout_content_center_container ul li, #layout_content_center_container ol li {
						margin:0 0 0.2em 0;
						padding:0;
					}
				

				#layout_content_center a:link {
					color:#444444;
				}
				#layout_content_center a:visited {
					color:#444444;
				}
				#layout_content_center a:hover {
					color:#999999;
				}
					
			
			
			#layout_content_right { 
				width:230px;
				
				text-align:left;
				vertical-align:top;
				/*background: url('/client_files/images/x_bottom.gif')  no-repeat;*/
				font-size:0.75em;
			}
				#layout_content_right_container {
					margin:9px 40px 10px 10px;
				}
	
	
		#layout_footer {
			width:980px;
			text-align: center;
			clear:both;
			
		}
		
			#layout_footer_address {
				/*background:#FFFFFF url(/client_files/images/footer_background.gif) repeat-x;*/
			   
				padding:10px 10px 10px 15px;
				text-align:left;
			}
				#layout_footer_address h5 {
					font-size:0.9em;
					color:#666666;
				}
				
				#layout_footer_address p {
					font-size:0.7em;
					font-weight:bold;
					text-align:center;
					margin:0;
					color:#666666;
				}
				
				#layout_footer_address a:link {
					color:#666666;
					text-decoration:underline;
				}
				
				#layout_footer_address a:visited {
					color:#666666;
					text-decoration:underline;
				}
				
				#layout_footer_address a:hover {
					text-decoration:none;
				}
				
				#layout_footer_copy {
					background: #cccccc;
					clear: both;
					text-align:right;
				}


	#layout_border_right {
		background: #FFFFFF url(/client_files/images/bg_right_transparent.png) repeat-y;
		width: 12px;
		
	}
	
	#layout_border_bottom {
		background: #FFFFFF url(/client_files/images/bg_bottom_transparent.png) repeat-x;
		height: 8px;
		
	}

	#layout_border_corner {
		background: #FFFFFF url(/client_files/images/bg_fade_corner.gif) no-repeat;
		height: 8px;
		width: 8px;		
	}	
	
	
	.greybg {
		background: #f4f4f4;
	}
	
	#layout_search {
		margin: 30px 15px 0 0;
	}
	

	#BasketTableSmall {
		width: 100%;
	
	}
	
	#BasketTableSmall  th {
		font-weight: 700;
	}
	
	
	
	 .default_table {
	 	width: 100%;
		padding: 2px 5px 2px 5px;
		border: 1px solid #000000;
	 }

	.default_table th {
	 	font-weight: 700;
		margin: 0px;
		padding: 2px 5px;
		background: #ed1c24;
		color: #FFFFFF;
	 }
	
	.default_table td {
		padding: 2px 5px;
	}

	#layout_popup_body {
		background-color:#cccccc;
		font-size:0.75em;
	}
	
	
	#reseplaneraren {
		text-align:left;
	}
		
		#reseplaneraren_container {
		}
		
		#reseplaneraren h3 {
			color:#ffffff;
			font-size:14px;
		}

		#reseplaneraren span {
			font-size:11px;
			color:#ffffff;
		}
		
		#reseplaneraren a {
			color:#000000;
			font-size:11px;
		}
		
			#reseplaneraren input, select {
			}
			
			#reseplaneraren .textfield {
			} 
			
			#reseplaneraren .button {
			}
				
		
	
	#mobil h3 {
		color:#000000;
		font-size:14px;
	}
	#mobil a {
		font-size:11px;
	}	
	#mobil a:link {
		color:#444444;
	}
	#mobil a:visited {
		color:#444444;
	}
	#mobil a:hover {
		color:#999999;
	}
				
				
	#submenu
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
		#submenu li
		{
			margin:0;
			padding:2px;
			clear:both;
		}
		
		#submenu a {
			text-decoration:none;
		}
		#submenu a:link {
			color:#000000;
		}
		#submenu a:visited {
			color:#000000;
		}
		#submenu a:hover {
			color:#777777;
		}
	
	
	.extras {
	
	}
		.extras h4 {
			font-size:0.9em;
			margin-top:20px;
		}
		
		.extras a {
			font-size:0.9em;
			text-decoration:none;
		}
		.extras a:link {
			color:#000000;
		}
		.extras a:visited {
			color:#444444;
		}
		.extras a:hover {
			color:#777777;
		}
		
	.extras .smaller {
		font-size:0.9em;
	}
	
/* bredd & höjd -------------------------------------------------------*/
	.w20 {
		width: 20px; 
	}
	
	.w30 {
		width: 30px; 
	}
	
	.w35 {
		width: 35px; 
	}
	
	.w40 {
		width: 40px; 
	}
	
	.w50 {
		width: 50px; 
	}
	
	.w60 {
		width: 60px; 
	}
	
	.w70 {
		width: 70px; 
	}
	
	.w80 {
		width: 80px; 
	}
	
	.w100 {
		width: 100px; 
	}
	
	.w110 {
		width: 110px; 
	}
	
	.w120 {
		width: 120px; 
	}
	
	.w130 {
		width: 130px; 
	}
	
	.w150 {
		width: 150px; 
	}

	.w160 {
		width: 160px; 
	}
	
	.w175 {
		width: 175px;
	}
	
	.w180 {
		width: 180px; 
	}
	
	.w190 {
		width: 190px; 
	}
	
	.w200 {
		width: 200px; 
	}
	
	.w250 {
		width: 250px; 
	}
	
	.w260 {
		width: 260px; 
	}
	
	.w270 {
		width: 270px; 
	}
	
	.w300 {
		width: 300px; 
	}
	
	.w350 {
		width: 350px; 
	}
	
	.w400 {
		width: 400px; 
	}
	
	.w450 {
		width: 450px; 
	}
	
	.w460 {
		width: 460px; 
	}
	
	.w530 {
		width: 530px; 
	}


	
/* font style ---------------------------------------------------------*/
	.b {
		font-weight:bold;
	}
	
	.i {
		font-style:italic;
	}
	
	.u {
		text-decoration:underline; 
	}
	
	.n {
		font-weight:normal; 
	}

	.nowrap {
		white-space:nowrap;
	}

/* font storlek ------------------------------------------------------*/
	.smaller {
		font-size:smaller;
	}
	
	
/* font färger -------------------------------------------------------*/
	
/* länkar ------------------------------------------------------------*/

/* bakgrundsfärger ---------------------------------------------------*/
		
/* border ------------------------------------------------------------*/

/* cursor ------------------------------------------------------------*/
	.hand {
		cursor:pointer;
		cursor:hand;
	}


/* render ------------------------------------------------------------*/
	.block {
		display:block;
	}
	.clear {
		clear:both;
	}

/* position ----------------------------------------------------------*/
	.left {
		float:left;
	}
	
	.right {
		float:right;
	}
	
	.txtleft {
		text-align:left;
	}
	
	.txtright {
		text-align:right;
	}
	
	.txtcenter {
		text-align:center;
	}
	
	.imgleft {
		float:left;
		margin-right:8px;
	}
	
	.imgright {
		float:right;
		margin-left:8px;
	}
	
	
/* övrigt ------------------------------------------------------------*/
	.error {
		font-size:9px;
		color:#ff0000;
		font-style:italic;
		font-weight:bold;
		padding-left:5px;
	}

	.screen {
		display:none;
	}


	/* hr */
	hr {
		color:#cccccc;
		background-color:#cccccc;
		height:1px;
	}
	div.hr {
		height:1px;
		background: url('/client_files/images/ruler_hor.gif') repeat-x;
		clear:both;
	}
	div.hr hr {
		display:none;
	}
	
/* hml editor --------------------------------------------------------*/
	.bild_vanster {
		float:left;
		margin-right:8px;
	}
	
	.bild_hoger {
		float:right;
		margin-left:8px;
	}
	
	.pdf_parantes {
		font-size:smaller;
		color:#666666;
		padding-left:5px;
	}

	.mindre_storlek {
		font-size:smaller;
	}
	
	.standard_tabell {
		width:100%;
		clear:both;
	}
	.standard_tabell th {
		padding:2px;
		vertical-align:top;
		text-align:left;
	}
	.standard_tabell td {
		border-bottom:1px solid #e1e1e1;
		padding:2px;
		vertical-align:top;
		text-align:left;
	}
	
	.mervarden_tabell {
		width:100%;
		clear:both;
	}

	.mervarden_tabell th {
		padding:2px;
		vertical-align:top;
	}
	.mervarden_tabell h1, .mervarden_tabell h2, .mervarden_tabell h3 {
		margin:0 0 0 10px;
	}
	
	.mervarden_tabell td {
		padding:2px;
		border-bottom:1px solid #e1e1e1;
		vertical-align:top;
	}
	.mervarden_tabell img {
		display:block;
	}
	
	
	#shop_basket table {
		width: 100%;
	}
	
	#shop_basket th {
		padding: 3px;
		background-color: #e60005;
		color: #FFFFFF;
	}
	
