
  








   



 






 








<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Website designed and developed by Bright Interactive, http://www.bright-interactive.com -->
<head>
	<title>Sweden holidays and Sweden holiday packages</title>
	<meta name="description" content="Sweden has many great holiday experiences - from the Ice Hotel, to Stockholm and Lapland. Discover the world are the Sweden specialists" />
   <meta name="keywords" content="Sweden, Sweden holidays, ice hotel, Stockholm, Lapland, Swedish holidays, Discover the world" />
	
	    	
		





   









  


	<meta http-equiv="content-type" content="text/html; charset=utf-8" />	
	
	
	<link href="/export/sites/dtw/css/default.css" rel="stylesheet" type="text/css" media="all" />
	<!-- Link to stylesheet for IE/Win -->

	<!--[if IE 9]>
		<link rel="stylesheet" type="text/css" href="/export/sites/dtw/css/ie9.css" />
	<![endif]-->

	<!--[if IE 8]>
		<link rel="stylesheet" type="text/css" href="/export/sites/dtw/css/ie8.css" />
	<![endif]-->
		
	<!--[if lte IE 7]>
		<link rel="stylesheet" type="text/css" href="/export/sites/dtw/css/ie-win.css" />
	<![endif]-->
		
	<link href="/export/sites/dtw/css/print.css" rel="stylesheet" type="text/css" media="print" />
	
	<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
		
	
	<script src="/js/jquery-1-3-2.js" type="text/javascript" language="Javascript"></script>
	<script src="/js/jquery-cycle-lite.js" type="text/javascript"></script>
	<script src="/js/form_validation.js" type="text/javascript"></script>
	<script src="/js/date_validation.js" type="text/javascript"></script>
	<script src="/js/nav.js" type="text/javascript"></script> 
	<script src="/js/add-metadata.js" type="text/javascript"></script> 
	<script src="/js/mini-gallery.js" type="text/javascript"></script> 	
	<script src="/js/dLite.js" type="text/javascript"></script>
	<script src="/js/misc.js" type="text/javascript"></script>
	<script src="/js/toggle-layer.js" type="text/javascript"></script>
	<script src="/js/ajax.js" type="text/javascript"></script>
	<script src="/js/hear-cats.js" type="text/javascript"></script>
	<script src="/js/travelbox.js" type="text/javascript"></script>

	<script type="text/JavaScript">
		//set off rotating special offers in RH column (when DOM is loaded using jquery syntax)
		$(document).ready(switchDivs);
	</script>	




<script type="text/javascript">
<!--


/*
	Update the search box
*/
function updateSearchBox(sChanged)
{
	// Get the current selections into a parameter list
	var eltDestination = document.getElementById('destination');
	var sDestination = eltDestination.options[eltDestination.selectedIndex].value;	
	
	var eltHolType = document.getElementById('holType');
	var sHolType = eltHolType.options[eltHolType.selectedIndex].value;	
	
	var eltDepMonth = document.getElementById('depMonth');
	var sDepMonth = eltDepMonth.options[eltDepMonth.selectedIndex].value;	
	
	/*
	var eltDuration = document.getElementById('duration');
	var sDuration = eltDuration.options[eltDuration.selectedIndex].value;	
	
	var eltPrice = document.getElementById('priceRange');
	var sPriceRange = eltPrice.options[eltPrice.selectedIndex].value;	
	*/
	// Just pass empty duration and price
	var sDuration = "";
	var sPriceRange = "";
	
	var sParams = "destination=" + sDestination + "&holType=" + sHolType + "&depMonth=" + sDepMonth + "&duration=" + sDuration + "&priceRange=" + sPriceRange;
	sParams += "&changed=" + sChanged;
	
	ajaxGetRequestForDiv('/template/search/update-search.jsp?' + sParams, 'searchbox'); 
	return false;
}

-->
</script>

  




<script type="text/javascript">
<!--


/*
	Update the holiday selection div (request quote form), when destination is changed.
*/
function updateHolidaySelectBox()
{
	// Get the current selections into a parameter list
	var eltDestination = document.getElementById('destination');
	var sDestination = eltDestination.options[eltDestination.selectedIndex].value;	
		
	var sParams = "selectedDestination=" + sDestination;
	
	ajaxGetRequestForDiv('/template/search/update-holiday-select.jsp?' + sParams, 'holidayselectbox'); 
	return false;
}

-->
</script>

  




<script type="text/javascript">
<!--


function popUpImageWindow(sTitle, sImagePath, iWidth, iHeight) 
{
	day = new Date();
	id = day.getTime();
		
	// Create url for the image rendering jsp
	sUrl = '/template/home/show-image.jsp?image=' + sImagePath + "&title=" + sTitle + "&width=" + iWidth + "&height=" + iHeight;
	
	// Add padding to the bottom for the close link and title
	iWidth += 60;
	iHeight += 50;
	
	if (sTitle != '')
	{
		iHeight += 60;
	}
	
	//eval("page" + id + " = window.open(sUrl, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" + iWidth + ",height=" + iHeight + "');");
	//BB - modified as no longer want scaled images
	eval("page" + id + " = window.open(sUrl, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=600');");
}


