﻿/* ------ Main Layout ------ */

body
{
	font-family: Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	background-image: url(  '/images/background.gif' );
	font-size: 11px;
}

.footerDiv
{
	font-size: 10px;	
}

.menuDiv
{
	font-size: 10px;
}

br.small
{
	font-size: 4px;
}

.masterContent
{
	width: 930px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	background-image: url(  '/images/menu_background.gif' );
	background-repeat: no-repeat;
	background-position: center top;
}

.rejselederImg
{
	float: right;
	margin: 0px 0px 10px 6px;	
}

.masterContentBackground
{
	width: 950px;
	background-image: url(  '/images/shadow.png' );
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
}

/* ------ Link ------ */

a
{
	color: #c1042a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.green
{
	color: #538280;
}

a.green:hover
{
	text-decoration: underline;
}

a.white
{
	color: #fff;
}

a.white:hover
{
	text-decoration: underline;
}

/* ------ Header ------ */

.mainHeader
{
	height: 106px;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
}

.mainHeaderBackground
{
	height: 126px;
	margin: 0px 0px 0px 0px;
	background-image: url(  '/images/backgroundforløb.png' );
	background-repeat: repeat-x;
	background-position: bottom;
}

.mainHeaderContent
{
	width: 890px;
	height: 126px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
}

.mainSpot
{
	float: right;
	background-image: url(  '/images/ramme.png' );
	background-position: right top;
	background-repeat: no-repeat;
	width: 460px;
	height: 123px;
}

.spotImage
{
	float: right;
	margin: 15px 16px auto auto;
}

.mainSpotText
{
	margin-top: 10px;
	width: 243px;
}

.mainSpotInnerText
{
	width: 243px;
	height: 56px;
}

.mainLogo
{
	margin: 0px;
	padding: 26px 0px 0px 0px;
}

.mainTools
{
	width: 890px;
	padding: 0px 20px 0px 20px;
}

.menuActive
{
	background-image: url(  '/images/menu_active.gif' );
	background-repeat: no-repeat;
	padding: 8px 0px 0px 0px;
	float: left;
	background-position: center top;
	font-weight: bold;
}

.menuInActive
{
	padding: 8px 0px 0px 0px;
	float: left;
	font-weight: bold;
}

.menuActive a
{
	color: #434343;
}

/* ------ Content ------ */

.mainContent
{
	width: 890px;
	padding: 0px 20px 0px 20px;
}

.childContent
{
	width: 706px;
	float: left;
}

/* ------ Footer ------ */

.masterFooterBackground
{
	background-image: url(  '/images/shadowbottom.png' );
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 950px;
	height: 9px;
	margin: 0px auto 0px auto;
}

.mainFooter
{
	width: 900px;
	padding: 0px 15px 20px 15px;
}

.mainFooterBorder
{
	padding: 4px 0px 0px 0px;
	border-top: solid 1px #d8caa3;
}

.mainAddress
{
	float: left;
}

.mainLink
{
	float: right;
}

/* ------ End Main Layout ------ */


/* ------ Common ------ */

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clearBoth
{
	clear: both;
}

.alignCenter
{
	margin: 0px auto 0px auto;
}

.stdButton
{
	border: solid 1px #d8caa3;
	background-color: #434343;
	color: #ffffff;
	margin: 1px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	height: 20px;
}

.stdTextBox
{
	margin: 0px;
	border: solid 1px #d8caa3;
	height: 15px;
}

h1
{
	color: #434343;
	font-weight: bold;
	font-size: 1.8em;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

h2
{
	color: #434343;
	font-weight: bold;
	font-size: 1.5em;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

h2.small
{
	color: #434343;
	font-weight: bold;
	font-size: 1.2em;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

h3
{
	color: #538280;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

h3 a
{
	color: #538280;
	font-weight: bold;
	font-size: 1.0em;
}

h3 a:hover
{
	text-decoration: underline;
}

h4
{
	margin: 0px;
	font-weight: bold;
	color: #434343;
	font-size: 1.1em;
}

h5
{
	color: #434343;
	font-weight: bold;
	font-size: 12px;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

.hr
{
	background-color: #d8caa3;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 1px;
}

p
{
	margin: 0px;
	padding: 0px;
}

.stdChildContent
{
	margin: 6px 0px 0px 0px;
}

img
{
	padding: 0px;
	margin: 0px;
	border: none;
}

.spacer
{
	clear: both;
}

.tripInfo
{
	height: 27px;
	background-image: url(  '/images/tripinfo_background.gif' );
	border-bottom: solid 1px #dacba3;
	background-position: top bottom;
	background-repeat: repeat-x;
}

.tripInfoBox
{
	padding: 0px 0px 3px 0px;
}

.tripPriceBox
{
	float: right;
	border: solid 1px #dacba3;
	border-bottom: none;
	height: 13px;
	margin-top: 7px;
	padding: 3px 5px 3px 5px;
	background-color: #434343;
	color: #ffffff;
}

.tripOrder
{
	margin-top: 7px;
	float: right;
	border-bottom: none;
	height: 13px;
	padding: 0px ;
	margin-left: 10px;
	cursor: pointer;
	color: #ffffff;
}

.readMoreBoks
{
	height: 20px;
	margin-top: 6px;	
}

.readMore
{
	float: right;
	cursor: pointer;	
}

.linkIcon
{
	border: none;
}

/* ------ End Common ------ */

/* ------ Frontpage ------ */

.frontpageBanner
{
	width: 686px;
	height: 406px;
	border-top: solid 1px #dacba3;
	border-bottom: solid 1px #dacba3;
	margin: 56px 20px 7px 0px;
	padding: 1px 0px 1px 0px;
	float: left;
}

.frontpageBannerBackground
{
	padding: 21px;
	width: 644px;
	height: 366px;
	background-image: url(  '/images/frontpagebanner_background2.gif' );
	background-repeat: repeat-x;
	background-position: center top;
}

.frontpageImageBorder
{
	background-color: #ffffff;
	border: solid 1px #dacba3;
	padding: 1px;
	width: 640px;
	height: 360px;
}

.frontpageLeftContent
{
	width: 322px;
	margin: 0px 42px 0px 0px;
	float: left;
}

.frontpageMiddleContent
{
	width: 322px;
	float: left;
}

.frontpageRightContent
{
	float: right;
	width: 184px;
}

.topDestination
{
	width: 322px;
}

.topDestinationText
{
	width: 322px;
	margin-bottom: 10px;
}

.topDestinationImageBorder
{
	height: 179px;
	margin: 10px 0px 10px 0px;
	padding: 1px;
	border: solid 1px #dacba3;
	width: 318px;
}

.mapTextSpan
{
	font: normal 11px Verdana;
	color: #538280;
	padding: 4px 6px 4px 6px;
	background-color: #fff;
	border: solid 1px #dacba3;
	position: absolute;
	text-decoration: none;
	cursor: pointer;
}

.frontPageTripInfo {
  position: absolute;
  margin: 208px 0px 0px 434px;
  padding: 0px 12px 0px 12px;
	width: 162px;
	background: #E9E6D5 url('/images/frontpagetripinfobg.png') repeat-x;
}

.frontPageTripInfoBottom {
  height: 2px;
  margin: 12px -12px 0px -12px;
  background: url('/images/frontpagetripinfobg_bottom.png') repeat-x;
}

/* ------ End Frontpage ------ */

/* ------ Subpages ------ */

.subpageBackground
{
	background-image: url(  '/images/subpage_background.gif' );
	background-position: left;
	background-repeat: repeat-y;
	width: 890px;
}

.subpageLeftContent
{
	width: 184px;
	float: left;
}

.subpageMiddleContent
{
	width: 482px;
	margin: 19px 20px 0px 20px;
	float: left;
}

.subpageTextContent
{
	width: 686px;
	margin: 25px 0px 0px 20px;
	float: right;
}

.subpageTextLeft
{
	margin: 0px;
	padding: 0px;
	width: 184px;
	background-color: #ffffff;	
}

.subpageLeftHeader
{
	height: 31px;
	background-image: url(  '/images/menu_background.gif' );
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: -20px -21px; 
	background-position:-20px -21px !importent;
}

/* ------ End Subpages ------ */

/* ------ Google Maps ------ */
.mapBorder
{
	width: 480px;
	padding: 1px;
	height: 270px;
	border: solid 1px #d8caa3;
}

#mapcontainer
{
	width: 480px;
	height: 270px;
}

/* ------ End Google Maps ------ */

/* ------ Order ------ */

.orderTable
{
	width: 686px;
}

.orderTable th
{
	padding: 2px 0px 2px 0px;
	vertical-align: top;
	width: 358px;
	font-weight: normal;
	text-align: left;
}

.orderTextBox
{
	width: 326px;
	border: solid 1px #d8caa3;
	height: 15px;
}

.orderNumberTextBox
{
	width: 157px;
	border: solid 1px #d8caa3;
	height: 15px;
}

.zipCodeTextBox
{
	width: 52px;
	border: solid 1px #d8caa3;
	height: 15px;
}

.cityTextBox
{
	width: 262px;
	border: solid 1px #d8caa3;
	height: 15px;
}

.orderMultiLineTextBox
{
	width: 682px;
	border: solid 1px #d8caa3;
	height: 120px;
	overflow: auto;
}

/* ------ End Order ------ */

/* ------ Reminder ------ */

.reminderTable
{
}

.reminderTable td
{
	padding: 2px 0px 2px 0px;
	text-align: left;
}

.reminderTable td.reminderTd
{
}

/* ------ End Reminder ------ */

/* ------ Units ------ */

.unitsMargin
{
	margin: 25px 0px 0px 0px;
}

/* ------ Search ------ */

.unitsSearch
{
	background-image: url(  '/images/findrejse_background.gif' );
	background-repeat: no-repeat;
	padding: 10px;
	background-position: center top;
	width: 164px;
	height: 395px;
}

/* ----- Newsletter ------ */

.unitsNewsletter
{
	background-image: url(  '/images/newsletter_background.gif' );
	background-repeat: no-repeat;
	background-position: center top;
	width: 164px;
	padding: 10px;
	height: 100px;
}

/* ------ Guide ------ */

.unitsGuide
{
	background-color: #f1ecde;
	width: 164px;
	padding: 10px;
}

.unitsGuideImageBorder
{
	width: 160px;
	height: 90px;
	padding: 1px;
	border: solid 1px #d8caa3;
}

.unitsGuideBottom
{
	background-image: url(  '/images/guideshadow.gif' );
	background-repeat: no-repeat;
	background-position: center top;
	width: 184px;
	height: 7px;
}

/* ------ Small Top 5 Destinations ------ */

.unitsTop5
{
	background-image: url(  '/images/top5_background.gif' );
	background-repeat: no-repeat;
	background-position: center top;
	width: 164px;
	padding: 10px;
	height: 198px;
}

/* ------ Top 5 Destinations ------ */

.top5DestinationsHeader
{
	background-image: url(  '/images/tripheader_background.gif' );
	background-repeat: no-repeat;
	background-position: center top;
	width: 312px;
	padding-left: 10px;
	margin: 30px 0px 1px 0px;
	height: 28px;
}

.top5Destinations
{
	background-image: url(  '/images/trip_background.gif' );
	background-repeat: no-repeat;
	background-position: center top;
	width: 302px;
	padding: 10px;
	height: 197px;
}

.top5DestinationsTop
{
	width: 302px;
	height: 177px;
}

.top5DestinationsBottom
{
	width: 302px;
	text-align: right;
	height: 20px;
}

.oneDestination
{
	border-bottom: solid 1px #d8caa3;
	padding: 3px 0px 3px 0px;
}

/* ------ Destinations ------ */

.unitsDestinationChooser
{
	margin: 0px;
	padding: 0px;
	height: 137px;
	width: 184px;
	background-color: #ffffff;
}

.unitsDestinationChooserBackground
{
	height: 114px;
	width: 164px;
	padding: 10px;
	margin-bottom: 1px;
	background-color: #dfd7bf;
}

.unitsDestinationChooserImageBorder
{
	height: 90px;
	width: 160px;
	padding: 1px;
	background-color: #ffffff;
	border: solid 1px #d8caa3;
}

.unitsDestinationChooserCountry
{
	height: 16px;
	width: 156px;
	padding: 2px 0px 0px 6px;
	background-color: #f1ecde;
	border: solid 1px #d8caa3;
	border-top: none;
}

.unitsDestinationChooserLevel1
{
	margin: 0px;
	padding: 4px 8px 4px 6px;
}

.unitsDestinationChooserLevel2
{
	margin: 0px;
	padding: 4px 8px 4px 16px;
}

.unitsDestinationChooserLevel3
{
	margin: 0px;
	padding: 4px 8px 4px 26px;
}

.selectedDiv
{
	background-image: url(  '/images/selecteddiv_background.gif' );
	background-position: left center;
	background-repeat: repeat-y;
}

.selectedDiv a
{
	color: #434343;
}

.dropdownContainer
{
	margin: 4px 8px 4px 8px;	
}

.calenderDropdown
{
	width: 160px;	
}

.menuBulletImg
{
	margin-right: 4px;
}

/* ------ End Units ------ */

/* ------ Trip ------ */

.tripImageBorder
{
	width: 480px;
	padding: 1px;
	height: 270px;
	border: solid 1px #d8caa3;
}

.dayContent
{
	width: 482px;
}

.dayImageBorderLeft
{
	width: 160px;
	padding: 1px;
	margin: 2px 6px 10px 0px;
	height: 90px;
	float: left;
	border: solid 1px #d8caa3;
}

.dayImageBorderRight
{
	width: 160px;
	padding: 1px;
	float: right;
	margin: 2px 0px 10px 6px;
	height: 90px;
	border: solid 1px #d8caa3;
}

.tripStdInfoBorder
{
	border-top: solid 1px #d8caa3;
	padding: 1px 0px 1px 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d8caa3;
}

.tripStdInfo
{
	background-color: #f1ecdf;
	padding: 10px 5px 10px 5px;
}

/* ------ End Trip ------ */

.searchResultTitle
{
	font-weight: bold;
	font-size: 13px;
}

.searchResultText
{
	margin: 2px 0px 2px 0px;
}

.searchResultLink
{
	color: Green;
	margin: 0px 0px 15px 0px;
}

.menuBorderBottom
{
	display: block;
	margin: 0px;
}

.iconsSmallDiv
{
	position: absolute;
	margin-top: 17px;
	margin-left: 141px;	
}

.iconsBigDiv
{
	position: absolute;
	margin-top: 12px;
	margin-left: 644px;	
}

.newsletterIframe
{
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 0px;
    padding: 0px;   
}