﻿body
{
    background:transparent url(/Templates/Images/BodyBg.jpg) repeat top left;
    margin:0px;
    padding:0px;
    font:11px/15px Arial, Verdana, Sans-serif;
    color:#000000;
}

.Outline
{
    width:1009px;
    overflow:hidden;
    margin:0px auto 16px auto;
}

a
{
    color:#000000;
}

img
{
    border:none;
}

.Top
{
    background:transparent url(/Templates/Images/TopBg.png) no-repeat bottom left;   
    width:100%;
    height:167px;
    overflow:hidden;
    position:relative;
}

.Logotype
{
    float:left;
    margin:16px 0px 16px 48px;
}

.TopRight
{
    float:right;
    width:800px;
    height:91px;
    overflow:hidden;
    margin:16px 24px 0px 0px
    
}

.FlagsWrapper
{
    width:100%;
    overflow:hidden;
    padding-bottom:16px;
}

.Flags 
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    float:right;
}

.Flags li
{
    display:block;
    float:left;
    margin-left:4px;  
    padding:2px;  
}

.Flags li a
{
    display:block;
    width:16px;
    height:15px;
    overflow:hidden;
}

.Flags li.FlagSwedish a,
.Flags li.FlagSwedishInactive a
{    
    background:transparent url(/Templates/Images/flagga_sv.gif) no-repeat top left;
}

.Flags li.FlagEnglish a,
.Flags li.FlagEnglishInactive a
{    
    background:transparent url(/Templates/Images/flagga_eng.gif) no-repeat top left;
}

.Flags li.FlagSpanish a,
.Flags li.FlagSpanishInactive a
{    
    background:transparent url(/Templates/Images/flagga_spansk.gif) no-repeat top left;
}

.Flags li.FlagGerman a,
.Flags li.FlagGermanInactive a
{    
    background:transparent url(/Templates/Images/flagga_de.gif) no-repeat top left;
}

.Flags li.FlagDanish a,
.Flags li.FlagDanishInactive a
{    
    background:transparent url(/Templates/Images/flagga_dk.gif) no-repeat top left;
}

.Flags li.FlagFrench a,
.Flags li.FlagFrenchInactive a
{    
    background:transparent url(/Templates/Images/flagga_fransk.gif) no-repeat top left;
}

.Flags li.FlagSwedish,
.Flags li.FlagEnglish,
.Flags li.FlagSpanish,
.Flags li.FlagGerman,
.Flags li.FlagDanish,
.Flags li.FlagFrench
{
    border:solid 1px #b19b71;
    padding:1px;
}

.Flags li:hover
{
    border:solid 1px #a1a1a1;
    padding:1px;
}

/*********/

.Book
{
    width:580px;
    overflow:hidden;
    float:left;
    text-transform:uppercase;
    margin:0px 0px 0px 0px;
    clear:both;
}

.Book .CheckIn
{
    float:left;
    width:240px;
    overflow:hidden;
    margin:0px 0px 0px 40px;
}

.Book .CheckOut
{
    float:left;
    width:136px;
    overflow:hidden;
}

.Book .CheckInHeadline
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 105px;
}

.Book .CheckOutHeadline
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}


.Book .AvailibleRoom
{
    display:block;
    vertical-align:top;
    margin:3px 5px 0px 0px;
    float:left;
    width:100px;
    text-align:right;
}

.Book img
{
    vertical-align:top;
}

.Book .BookSubmit
{
    display:block;
    float:left;
    width:21px;
    height:21px;
    overflow:hidden;
    background:transparent url(/Templates/Images/BigLinkIcon.gif) no-repeat top left;
    margin:12px 0px 0px 0px;
}

/* Datepicker */