-->
</script>  


	

	
	
	
	

  
	
	<script type="text/javascript">
	
		$(function() {
			//set up any email-a-friend links
			//this is done with js so that links in normal content (e.g. footer promo) where c:out calls don't work
			// will still have the correct href.
			$('a.emailFriend').attr('href','/en/tools/email-page-to-friend/?url=/en/destinations/sweden/excursion-regions/excursion-region_0002.xml');
			//show correct phone number in footer
			var sPhoneNumber = $('#googlePhoneNum').val();
			$('#footerPromo span.phone').text(sPhoneNumber);
		});
		
		function submitBookingForm() {
 			submitButtonForm("/en/booking/index.html");
		}

		function submitRequestQuoteForm() {
	 		submitButtonForm("/en/contact/request-quote/form.html");
		}

		// Generic parametrised function
		function submitButtonForm(sAction)	{
	 		var eltBookingForm = document.getElementById('button-form');
	 		// Set action (pseudocode)
	 		eltBookingForm.action = sAction;
	 		if (eltBookingForm != null) {
		 		eltBookingForm.submit();
	 		}
		}            
	</script>
	
	<!-- Engage Web Tracking Code -->
<meta name="com.silverpop.brandeddomains" content="www.pages05.net,discover-the-world.co.uk" />
<!-- For Engage Conversion Tracking (COT). -->
<meta name="com.silverpop.cothost" content="engage5.silverpop.com" />
<script src="http://content.mkt51.net/lp/static/js/iMAWebCookie.js?1d5cf65-129accafe5d-c6f842ded9e6d11c5ffebd715e129037&h=www.pages05.net" type="text/javascript"></script>
<!-- End of Engage Web Tracking Code -->


<!-- Google Async Analytics Code -->
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-31026-5']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

</head>

<body
	 
	onload="setSubject(); "
	class=" " 
>    
	
	
	



	
	
	
	
	
	
	
	
		
		
			
				
			
		
	
	
	<input type="hidden" value="01737 214 250" id="googlePhoneNum"/>

 
	
	<form action="#" method="get" style="display:inline;" id="button-form">
			  <input type="hidden" name="bookDestination" value="/metadata/destination/sweden.xml" />
			  <input type="hidden" name="bookHoliday" value="" />
			  <input type="hidden" name="selectedDestination" value="/metadata/destination/sweden.xml" />
			  <input type="hidden" name="selectedHoliday" value="" />
	</form>      
 
	<div id="pageWrapper">

		
		
<div id="header">
	<div class="right">

		<table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td width="210"><a href="/en/about/our-unique-pledge.html"><img src="/export/sites/dtw/images/structure/banners/dtw-guarantee-button4.gif" width="210" height="87" border="0" alt="100% Holiday Guarantee" title="100% Holiday Guarantee" style="margin-bottom: 0px;" align="right" /></a></td>
				<td width="355"><img src="/export/sites/dtw/images/structure/banners/dtw-strapline-28years3b.gif" width="355" height="88" alt="Outstanding tailor-made holidays since 1984" title="Outstanding tailor-made holidays since 1984" style="margin-bottom: 0px;" align="right" /></td>
				<td width="104">
					<p class="topLinks">
					<a href="/en/brochures/">Brochures</a><br />
					<a href="/en/booking/how-to-book.html">How to Book</a><br />
					<a href="/en/contact/">Contact us</a><br />
					<a href="http://www.discover-the-world.co.uk/school/trip/en/">School Travel Site</a><br />
					</p>
				</td>
			</tr>
		</table>

	</div>

	<a href="/en/" ><img src="/export/sites/dtw/images/structure/dtw_logo.gif" width="164" height="84" alt="Discover the World" class="dtwLogo" /></a>
</div>     
		





   





<ul id="primaryNav" class="clearfix">
	<li class="home current"><a href="/en/">Home</a></li>
	<li class="destinations"><a href="/en/destinations/" class="hideLeft" >Destinations</a>
		<ul>			
			<li><a href="/en/destinations/high-arctic/" class="sub">Arctic</a></li>
			<li><a href="/en/destinations/antarctica/" class="sub">Antarctica </a></li>
			<li><a href="/en/destinations/australia/" class="sub">Australia </a>	</li>
			<li><a href="/en/destinations/canada/" class="sub">Canada </a></li>
			<li><a href="/en/destinations/falkland-islands/" class="sub">Falklands </a></li>
			<li><a href="/en/destinations/finland/" class="sub">Finland</a></li>
			<li><a href="/en/destinations/greenland/" class="sub">Greenland </a></li>
			<li><a href="/en/destinations/iceland/" class="sub">Iceland</a></li>
			<li><a href="/en/destinations/lapland/lapland-holidays.html" class="sub">Lapland </a></li>
			<li><a href="/en/destinations/new-zealand/" class="sub">New Zealand </a></li>
			<li><a href="/en/destinations/norway/" class="sub">Norway </a></li>
			<li><a href="/en/destinations/spitsbergen/" class="sub">Spitsbergen </a>	</li>
			<li><a href="/en/destinations/sweden/" class="sub">Sweden </a></li>
		</ul>
	</li>
	<li class="holiday"><a href="/en/holiday-types/">Holiday Types</a>
		<ul>
			<li><a href="/en/holiday-types/activity/holidays.html" class="sub">Active</a></li>
			<li><a href="/en/holiday-types/christmas-new-year/holidays.html" class="sub">Christmas/New Year</a></li>
			<li><a href="/en/holiday-types/voyage/holidays.html" class="sub">Cruise</a></li>
			<li><a href="/en/holiday-types/escorted/holidays.html" class="sub">Escorted</a></li>
			<li><a href="/en/holiday-types/horse-riding/holidays.html" class="sub">Horse Riding</a></li>
			<li><a href="/en/types/Sweden/Icehotel/index.html" class="sub">Icehotel</a></li>
			<li><a href="/en/holiday-types/independent-touring/holidays.html" class="sub">Independent Touring</a></li>
			<li><a href="/en/special-interest/northern-lights.html" class="sub">Northern Lights</a></li>
			<li><a href="/en/holiday-types/self-drive/holidays.html" class="sub">Self-drive</a></li>
			<li><a href="/en/holiday-types/city-break/holidays.html" class="sub">Short Break</a></li>
			<li><a href="/en/holiday-types/walking-hiking/holidays.html" class="sub">Walking &amp; Hiking</a></li>
			<li><a href="/en/holiday-types/wildlife/holidays.html" class="sub">Wildlife &amp; Nature</a></li>
			<li><a href="/en/holiday-types/wildlife/whale-watching.html" class="sub">Whale-watching</a></li>
			<li><a href="/en/tailor-made/index.html" class="sub">Tailor Made</a></li>
			<li><a href="/en/weddings/index.html" class="sub">Weddings</a></li>
			<li><a href="/en/special-interest/" class="sub">* Special Interest</a></li>
			<li><a href="/school/trip/en/" class="sub">* School Travel</a></li>
		</ul>
	</li>

	<li style="width: 149px;"><a href="/en/special-interest/northern-lights.html">Northern Lights</a></li>
	

	<li class="schools"><a href="/school/trip/en/" class="sub">Schools</a></li>
	<!-- <li class="weddings"><a href="/en/weddings/" class="sub">Weddings</a>
		<ul>
			<li><a href="/en/weddings/">Introduction</a></li>
			<li><a href="/en/weddings/icehotel-weddings/icehotel-weddings.html">Icehotel Weddings</a></li>
			<li><a href="/en/weddings/finnish-lapland-weddings/finnish-lapland-weddings.html">Finnish Lapland Weddings</a></li>
			<li><a href="/en/weddings/iceland-weddings/weddings-and-honeymoons.html">Iceland Weddings</a></li>
			<li><a href="/en/weddings/planning-your-wedding.html">Planning Your Wedding</a></li>
			<li><a href="/en/weddings/additional-services.html">Additional Services</a></li>
			<li><a href="/en/weddings/optional-excursions.html">Optional Excursions</a></li>
			<li><a href="/en/weddings/honeymoons.html">Honeymoons</a></li>
		</ul>
	</li> -->	
	<li class="offers"><a href="/en/special-offers/">Special Offers</a></li>
	<li class="offers"><a href="/en/about/">Why Choose Us</a></li>
	


	<li style="background:none; float:right; margin-top:5px; margin-right:20px; width: 20px;">
		<a style="background:none;" target="_blank" title="Follow us on Facebook" href="http://www.facebook.com/DiscoverTheWorldUK">
			<img border="0" alt="Follow us on Facebook" src="/export/sites/dtw/images/social/facebook.png" />
		</a>
	</li>

	<li style="background:none; float:right; margin-top:5px; margin-right:8px; width: 20px;">
		<a style="background:none;" target="_blank" title="Follow us on Twitter" href="http://www.twitter.com/DTW_Holidays">
			<img border="0" alt="Follow us on Twitter" src="/export/sites/dtw/images/social/twitter.png" />
		</a>
	</li>
</ul>





	     
		
		
		






		




		<p class="breadcrumb">
			
			<a href="/en/index.html">Home</a> <strong>&raquo;</strong> 
			
			
				
				
				
				
				
				
				
					
					
					
					
					
						<a href="/en/destinations/sweden/">Sweden</a> <strong>&raquo;</strong>
					
					Stockholm
					
				
								
				
				
				
				
								
				
				
			
			
			
			

			
			
		</p>

		
		<!-- Page content -->
		
		<div id="fauxBorder" class="clearfix">  
			<div id="leftContainer">
				
				<div id="centerCol">

					
					
						
						
							













   












 

  










				




	
	



	
	



	
	



	
	









					
	
				
		
		<h1 class="big">
			
				
				
					Sweden
				
			
		</h1>
		
		<p><strong>Whether choosing a Lapland winter break or a summer self-drive trip, Sweden holidays offers visitors a marvellous range of experiences. Discover the true spirit of Lapland at the ICEHOTEL in the Arctic Circle hopefully, accompanied by the northern lights. And our special direct flights make a winter break there so much easier. Or from June to September, explore Skane, the scenic south or the wonders of West Sweden during a relaxed summer holiday, where the great outdoors is simply…great!     </strong></p> 

		
		
	
	
	

					
<div class="clearingRule">&nbsp;</div>
					
<div id="mainContainer">

	<div id="columnOne">
		
						
			
			
			

					
			
			
					
			
			
			
			
			

			

			

			
				
				<h2 style="margin-bottom:1em">Stockholm</h2>

				
			
		

	</div><!-- end of ColumnOne -->	
	

	
	
		
		
			
		
	
	
	
	
		 
			
				
					
				
				
			 
		
		
	
	
	
	
		
			
				
					
				
				
			 
		
		
	
	
 
	
	<div id="columnTwo">
	   
	   
		   <h2>Holidays at a glance</h2>
		   <ul class="linkList">
			   