a.dp-choose-date {
	float: left;
	width: 21px;
	height: 21px;
	vertical-align:middle;
	padding: 0;
	margin: 0px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/Templates/Images/DatePickerIcon.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.Book .DatePicker1,
.Book .DatePicker2
{
    width:100px;
}

.Search
{
    clear:right;
    float:right;
    margin:16px 0px 0px 0px;
}

.Search input
{
    float:left;
    margin-top:2px;
}

.Search label
{
    float:left;
    text-transform:uppercase;
    margin:4px 7px 0px 0px;
}

.SearchButton
{
    display:block;
    width:21px;
    height:21px;
    float:left;
    margin:0px 0px 0px 4px;
    background:transparent url(/Templates/Images/BigLinkIcon.gif) no-repeat top left;
}


.NavLev1
{
    clear:both;
    width:962px;
    overflow:hidden;
    margin:0px auto 0px auto;    
    border-top:solid 1px #D7CCB7;
    border-bottom:solid 1px #D7CCB7;
}


.NavLev1 ul
{
    width:100%;
    overflow:hidden;
    list-style-type:none;
    padding:0px;
    margin:2px 0px 2px 0px;
    border-top:solid 1px #D7CCB7;
    border-bottom:solid 1px #D7CCB7;
}

.NavLev1 ul li
{
    display:block;
    float:left;
    margin:0px 0px 0px 28px;
}

.NavLev1 ul li a
{
    display:block;
    padding:4px;
    text-transform:uppercase;
    font-family:arial, Verdana, Sans-Serif;
    font-size:13px;
    color:#B19B71;
    text-decoration:none;
}

.NavLev1 ul li.Selected a
{
    font-weight:bold;
}

.NavLev1 ul li a:hover
{
    color:#776239;
}

.NavLev2
{
    clear:both;
    background:transparent url(/Templates/Images/TopNavBg.gif) repeat-x bottom left;
    width:962px;
    height:29px;
    margin-left:24px;    
}

.NavLev2 ul
{
    width:100%;
    overflow:hidden;
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.NavLev2 ul li
{
    display:block;
    float:left;
    margin:0px 0px 0px 36px;
}

.NavLev2 ul li a
{
    display:block;
    padding:7px 5px 0px 5px;
    height:22px;
    text-transform:uppercase;
    font-family:arial, Verdana, Sans-Serif;
    font-size:11px;
    color:#ffffff;
    text-decoration:none;
    line-height:14px;
}

.NavLev2 ul li.Selected a
{
    font-weight:bold;
    background-color:#111111;
}

.NavLev2 ul li a:hover
{
    background-color:#111111;
}

    .ContentTop
    {
        clear:both;
        width:1009px;
        height:8px;
        overflow:hidden;
        background:transparent url(/Templates/Images/ContentBgTop.png) no-repeat 0px -15px; 
        margin-top:0px;     
        }

    .ContentMiddle
    {
        position:relative;
        width:965px;
        min-height:420px;
        overflow:hidden;
        background:transparent url(/Templates/Images/ContentBgMiddle.png) repeat-y top left;       
        padding:0px 22px 0px 23px
    }

    .ContentFront
    {
        position:absolute;
        background:transparent url(/Templates/Images/ContentFrontBg.png) repeat top left;            
        width:970px;
        height:92px;
        left:22px;
        bottom:0px;
        padding:10px 0px 0px 0px;
    }
    
    .Room .ContentFront
    {
        top:0px;
        height:420px;
        overflow:hidden;
        width:400px;
        padding:140px 48px 0px 48px;
    }

    .Room .RoomShowHideText
    {
        position:absolute;
        z-index:1000;
        top:386px;
        font:12px/17px Georgia, Times, Seriff;  
        text-decoration:none;   
        font-weight:normal;      
    }

    
    .Room .RoomShowHideTextVisible
    {
        left:336px;
        padding:7px 26px 7px 0px;
        background:transparent url(/Templates/Images/BigLinkIconLeft.gif) no-repeat center right; 
        color:#666666;          
    }

    .Room .RoomShowHideTextHidden
    {
        left:40px;
        padding:7px 0px 7px 26px;
        background:transparent url(/Templates/Images/BigLinkIcon.gif) no-repeat center left; 
        display:none;
        color:#ffffff;          
    }


    .Room .RoomShowHideText strong
    {
        visibility:hidden;
        font-weight:normal;      
    }

    .Room .RoomShowHideText:hover strong
    {
        visibility:visible;        
    }
    
    .FourColumns .ContentMiddle
    {
        height:430px;        
    }
    
    .FourColumns2 .ContentFront
    {
        top:209px;
        height:221px;
    }


    .ContentFrontColumns,
    .ContentBackColumns
    {
        list-style-type:none;
        margin:0px;
        padding:0px;
    }

    .ContentFrontColumns li,
    .ContentBackColumns li
    {
        float:left;
        margin-left:3px;
        display:block;
        width:239px;
    }

    .ContentFrontColumns li.First,
    .ContentBackColumns li.First
    {
        margin-left:0px;
    }

    .ContentFrontColumns li
    {
        width:207px;
        padding:10px 16px 0px 16px;
    }

    
    .Startpage .ContentFront
    {
        height:82px;
        padding:20px 0px 0px 0px;
    }

    .WideBottomText .ContentFront
    {
        height:auto;
        min-height:120px;
    }

    .WideBottomText2 .ContentFront
    {
        height:auto;
    }


    .ContentBottom
    {
        width:1009px;
        height:21px;
        overflow:hidden;
        background:transparent url(/Templates/Images/ContentBgBottom.png) no-repeat top left;        
    }
        
    .Normal1 .ContentMain
    {
        clear:both;
        float:left;
        width:400px;
        margin:70px 0px 0px 40px;
        overflow:hidden;
    }

    
    .Package .ContentWrapper,
    .Normal2 .ContentWrapper
    {
        width:100%;
        overflow:hidden;
        background:transparent url(/Templates/Images/PackageBg.gif) repeat-y top left;
    }

    .Package .ContentMain
    {
        clear:both;
        float:left;
        width:480px;
        min-height:440px;
        margin:0;
        padding:40px 20px 0px 40px;
        overflow:hidden;

    }


    .Package .ContentMain2
    {
        width:360px;      
        float:right;  
        overflow:hidden;
        margin:40px 40px 0px 0px;
    }

    .Normal2 .ContentMain
    {
        float:left;
        width:520px;
        margin:40px 0px 0px 40px;
        overflow:hidden;
    }
    
    .Normal2 .ContentMainTop
    {
        width:430px;
        overflow:hidden;
    }

    .ContentImage
    {
        float:right;
        width:468px;
        overflow:hidden;
    }

    .Normal1 .ContentImage
    {
        width:468px;        
    }

    .Normal2 .ContentImage
    {
        width:310px;        
    }

    .WideBTCol1
    {
        float:left;
        width:435px;
        margin:12px 0px 0px 30px;
    }

    .WideBottomText2 .WideBTCol1
    {
        width:450px;
        margin:10px 0px 0px 23px;
    }

    
    .WideBTCol2
    {
        float:right;
        width:435px;
        margin:12px 30px 0px 0px;
    }

    .WideBottomText2 .WideBTCol2
    {
        width:450px;
        margin:10px 23px 0px 0px;
    }


.Bottom
{
    clear:both;
    width:962px;
    overflow:hidden;
    margin:0px auto 16px auto;
    text-align:Center;
    position:relative;
}

.Bottom .Normal
{
    color:#989898;
    text-transform:uppercase;
    margin:0px 0px 10px 0px;
    font:10px/15px Arial, Verdana, Sans-serif;    
}

.ShareWrapper
{
    position:absolute;
    left:0px;
    top:0px;
    margin-right:10px;
}

.WorldHotelsLogo
{
    position:absolute;
    right:0px;
    top:0px;
    display:block;
    width:79px;
    height:20px;
    background:transparent url(/Templates/Images/WorldHotelsLogo.png) no-repeat top left;
}