<li class=''><a href='/en/destinations/sweden/holidays.html'>Sweden Holidays<span>&raquo;</span></a></li>
			   <li><a class='expanding ' href='/en/destinations/sweden/accommodation.html'>Accommodation in Sweden</a>
			   <li><a class='expanding ' href='/en/destinations/sweden/excursions.html'>Excursions in Sweden</a>
			   
		   </ul>
		   <div class="clearingRule">&nbsp;</div>
	   		
		<h2>About Sweden</h2>
		<ul class="linkList">
			
<li class=''><a href='/en/destinations/sweden/index.html'>Introduction<span>&raquo;</span></a></li>
			<li><a href='#' class='expanding' onclick="toggleLayer('LinkRegions'); return false;">Regions of Sweden</a>
<ul id='LinkRegions'>
<li class=''><a href='/en/destinations/sweden/regions/skane.html'>Skane<span>&raquo;</span></a></li>
<li class=''><a href='/en/destinations/sweden/regions/Stockholm.html'>Stockholm<span>&raquo;</span></a></li>
<li class=''><a href='/en/destinations/sweden/regions/Swedish-Lapland.html'>Swedish Lapland<span>&raquo;</span></a></li>
<li class=''><a href='/en/destinations/sweden/regions/west-sweden.html'>West Sweden<span>&raquo;</span></a></li>
<li class=''><a href='/en/destinations/sweden/regions/varmland.html'>Varmland<span>&raquo;</span></a></li>
</ul>
</li>
<script type="text/javascript">offLayer('LinkRegions');</script>
			
			
			
<li class='first '><a href='/en/destinations/sweden/getting-there.html'>Getting There<span>&raquo;</span></a></li>
<li class=''><a href='/en/destinations/sweden/direct-flights.html'>Why Fly Direct to Lapland?<span>&raquo;</span></a></li>
<li class='last '><a href='/en/destinations/sweden/Baltic-Connections.html'>Baltic Connections<span>&raquo;</span></a></li> 
		</ul>	
		<div class="clearingRule">&nbsp;</div>
		

		
		
		
		
		




		

		
	
		
	








		
		
			
	
		<h2>
			
				
								
				
					Sweden Map					
								
			
		</h2>
				
		

		<a href="/export/sites/dtw/images/region-maps/sweden.jpg" target="_new" onclick="popUpImageWindow('Sweden Map', '/images/region-maps/sweden.jpg', 835, 1000); return false;" class="imgPopup"><img src="/export/sites/dtw/images/region-maps/sweden.jpg_1925131631.jpg" width="178" height="125" title="Map" style=" " alt="Map" align=" " class="full" /></a>

		
		<a href="/export/sites/dtw/images/region-maps/sweden.jpg" target="_new" onclick="popUpImageWindow('Sweden Map', '/images/region-maps/sweden.jpg', 835, 1000); return false;">click for larger map &raquo;</a>

		
		
		<div class="clearingRule">&nbsp;</div>
		

		
		
		
		






	

		
					
			
				
			<blockquote class="new">
				<p>Nothing we have ever done comes close… One life, live it!

</p>       
				<span>Alan Holley, The Great Nordic Odyssey
</span>
			</blockquote>
			
			
			
				<a href="/en/destinations/sweden/excursion-regions/quotes.html">Show Me More<span>&raquo;</span></a>
			
			
			<div class="clearingRule">&nbsp;</div>
		
		
		
	

	
				

				
	</div>
	
	<div class="clearing"></div>

</div><!-- end of mainContainer -->
	
								
					
					
					<div class="clearing"></div>
						
						
	<br /><br />
	
	
	
	
		<div id="footerPromo">
<h3>
<form style="display: inline" method="get" action="/en/contact/make-enquiry/form.html">
    <input type="submit" value="Make an Enquiry" />
</form>
&nbsp;&nbsp; Call <span class="phone">01737 214 250</span></h3>
<p>As destination specialists we pride ourselves on our ability to <a href="/en/tailor-made/index.html">tailor-make</a> any holiday to suit you. If you would like us to adapt or create an itinerary to your personal requirements then contact us today.</p>
<p><a href="/en/booking/index.html">Complete booking form</a> | <a class="emailFriend" href="#">Send this page to a friend</a> | <a onclick="bookmark(window.location,document.title); return false;" href="#">Bookmark this page</a></p>
</div>
	


					
				</div><!-- end of centerCol -->
				
				
				<div id="searchCol">
					
					

	
	<!-- <a href="/en/contact/make-enquiry/form.html">
		<img src="/export/sites/dtw/images/structure/button_make_enquiry.gif" width="202" height="33" alt="" border="0" />
	</a> -->
	

			
					


					<div class="leftPromo clearfix" id="searchbox">
						
						





   









  



  







		
  



		
  












   

	<h3 class="hol">Holiday Search</h3>
	
	
	
	<form class="holSearch" id="leftSelects" action="/en/search/holiday-search.html">
		 
		 
		<label for="destination">Destination</label>
		<select name="destination" id="destination" onchange="updateSearchBox('destination');">
			<option value="">Show all</option>
								
														
					<option value="/metadata/destination/antarctica.xml"  >
						Antarctica

					</option>	
				
								
														
					<option value="/metadata/destination/high-arctic.xml"  >
						Arctic

					</option>	
				
								
														
					<option value="/metadata/destination/australia.xml"  >
						Australia

					</option>	
				
								
														
					<option value="/metadata/destination/canada.xml"  >
						Canada

					</option>	
				
								
														
					<option value="/metadata/destination/falkland-islands.xml"  >
						Falkland Islands

					</option>	
				
								
														
					<option value="/metadata/destination/finland.xml"  >
						Finland

					</option>	
				
								
														
					<option value="/metadata/destination/greenland.xml"  >
						Greenland

					</option>	
				
								
														
					<option value="/metadata/destination/iceland.xml"  >
						Iceland

					</option>	
				
								
				
								
														
					<option value="/metadata/destination/new-zealand.xml"  >
						New Zealand

					</option>	
				
								
														
					<option value="/metadata/destination/norway.xml"  >
						Norway

					</option>	
				
								
														
					<option value="/metadata/destination/spitsbergen.xml"  >
						Spitsbergen

					</option>	
				
								
														
					<option value="/metadata/destination/sweden.xml"  >
						Sweden

					</option>	
				
																										
		</select>
		
		<label for="holType">Holiday Type</label>
		<select name="holType" id="holType" onchange="updateSearchBox('holType');">								
			<option value="">Show all</option>
								
														
					<option value="/metadata/holiday-type/activity.xml"  >
						Active

					</option>	
				
								
														
					<option value="/metadata/holiday-type/christmas-new-year.xml"  >
						Christmas/New Year

					</option>	
				
								
														
					<option value="/metadata/holiday-type/voyage.xml"  >
						Cruise

					</option>	
				
								
														
					<option value="/metadata/holiday-type/escorted.xml"  >
						Escorted

					</option>	
				
								
														
					<option value="/metadata/holiday-type/horse-riding.xml"  >
						Horse riding

					</option>	
				
								
														
					<option value="/metadata/holiday-type/icehotel.xml"  >
						Icehotel

					</option>	
				
								
														
					<option value="/metadata/holiday-type/independent-touring.xml"  >
						Independent Touring

					</option>	
				
								
														
					<option value="/metadata/holiday-type/northern-lights.xml"  >
						Northern Lights

					</option>	
				
								
														
					<option value="/metadata/holiday-type/self-drive.xml"  >
						Self-drive

					</option>	
				
								
														
					<option value="/metadata/holiday-type/city-break.xml"  >
						Short Break

					</option>	
				
								
														
					<option value="/metadata/holiday-type/walking-hiking.xml"  >
						Walking &amp; Hiking

					</option>	
				
								
														
					<option value="/metadata/holiday-type/wildlife.xml"  >
						Wildlife

					</option>	
				
																										
		</select>
		
		<label for="depMonth">Departure Month</label>
		<select name="depMonth" id="depMonth" >
			<option value="">Show all</option>
								
				<option value="01"  >
					January
				</option>	
								
				<option value="02"  >
					February
				</option>	
								
				<option value="03"  >
					March
				</option>	
								
				<option value="04"  >
					April
				</option>	
								
				<option value="05"  >
					May
				</option>	
								
				<option value="06"  >
					June
				</option>	
								
				<option value="07"  >
					July
				</option>	
								
				<option value="08"  >
					August
				</option>	
								
				<option value="09"  >
					September
				</option>	
								
				<option value="10"  >
					October
				</option>	
								
				<option value="11"  >
					November
				</option>	
								
				<option value="12"  >
					December
				</option>	
																										
		</select>
		
		
		
		
		
		
		
		
		
		<input type="submit" value="Find" style="margin-top:9px;" />
		
		<p class="tailorDetail"><a href="/en/tailor-made/index.html">Or tailor make your holiday</a></p>
		<p class="tailorHome"><a href="/en/tailor-made/index.html">Tailor make your holiday</a></p>
		
	</form>
	


     
					
					</div>
					
					<div class="keywordSearch">
						<form action="/en/search/keyword-search.html">
							<input type="text" id="keywords" name="query" value="Or enter keyword search" onclick="clearSearch(this);" /> 
							<input type="image" src="/export/sites/dtw/images/structure/button_search.gif" alt="Go" />
						</form>
					</div>
					
					
					
					
						
  
					
					

					
					
						
					<div class="leftPromo" id="inspiration">
						<h3><a href="/en/inspiration.html"><img src="/export/sites/dtw/images/structure/header_inspiration.gif" alt="Inspiration" /></a></h3>
						
						
							
								<img src="/export/sites/dtw/images/inspiration/sweden.jpg_1395678796.jpg" width="200" height="100" title="Inspiration" style=" " alt="Inspiration" align=" " class="" />
							
								
							
						<ul>
							<li><a href="/en/by-month/index.html">Ideas by Month <span>&raquo;</span></a></li>
							<li><a href="/en/image-gallery/index.html">Image Gallery <span>&raquo;</span></a></li>
							<li><a href="/en/videos/index.html">Video Gallery <span>&raquo;</span></a></li>
							<li><a href="/links/dtw-blogs" target="_new">Read our Blog <span>&raquo;</span></a></li>
							<li><a href="http://www.twitter.com/DTW_Holidays" target="_blank">Follow us on Twitter <span>&raquo;</span></a></li>
							<li><a href="http://www.facebook.com/DiscoverTheWorldUK" target="_blank">Join us on Facebook<span>&raquo;</span></a></li>
							<li><a href="/en/quotes/index.html" >Your Comments <span>&raquo;</span></a></li>
						</ul>
						
					</div>
					
					
					
					
					






<div class="leftPromo" id="holidays">

		
			<div class="rotating first">
				
				<h3>Our Favourites</h3>
<div class="inner month"><strong>Discovering Skane<br />
</strong>10&nbsp;nights from <strong>&pound;1,463</strong>
<p>Self&nbsp;drive around&nbsp;<strong>Sweden's</strong> picturesque and historic south.</p>
<p><a target="_self" href="/en/holidays/sweden/discovering-skane/index.html">tell me more&raquo;</a></p>
</div>
				
			</div>
			

		
			<div class="rotating ">
				
				<h3>Our Favourites</h3>
<div class="inner month"><strong>Around Spitsbergen<br />
</strong>7&nbsp;nights from <strong>&pound;3,119</strong>
<p>Join an adventure cruise around this high Arctic island.</p>
<a href="/en/holidays/high-arctic/around-spitsbergen/index.html" target="_self">tell me more&raquo;</a></div>
				
			</div>
			

		
			<div class="rotating ">
				
				<h3>Our Favourites</h3>
<div class="inner month"><strong>Pacific Coast Experience<br />
</strong>10&nbsp;nights from <strong>&pound;1,142</strong>
<p>Take the ultimate self-drive adventure along&nbsp;<strong>Canada's</strong>&nbsp;west coast.</p>
<a target="_self" href="/en/holidays/canada/ultimate-pacific-coast-experience/index.html">tell me more&raquo;</a></div>
				
			</div>
			

		
			<div class="rotating ">
				
				<h3>Our Favourites</h3>
<div class="inner month"><strong>Great Barrier Reef Cruise<br />
</strong>4&nbsp;nights from <strong>&pound;1,180</strong>
<p>Explore&nbsp;<strong>Australia's</strong> secluded tropical islands on a relaxing cruise</p>
<a href="/en/holidays/australia/great-barrier-reef-cruise/index.html" target="_self">tell me more&raquo;</a></div>
				
			</div>
			

		
			<div class="rotating ">
				
				<h3>Our Favourites</h3>
<div class="inner month"><strong>Iceland Volcano Explorer<br />
</strong>8&nbsp;nights from <strong>&pound;1,046</strong>
<p>Explore Iceland's volcanic wonders on this exclusive self drive.</p>
<a href="/en/holidays/iceland/volcano-explorer/index.html" target="_self">tell me more&raquo;</a></div>
				
			</div>
			

		
			<div class="rotating ">
				
				<h3>Our Favourites</h3>
<div class="inner month"><strong>Real New Zealand 4x4<br />
</strong>21&nbsp;nights from <strong>&pound;1,447</strong>
<p>Explore NZ off the beaten track on a classic 4x4 self drive adventure</p>
<a href="/en/holidays/new-zealand/real-new-zealand/index.html" target="_self">tell me more&raquo;</a></div>
				
			</div>
			

		
			<div class="rotating ">
				
				<h3>Our Favourites</h3>
<div class="inner month"><strong>Killer Whales &amp; Northern Lights<br />
</strong>4&nbsp;nights from <strong>&pound;850</strong>
<p>Take a thrilling short break combining orca watching with the aurora.</p>
<a target="_self" href="/en/holidays/iceland/orcas-and-aurora/index.html">tell me more&raquo;</a></div>
				
			</div>
			



</div>
					
					
					
					 
					 
						

					
							
				</div><!-- end of searchCol -->							
				
 			</div><!-- end of leftContainer -->
			
			<div id="rightCol">
	
					
	
	

  








   



 

	
		
					
	

	
		<div class="rightPromo nextStep">
			<h3>YOUR NEXT STEP</h3>
<p><a title="Send an enquiry" href="/en/contact/make-enquiry/form.html">Send us an enquiry</a></p>
<p><a title="Request a quote" href="/en/contact/request-quote/form.html">Request a quote</a></p>
<p><a title="Tailor make your holiday" target="_self" href="/en/tailor-made/index.html">Tailor make your holiday</a></p> 
			<p class="callUs">Or simply call us today on <span>01737 214 250</span></p>
		</div>	
	
	
	
	

	

  








   



 

		
		<!--
<div class="rightPromo">
<p><a target="_self" href="/en/destinations/sweden/icehotel-in-march.html"><img id="iimg_-127905369" border="0" alt="Fly direct to the Icehotel in 3.5 hours" width="165" height="77" src="/images/misc/icehotel-mar1.gif?__scale=w:165,h:77,t:4,c:FFFFFF" /></a></p>
</div>
<h3 class="rightPromo">Northern Lights Flight</h3>
<div class="rightPromo">
<table class="invisible" cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td>The ultimate northern lights experience in Swedish Lapland.<br />
            <a target="_self" href="/en/excursions/sweden/northern-lights-flight/index.html">find out more &raquo;</a></td>
            <td valign="top"><a target="_self" href="/en/excursions/sweden/northern-lights-flight/index.html"><img id="iimg_-1052189487" border="0" alt="Northern lights &copy; RTH Sigurdsson" vspace="5" width="63" height="63" src="/images/destinations-non-gallery/Sweden/sq-northern-lights-rth.jpg?__scale=w:63,h:63,t:4,c:FFFFFF" /></a></td>
        </tr>
    </tbody>
</table>
</div>

-->
<div class="rightPromo">
<p><a target="_self" href="http://www.icehotel.co.uk/index.html"><img id="iimg_36728857" border="0" alt="Fly direct to the Icehotel in 3.5 hours" width="165" height="77" src="/export/sites/dtw/images/misc/icehotel-direct-flight.gif_755526238.gif" /></a></p>
</div>
<h3 class="rightPromo">Watch Icehotel Videos</h3>
<div class="rightPromo">
<table class="invisible" cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td>See the magic&nbsp;<br />
            for yourself.<br />
            <a target="_self" href="/en/types/Sweden/Icehotel/videos.html"><br />
            Watch videos &raquo;</a></td>
            <td valign="top"><a target="_self" href="/en/types/Sweden/Icehotel/videos.html"><img id="iimg_-899928704" border="0" alt="See the magic for yourself - Icehotel videos" align="right" width="63" height="63" src="/export/sites/dtw/images/videos/video-icehotel.jpg_1847087032.jpg" /></a></td>
        </tr>
    </tbody>
</table>
</div>
<!--


<h3>Icehotel Videos</h3>
<div class="rightPromo">
<p><img id="iimg_-899928704" border="0" alt="Arctic Tern" width="165" height="122" src="/images/videos/video-icehotel.jpg?__scale=w:165,h:122,t:4,c:FFFFFF" /></p>
<p><a target="_self" href="/en/types/Sweden/Icehotel/videos.html">See the magic for yourself &raquo;</a></p>
</div>
-->
	





  








   



 

		
		
		
		<div class="rightPromo expert teamPanel ">
			<h3>Our Sweden Team</h3>
 
			
			
				
					<img src="/export/sites/dtw/images/about/staff/emma-putnam-cutout.jpg_1628041436.jpg" width="72" height="82" title="Sweden and Norway" style=" " alt="Sweden and Norway" align=" " class="" />
				
					
				
				
			
				<blockquote><span>&quot;</span>Simply enjoy the supreme natural beauty of Scandinavia<span>&quot;</span></blockquote>
			
				
			<a href="/en/about/staff/nordic/" class="meetLink">Meet the team&nbsp;&raquo;</a>
		</div>				
		
		
		
		
		
	



  








   



 

	
	
	
			
		
				
		<div class="rightPromo brochures">
			<h3>Order a Brochure</h3>
 
			
			
				
					<img src="/export/sites/dtw/images/brochures/nl-ice.jpg_92935473.jpg" width="120" height="106" title="Northern Lights &amp; Icehotel" style=" " alt="Northern Lights &amp; Icehotel" align=" " class="full" />
				
					
				
				
			
			
				
			<p><a href="/en/brochures/index.html" >Read online</a> | <a href="/en/brochures/index.html" >Order by post</a></p>

		</div>				
				
	
		
		
				
				
		
		
	
	
  
  





	<div class="rightPromo newsletter">
		<h3>Sign-up to our Enews</h3>
<p>Special offers, auctions &amp; new holiday ideas...</p> 
		<form action="/en/enewsletter/index.html">
			<label for="newsletterEmail">Your email</label>
			<input type="text" name="email" id="newsletterEmail" />
			<input type="submit" value="Sign up" />
			<a href="/en/enewsletter/index.html" class="latest">Read the latest issue &raquo;</a>
		</form>		
	</div>


  
<div class="rightPromo whyChooseUs">
	<h3>Why Choose Us?</h3>
<p><a title="The Specialists" href="/en/about/index.html">The Specialists &raquo;</a></p>
<p><a title="Responsible Tourism" href="/en/about/responsible-tourism.html">Responsible Tourism &raquo;</a></p>
<p><a target="_self" href="/en/booking/financial-protection.html">Financial protection &raquo;</a></p>
<!--
<p><a href="/en/about/aito.html"><img id="iimg_-2076239484" alt="Aito" width="160" height="35" scr="&lt;cms:link&gt;/images/structure/aito_logo.gif&lt;/cms:link&gt;" src="/images/structure/aito_logo.gif" /></a></p>
--> 
</div>
									
				<div id="styleSelector" class="clearfix">
					<strong>Text Size:</strong> 
					<a href="#" onclick="resetText(); return false;" class="size1" title="Normal size">a</a>
					<a href="#" onclick="changetext('120%'); return false;" class="size2" title="Larger size">a</a>
					<a href="#" onclick="changetext('140%'); return false;" class="size3" title="Largest size">a</a>
				</div><!-- end of styleSelector -->
				
				
				<script type="text/javascript">
					// Only show the styleselector if user has javascript enabled.
					document.getElementById('styleSelector').style.display = 'block';
				</script>

			</div><!-- end of rightCol -->

		</div><!-- end of fauxBorder -->
		
			

<div id="footer">
	<div class="sitemap">
		<div class="footerLogos">
			
				
				
				
					<img src="/export/sites/dtw/images/structure/footer_logos1.gif" width="234" height="95" alt="footer_logos1" />
				
			
			<a href="/en/misc-pages/bonding-logos.html" target="_blank" onclick="link_popup(this); return false;"><img src="/export/sites/dtw/images/structure/footer_logos2.gif" width="234" height="38" alt="footer_logos2" /></a>
		</div>
				
		<div class="section one">
			<h3><a href="/en/destinations/">Holiday Destinations</a></h3>
			<ul>
				<li><a href="/en/destinations/high-arctic/index.html">Arctic</a></li>
				<li><a href="/en/destinations/antarctica/">Antarctica</a></li>
				<li><a href="/en/destinations/australia/">Australia</a></li>
				<li><a href="/en/destinations/canada/">Canada</a></li>
				<li><a href="/en/destinations/falkland-islands/">Falklands</a></li>
				<li><a href="/en/destinations/finland/">Finland</a></li>
				<li><a href="/en/destinations/greenland/">Greenland</a></li>
			</ul>
			<ul>	
				<li><a href="/en/destinations/iceland/">Iceland</a></li>
				<li><a href="/en/holiday-types/icehotel/">Icehotel</a></li>
				<li><a href="/en/destinations/lapland/">Lapland</a></li>
				<li><a href="/en/destinations/new-zealand/">New Zealand</a></li>
				<li><a href="/en/destinations/norway/">Norway</a></li>
				<li><a href="/en/destinations/spitsbergen/">Spitsbergen</a></li>
				<li><a href="/en/destinations/sweden/">Sweden</a></li>	
			</ul>
		</div>
		

		<div class="section two">
			<h3><a href="/en/holiday-types/">Holiday Types</a></h3>
			<ul>
				<li><a href="/en/holiday-types/activity/">Active</a></li>
				<li><a href="/en/holiday-types/christmas-new-year/">Christmas/New Year</a></li>
				<li><a href="/en/holiday-types/voyage/">Cruise</a></li>
				<li><a href="/en/holiday-types/escorted/">Escorted</a></li>
				<!-- <li><a href="/en/holiday-types/icehotel/">Family</a></li>
				<li><a href="/en/holiday-types/icehotel/">Groups</a></li> -->
				<li><a href="/en/holiday-types/horse-riding/">Horse Riding</a></li>
				<li><a href="/en/types/Sweden/Icehotel/">Icehotel</a></li>
				
			</ul>	
			<ul>
				
				<li><a href="/en/special-interest/northern-lights.html">Northern Lights</a></li>
				<li><a href="/en/holiday-types/self-drive/">Self-drive</a></li>
				<li><a href="/en/holiday-types/city-break/">Short breaks</a></li>
				<!-- <li><a href="/en/holiday-types/icehotel/">Volcano</a></li> -->
				<li><a href="/en/holiday-types/walking-hiking/">Walking &amp; hiking</a></li>
				<li><a href="/en/holiday-types/icehotel/">Weddings</a></li>
				<li><a href="/en/holiday-types/wildlife/">Wildlife &amp; Nature</a></li>
			</ul>	
		</div>	
	
		<div class="section three">
			<h3><a href="">Your Next Step</a></h3>
			<ul>
				<li><a href="/en/contact/index.html">Contact Us</a></li>
				<li><a href="/en/brochures">Request a brochure</a></li>
				<li><a href="/en/contact/make-enquiry/form.html">Make a quick enquiry</a></li>
				<li><a href="/en/contact/request-quote/form.html">Request a quote</a></li>
				<li><a href="/en/booking/index.html">Complete online booking form</a></li>
				<li><a href="/en/booking/booking-conditions.html">View booking conditions</a></li>
			</ul>
	
		</div>
		

	</div><!-- end of div.sitemap -->

	
	
	<img src="/export/sites/dtw/images/structure/logo_footer.gif" width="111" height="56" alt="" style="margin-left:55px" />
	
	<div class="footerCopy">
		<ul class="clearfix">
			<li class="first"><a href="/en/about/sitemap.html">Site Map</a></li>
			<li><a href="/en/contact/privacy-policy.html">Privacy Policy</a></li>
			<li><a href="/en/contact/privacy-policy.html">Terms of Use</a></li>
			<li><a href="/en/articles/">Articles</a></li>
			<li style="display:none;" id="footerPrint"><a href="#" onclick="window.print(); return false;" class="print">Print this Page</a></li>
		</ul>
		<script type="text/javascript">
			<!--
			elm("footerPrint").style.display = "block";
			-->
		</script>

		<p>Discover the World, Arctic House, 8 Bolters Lane, Banstead, Surrey, SM7 2AR, UK (Registered office No. 02295449)</p>
	</div>
	

	<div class="clearing"></div>
</div>



<!-- end of footer. --> 
		






<!-- sPrimaryDestinationTitle = Sweden -->
<!-- sHTIDUrl =  -->
<!-- sThisResourceName = /en/destinations/sweden/excursion-regions/excursion-region_0002.xml -->


<!-- combined = Sweden -->

<!-- Test 5 -->







		
		
		
		
		
		




		
		
		
		
		
		
		
		
		
		
		
		
		



		
		
		
		
		
		
		
		
		
		
		
			
			
		


	

		



<!-- Google Code for Lapland 991455067 Remarketing Tracking Code -->


<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 991455067;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "666666";
var google_conversion_label = "nDs6CK3ngAIQ287h2AM";
var google_conversion_value = 0;
/* ]]> */
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1008116210/?label=nDs6CK3ngAIQ287h2AM&amp;guid=ON&amp;script=0"/>
</div>
</noscript>

<!-- End of Google Remarketing Code -->




		




   
	

   
	
	

   
	
	

   
	
	

   
	
	

  
	 
		
		
		
	







	

	
	<!-- No Orchestra code required -->
	






 
		
	</div><!-- end of pageWrapper -->
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName('script')[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0012/0011.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
</body>
</html>
