﻿/* DEFAULTS


----------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
    text-decoration: none;
    font-style: normal;
}

body   
{
    background: #e6edf5;
	font: 8pt/1.45em Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
    color: #003883;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 12px;
    line-height: 14px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 14px;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 14px;
    font-weight: 600;
}

h3
{
    font-size: 12px;
}

h4
{
    font-size: 12px;
}

h5, h6
{
    font-size: 12px;
}

ul
{
    list-style-type: none;
}

/* basic text styles */

.tLeft
{
    text-align: left;
}

.tRO
{
    background-color: #e6edf5;
    color: #484455;
}

.tBold
{
    font-weight: bold;
}

.tCentered
{
    text-align: center;
}

.tRight
{
    text-align: right;
}

.tHighlighted
{
    font-weight: bold;
    color: #034af3;
}

.tWarningDE {
    font-weight: bold;
    color: red;
}

.tWarningEN {
    font-weight: bold;
    font-style: italic;
    color: red;
}

.tUnderlined
{
    text-decoration: underline;
}

.indMin
{
    margin-left: 5px;
}

.padLRMin
{
    padding-left: 5px;
    padding-right: 5px;
}

.menu-item-static
{
    background-color: #c2d3e7;
    color: #003883;
    text-align: left;
}

.menu-item-dynamic
{
    background-color: #c2d3e7;
    color: #003883;
    padding: 4px;
    text-align: left;
}

.menu-item-hover
{
    color: #c2d3e7;
    background-color: #003883;
    padding: 4px;
    text-align: left;
}

.menu-item-selected
{
    background-color: #c2d3e7;
    color: #003883;
    text-align: left;
}

.lv-address
{
    width: 150px;
}

/* form elements
----------------------------------------------------------*/

#criteria {
    padding: 20px;
    width: 920px;
}

#criteria select {
    margin: 5px 5px 0 0;
}

#criteria input {
    margin: 0 5px 0 0;
}

.tabs
{
    background-color: White;
}

.PleaseWait
 {
   background-color: white;
   color:#fff;
   top:0px;
   right:0px;
   position:static;
 }

#UpdateProgress img {
   vertical-align:middle;
   margin:2px;
 }

.dv
{
    width: 100%;
    font-size: 10px;
    border: 0;
}

.dv-fieldheader
{
    width: 120px;
    color: Black;
    font-size: 10px;
    border: 0;
}

.dv-item
{
    width: 100%;
    border: 0;
}

.detailsview-row
{
    font-size: 12px;
    vertical-align: top;
    margin-bottom: 8px;
    border: 0;
}

.detailsview-fieldheader
{
    width: 200px;
    font-size: 11px;
}

fieldset
{
    margin-top: 20px;
    border: 1px solid #003882;
    width: 500px;
    line-height: 18px;
}

fieldset legend
{
    font-weight: bold;
    margin-left: 10px;
    color: #003882;
}

fieldset ul li
{
    margin: 6px 0 6px 0;
}

fieldset ul li label
{
    float: left;
    width: 150px;
    text-align: right;
    clear: left;
    margin-right: 10px;
}

fieldset ul li input
{
    width: 300px;
}

fieldset ul li select
{
    width: 300px;
}

fieldset ul li input.button
{
    margin-left: 160px;
    width: 300px;
}

fieldset ul li textarea
{
    width: 300px;
    height: 15em;
}

input
{
    font-size: 11px;
}

select
{
    font-size: 11px;
}

textarea
{
    font-size: 11px;
}

.button
{
    padding: 3px 6px 3px 6px;
    margin: 0 6px 3px 0;
    cursor: pointer;
    color: White;
    font-weight: bold;
    background-color: #003882;
    border-style: none;
}

.largebutton {
    padding: 6px 12px 6px 12px;
    margin: 0 12px 6px 0;
    cursor: pointer;
    color: White;
    font-weight: bold;
    background-color: #003882;
    border-style: none;
}

.radiobutton
{
    border-style: dotted;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1060px;
    margin: 0px auto 0px auto;
    position: relative;
}

.content-page
{
    width: 1060px;
    position: relative; 
    background: url('/Assets/Images/bg_main_content.png') top left repeat-y;
    background-color: #ccdbeb;
}

.hd-page
{
    width: 1060px;
    position: relative;
    background: url('/Assets/Images/bg_hd_content.png') top left repeat-y;
    background-color: #ccdbeb;
}

.header
{
    position: relative; 
    background-color: #ccdbeb;
    width: 1060px;
    float: left;
}

.header h1
{
    font-weight: 700;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 16px;
}

.stamp
{
    z-index: 2;
    background-image: url('/Assets/Images/bg_footer.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 140px;
}

.stamp p
{
    margin-left: 5px;
    margin-bottom: 0;
    line-height: 1.0em;
    font-size: 10px !Important;
    font-family: Arial !Important;
}

.about h1
{
    font-size: medium;
    color: #003399;
    font-family: Arial;
    margin-bottom: 0.2em;
}

.infowindow
{
    padding: 5px;
    background-color: #223e7e;
    color: White;
    font-size: 10px;
    text-align: left;
}

.infowindow p
{
    padding: 0;
    margin: 0;
    color: Yellow;
}

.calendar .ajax__calendar_container
{
    width: 100px;
    border:1px solid #646464;
    background-color: Lime;
    color: red;
    margin: 0;
}

/* --------------------------------------------------------------------------------------- */
.address
{
    font-size: 11px;
    line-height: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.week-details
{
    width: 100%;
    background-color: White;
    margin-bottom: 10px;
}

.label-col
{
    width: 140px;
    color: #003882;
}

.money-value-col
{
    width: 80px;
    text-align: right;
}

.string-value-col
{
    text-align: left;
}

.labels
{
    color: #003882;
    font-size: 11px;
    line-height: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    margin-right: 10px;
}

.values
{
    font-size: 11px;
    line-height: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.labels-em
{
    color: #003882;
    font-size: 11px;
    line-height: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    margin-right: 5px;
}

.values-em
{
    font-size: 11px;
    line-height: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 2px;
    text-align: right;
}

.week-selection
{
    font-size: 11px;
    line-height: 12px;
    font-family: Arial;
}

.week-selection #frame
{
    width: 680px;
    margin-bottom: 10px;
    background-color: White;
    border-bottom-width: 1px;
    border-color: #003882;
    border-style: solid;
}

.week-selection #header
{
    padding-top: 5px;
    /* padding-left: 10px; */
    width: 680px;
    height: 20px;
    background-color: #003882;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.week-selection #labels
{
    color: #003882;
    margin-top: 10px;
    width: 70px;
}

.week-selection-labels
{
    color: #003882;
    margin-top: 10px;
    width: 70px;
    float: left;
}

.week-selection #values
{
    margin-left: 10px;
    margin-top: 10px;
    width: 160px;
}

.week-selection #labels-em
{
    color: #003882;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    width: 70px;
}

.week-selection #values-em
{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
}

.week-selection-button
{
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    margin-top: 10px;
}

.week-selection li
{
    display: block;
}

.week-selection li img
{
    float: left;
    height: 35px;
    margin: 10px 0 10px 0;
}

.week-selection li div
{
    float: left;
}

.week-selection a:link
{
    color: #003882;
}

.week-selection-message
{
    color: #003882;
    margin-left: 10px;
    margin-top: 10px;
    width: 920px;
}

/* --------------------------------------------------------------------------------------- */
.search-results
{
    font-size: 11px;
    line-height: 12px;
    font-family: Arial;
}

.search-results #frame
{
    width: 760px;
    margin-bottom: 10px;
    background-color: White;
    border-bottom-width: 1px;
    border-color: #003882;
    border-style: solid;
}

.search-results-frame
{
    width: 760px;
    margin-bottom: 10px;
    background-color: White;
    border-bottom-width: 1px;
    border-color: #003882;
    border-style: solid;
}

.search-results #header
{
    padding-top: 5px;
    padding-left: 10px;
    width: 750px;
    height: 20px;
    background-color: #003882;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.search-results-header
{
    padding-top: 5px;
    padding-left: 10px;
    width: 920px;
    height: 20px;
    background-color: #003882;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.search-results #address
{
    margin: 10px 0px 0px 10px;
    width: 180px;
}

.search-results #labels
{
    color: #003882;
    margin-left: 10px;
    margin-top: 10px;
}

.search-results-labels
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003882;
}

.search-results #values
{
    margin-left: 10px;
    margin-top: 10px;
}

.search-results-values
{
    margin-left: 10px;
    margin-top: 10px;
}

.search-results-message
{
    color: #003882;
    margin-left: 10px;
    margin-top: 10px;
    width: 920px;
}

.search-results #labels-em
{
    color: #003882;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 11px;
    line-height: 13px;
}

.search-results-labels-em
{
    color: #003882;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 11px;
    line-height: 13px;
}

.search-results #values-em
{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
}

.search-results-values-em
{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
}

.search-results-button
{
    padding: 4px;
    background-color: #003882;
    color: white;
    font-size: 12px;
}

.search-results li
{
    display: block;
}

.search-results li img
{
    float: left;
}

.search-results li div
{
    float: left;
}

.search-results a:link
{
    color: #003882;
}

.my-ee-ro-header
{
    padding-top: 5px;
    padding-left: 10px;
    width: 750px;
    height: 20px;
    background-color: #003882;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.my-ee-ro-frame
{
    padding-top: 5px;
    padding-left: 10px;
    width: 760px;
    background-color: White;
    color: Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.my-ee-ro-labels
{
    color: #003882;
}

.my-ee-ro-labels-em
{
    color: #003882;
    font-size: 12px;
    line-height: 20px;
}

.my-ee-ro-values-em
{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.my-ee-ro-em
{
    font-size: 12px;
}

.my-ee-ro-edit
{
    font-size: 12px;
    width: 70px;
    padding: 2px 4px 2px 4px;
    background: #e6edf5;
}

.horizontal-list
{
    list-style-type: none;
    margin-right: 10px;
}

.horizontal-list li
{
    display: inline;
}

.wizard div
{
    padding-left: 10px;
    padding-right: 10px;
    width: 740px;
}

.wizard ul
{
    list-style-type: none;
    margin-left: 5px;
    margin-right: 10px;
}

.wizard ul li
{
    display: inline;
}

.wizard ul li input
{
    border: 1px solid #ed7c86;
    /*border-color: #00928e;*/
}

.wizard ul li select
{
    border: 1px solid #ed7c86;
    /*border-color: #00928e;*/
}

.wizard #resPage00
{
    background-color: #fdeeed;
    /*background-color: #e1f1ef;*/
    height: 400px;
}

.wizard #resPage00 p
{
    margin-left: 5px;
    /*background-color: #e1f1ef;*/
    /*height: 430px;*/
}

.wizard #resPage01
{
    background-color: #fdeeed;
    /*background-color: #e1f1ef;*/
    height: 400px;
}

.wizard #resPage1
{
    background-color: #fdeeed;
    /*background-color: #e1f1ef;*/
    height: 400px;
}

.wizard #resPage2
{
    background-color: #fbdcdb;
    /*background-color: #bfe1de;*/
    height: 400px;
}

.wizard #resPage3
{
    background-color: #f8cac9;
    /*background-color: #98d1ce;*/
    height: 400px;
}

.wizard #resPage4
{
    background-color: #f5b6b6;
    /*background-color: #69c1bd;*/
    height: 400px;
}

.wizard #resPage5
{
    background-color: #f19a9e;
    /*background-color: #00aba7;*/
    height: 400px;
}

.wizard table
{
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.wizard table tr td
{
    padding: 0px 5px 5px 5px;
}

.wizard table tr td label
{
    text-align: right;
}

.wizard table tr td input
{
    border: 1px solid #ed7c86;
    font-family: Arial !Important;
    /*border-color: #00928e;*/
}

.wizard table tr td select
{
    border: 1px solid #ed7c86;
    /*border-color: #00928e;*/
}

.wizard-header
{
    height: 36px;
    width: 760px;
    background-image: url('/Assets/Images/tabs2.png');
    background-position: top;
    background-repeat: no-repeat;
    color: #e1f1ef;
    /*color: #e1f1ef;*/
    z-index: 2;
}

.wizard-navigation
{
    background-color: #fdeeed;
}

.modalBackground
{
      background-color: Black;
      filter: alpha(opacity=60);
      opacity: 0.6;
}
 
.modalPopup
{
      background-color: lightgray;
      border: 3px solid Gray;
      padding:5px;
      width: 500px;
}

.content-control
{
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.cpHeader
{
    color: #003882;
    font: normal 11px auto "Trebuchet MS", Verdana;
    cursor: pointer;
    width:450px;
    height:14px;
    padding: 4px;
}

#LoginTable
{
    width: 100%;
    margin-left: 10px;
    padding: 0 5px 5px 0;
}

#LoginStatus
{
    background-color: #003882;
    color: White;
    text-align: center;
    width: 100px;
    height: 20px;
}

#btnSearch
{
    text-align: right;
    margin-left: 760px;
}

.gridview
{
    width: 760px;
    font-size: 10px;
    margin-bottom: 10px;
}

.gridview-row {
    background-color: #F7F6F3;
    color: #333333;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #003882;
}

.gridview-edit-row
{
    background-color: #F7F6F3;
    color: #333333;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
}

.gridview-selected-row
{
    background-color: #FFCC99;
    color: #333333;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
}

.gridview-pager
{
    background-color: #cccccc;
    color: white;
    text-align: center;
}

.gridview-header
{
    background-color: #003882;
    color: white;
    text-align: center;
    height: 20px;
}

.gridview-alternating-row {
    background-color: white;
    color: #284775;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #003882;
}
 
.HiddenColumn
{
    display:none;
}

div.form-elements
{
    margin: 0;
}

div.form-elements h1
{
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #003882;
}

div.form-elements ul
{
    list-style: none;
    margin-top: 5px;
}

div.form-elements ul li
{
    margin: 0 0 5px 0;
}

div.form-elements ul li textarea
{
    width: 400px;
    height: 100px
}

div.form-elements ul li input.submit
{
    width: 80px;
    height: 20px
}

/* AJAX Controls
----------------------------------------------------------*/

.tabs .ajax__tab_header 
{
    font-family: verdana,tahoma,helvetica;
    /* background-color: White; */
}

.ajax__tab_panel
{
    font-size: 11px;
    background-color: #ccdbeb;
}

.ajax__tab_body
{
    margin: 0;
    background-color: #ccdbeb;
}

.ajax__tab_outer
{
    margin: 0;
    background-color: #ccdbeb;
}

/* TAB MENU
----------------------------------------------------------*/
table
{
    border: 0;
}

table tr
{
    vertical-align: top;
    border: 0;
}

table td
{
    border: 0;
}

table.menu
{
    width:300px;
    float:left;
    margin: 0;
}

table.menu td
{
    vertical-align:top;
    text-align: center;
    padding-right: 2px;
}

table.menu td:hover
{
    color: White;
}

table.menu td a
{
    text-decoration:none;
}

table.menu td a:hover
{
    background-color: #003882;
    color: White;
    text-decoration:none;
}

table.menu td a:active
{
    background-color: #003882;
    color: White;
    text-decoration:none;
}

/* TAB FORM
----------------------------------------------------------*/

/* Seiten
----------------------------------------------------------*/

.ExchangeWeeks
{
    background-color: #003882;
    color: White;
}

.EscapeWeeks
{
    background-color: #45a12b;
    color: White;
}

.AutoSearchRequest
{
    background-color: #00502b;
    color: White;
}

.ResortDirectory
{
    background-color: #cd071e;
    color: White;
}

.FindResaleWeeks
{
    background-color: #8b3e8d;
    color: White;
}

.SellResaleWeeks
{
    background-color: #009793;
    color: White;
}

.RentOutWeeks
{
    background-color: #ed7c86;
    color: White;
}

.MyEasyExchange
{
    background-color: #eb6a0a;
    color: White;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.logo
{
    display: block;
    text-align: left;
    width: 960px;
    padding: 20px 0px 20px 0px;
}

.SlideShow
{
    float: left;
}

.login-short
{
    position: absolute;
    padding: 5px 0px 0px 0px;
    width: 180px;
    height: 180px;
    left: 780px;
    top: 0px;
    overflow: hidden;
    background-image: url('/Assets/Images/login_display_bg.png');
    font-size: 12px;
    color: #003882;
    z-index: 3;
}

.login-short ul
{
    list-style-type: none;
    list-style-image: none;
}

.login-short ul li
{
    padding: 5px 0px 0px 12px;
}

.login-short a:link
{
    color: #003882;
    text-decoration: none;
}

.login-short a:visited
{
    color: #003882;
    text-decoration: none;
}

.login-short a:hover
{
    color: Blue;
    text-decoration: none;
}

.login
{
    position: absolute;
    padding: 5px 0px 0px 0px;
    width: 185px;
    height: 250px;
    left: 775px;
    top: 0px;
    overflow: hidden;
    background-image: url('/Assets/Images/login_display_bg.png');
    font-size: 12px;
    color: #003882;
    z-index: 3;
}

.login ul
{
    list-style-type: none;
    list-style-image: none;
}

.login ul li
{
    padding: 5px 0px 0px 5px;
}

.login a:link
{
    color: #003882;
    text-decoration: none;
}

.login a:visited
{
    color: #003882;
    text-decoration: none;
}

.login a:hover
{
    color: Blue;
    text-decoration: none;
}

.login-textbox
{
    width: 70px;
    border: 1px solid #003882;
    margin-top: 5px;
    margin-left: 0px;
}

.login-button
{
    width: 72px;
    padding: 2px 10px;
    background-color: #003882;
    color: White;
    margin-top: 5px;
}

.login-title
{
    text-align: left;
    height: 22px;
    vertical-align: top;
}

.login-label
{
    text-align: left;
    vertical-align: bottom;
    width: 95px;
    margin-top: 5px;
}

.login-literal
{
    text-align: left;
    margin-top: 15px;
}

.login-failure
{
    text-align: left;
    font-size: 11px;
}

.login-hyperlink
{
    font-size: 11px;
}

.hdmenue
{
    z-index: 5;
}


.helpdesk
{
    position: absolute;
    padding: 10px;
    width: 450px;
    height: 104px;
    left: 280px;
    top: 0px;
    overflow: hidden;
    background-image: url('/Assets/Images/login_display_bg.png');
    font-size: 11px;
    color: #003882;
    z-index: 3;
}

.failureNotification
{
    font-size: 12px;
    color: #034af3;
}

.bold
{
    font-weight: bold;
}

/* Default page  
----------------------------------------------------------*/
.default-top-panel
{
    width: 870px; 
    height: 30px; 
    left: 140px; 
    background-color: #003882; 
    color: #FFFFFF;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 20px 0px 30px;
    vertical-align: bottom;
}

.default-main-panel
{
    padding: 30px 30px;
    margin: 0px;
    width: 760px; 
    left: 140px; 
    position: relative;
}

.default-main-label
{
    font-size: 18px;
    display: block;
    margin: 0px 30px 20px 0px;
    text-transform: uppercase;
}

.default-main-text
{
    display: block;
    margin: 0px 50px 20px 0px;
}

.default-image-preview
{
    float: left;
}

/* other pages
----------------------------------------------------------*/
.top-panel
{
    padding: 6px 30px 0 30px;
    width: 860px; 
    height: 24px; 
    left: 140px; 
    background-color: #003882; 
    color: #FFFFFF;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle;
}

.main-panel
{
    padding: 0px 30px;
    width: 760px; 
    left: 140px; 
    position: relative;
}

.label
{
    font-size: 18px;
    display: block;
    margin: 0px 30px 20px 0px;
    text-transform: uppercase;
}

.help-text
{
    line-height: 10px;
}

.main-text-label
{
    font-weight: bold; 
    color: #003882;
}

.form-label
{
    margin-right: 6px;
}

.form-von-bis
{
    width: 80px;
    margin-right: 6px;
}

.form-date
{
    width: 70px;
}

.form-vertical-checklist
{
    line-height: 14px;
}

.form-vertical-checklist label
{
    position: relative;
    left: 6px;
}

.form-check-box label
{
    position: relative;
    left: 6px;
}

.form-main-check-box label
{
    position: relative;
    left: 6px;
    font-weight: bold; 
    color: #003882;
}

.left-column
{
    padding: 0px 0px 0px 20px;
    width: 120px;
    float: left;
    border-top: 3px solid white;
}

.left-column p
{
    line-height: 12px;
}

.left-column-tab
{
    padding: 0px 10px 0px 10px;
    width: 120px;
    float: left;
}

.main-column-tab
{
    margin: 0 100px 0 140px;
    padding: 0px 20px 0px 20px;
}

.left-column-title
{
    padding: 5px;
    width: 110px; 
    background-color: #003882; 
    color: white;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.main-column
{
    margin: 0 100px 0 140px;
    padding: 0px 20px 0px 20px;
    border-top: 3px solid white;
    text-align: right;
}

.main-data-column
{
    margin: 0 100px 0 160px;
    padding: 0px 10px 0px 10px;
    width: 760px;
}

.right-column
{
    width: 100px;
    float: right;
}

.resort-search-item
{
    width: 156px;
    height: 200px;
    padding-left: 10px;
    background-color: #003882;
    color: White;
    font-size: 10px;
    text-align: left;
}

.resort-search-item-name
{
    font-weight: bold;
    font-size: 12px;
    color: #f0dd18;
}

.fsh
{
    height: 128px;
    padding: 25px 0 0 0;
    background-image: url('../Assets/Images/fsh.jpg');
    background-repeat: repeat-x;
    z-index: 2;
    overflow: hidden;
}

.filmstreifen-horizontal
{
    height: 128px;
    margin: 0 3px 0 0;
    background-image: url('../Assets/Images/fsh.jpg');
    background-repeat: no-repeat;
    z-index: 2;
    overflow: hidden;
}

.filmstreifen-horizontal ul
{
    list-style-type: none;
    padding: 24px 0px 0px 16px;
}

.filmstreifen-horizontal ul li
{
    display: inline;
}

.block-rounded
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

.framer
{
    width: 100%;
    height: 1200px;
}

/* OVK pages
----------------------------------------------------------*/

.ovk-page
{
    width: 960px;
    margin: 0px auto 0px auto;
    position: relative;
    background-color: #b3c9e0;
}

.ovk-content-page
{
    width: 960px;
    position: relative; 
    background-color: #b3c9e0;
}

.ovk-logo
{
    display: block;
    text-align: left;
    width: 960px;
    padding: 0px;
}

.ovk-header
{
    position: relative; 
    width: 960px;
    float: left;
}

.ovk-menu ul li
{
    margin: 6px 0 6px 0;
}

.ovk-menu ul li label
{
    float: left;
    width: 150px;
    text-align: right;
    clear: left;
    margin-right: 10px;
}

.ovk-menu ul li input
{
    width: 300px;
}

.ovk-menu ul li select
{
    width: 300px;
}

.ovk-menu ul li input.button
{
    margin-left: 160px;
    width: 300px;
}

.ovk-login
{
    position: absolute;
    padding: 5px 0px 0px 0px;
    width: 200px;
    height: 100px;
    left: 760px;
    top: 0px;
    overflow: hidden;
    background-image: url('/Assets/Images/login_display_bg.png');
    font-size: 12px;
    color: #003882;
    z-index: 3;
}

.ovk-login ul
{
    list-style-type: none;
    list-style-image: none;
}

.ovk-login ul li
{
    padding: 5px 0px 0px 12px;
}

.ovk-login a:link
{
    color: #003882;
    text-decoration: none;
}

.ovk-login a:visited
{
    color: #003882;
    text-decoration: none;
}

.ovk-login a:hover
{
    color: Blue;
    text-decoration: none;
}

.ovk-login-textbox
{
    width: 70px;
    border: 1px solid #003882;
    margin-top: 5px;
    margin-left: 10px;
}

.ovk-login-button
{
    width: 72px;
    padding: 2px 10px;
    background-color: #003882;
    color: White;
    margin-top: 5px;
}

.ovk-login-title
{
    text-align: left;
    height: 22px;
    vertical-align: top;
}

.ovk-login-label
{
    text-align: left;
    vertical-align: bottom;
    width: 95px;
    margin-top: 5px;
}

.ovk-login-literal
{
    text-align: left;
    margin-top: 15px;
}

.ovk-login-failure
{
    text-align: left;
    font-size: 11px;
}

.ovk-top-panel
{
    padding: 6px 20px 0 20px;
    width: 920px; 
    height: 24px; 
    background-color: #003882; 
    color: #FFFFFF;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle;
}

.ovk-main-panel
{
    padding: 0px 20px;
    width: 920px; 
    position: relative;
}

.ovk-stamp
{
    z-index: 2;
}

.ovk-stamp p
{
    margin-left: 5px;
    margin-bottom: 0;
    line-height: 1.0em;
    font-size: 11px !Important;
    font-family: Arial !Important;
}
/* --------------------------------------------------------------------------------------- */
.ovk-search-results
{
    font-size: 11px;
    line-height: 12px;
    font-family: Arial;
}

.ovk-search-results #frame
{
    width: 920px;
    margin-bottom: 0px;
    background-color: White;
    border-bottom-width: 1px;
    border-color: #003882;
    border-style: solid;
}

.ovk-search-results-frame
{
    width: 960px;
    margin-bottom: 0px;
    background-color: White;
    border-bottom-width: 1px;
    border-color: #003882;
    border-style: solid;
}

.ovk-search-results #header
{
    padding-top: 10px;
    padding-left: 10px;
    width: 912px;
    height: 20px;
    background-color: #003882;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.ovk-search-results-header
{
    padding-top: 5px;
    padding-left: 10px;
    width: 920px;
    height: 20px;
    background-color: #003882;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.ovk-search-results #address
{
    margin: 10px 0px 0px 10px;
    width: 180px;
}

.ovk-search-results #labels
{
    color: #003882;
    margin-left: 10px;
    margin-top: 10px;
}

.ovk-search-results-labels
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003882;
}

.ovk-search-results #values
{
    margin-left: 10px;
    margin-top: 10px;
}

.ovk-search-results-values
{
    margin-left: 10px;
    margin-top: 10px;
}

.ovk-search-results-message
{
    color: #003882;
    margin-left: 10px;
    margin-top: 10px;
    width: 920px;
}

.ovk-search-results #labels-em
{
    color: #003882;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.ovk-search-results-labels-em
{
    color: #003882;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.ovk-search-results #values-em
{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.ovk-search-results-values-em
{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.ovk-search-results-button
{
    padding: 4px;
    background-color: #003882;
    color: white;
    font-size: 12px;
}

.ovk-search-results li
{
    display: block;
}

.ovk-search-results li img
{
    float: left;
}

.ovk-search-results li div
{
    float: left;
}

.ovk-search-results a:link
{
    color: #003882;
}

.ovk-results
{
    background-color: #ccdbeb;
    padding: 0 20px 0px 20px;
    width: 920px;
}

.ovk-button
{
    padding: 3px 6px 3px 6px;
    margin: 0 6px 3px 0;
    cursor: pointer;
    color: White;
    font-weight: bold;
    background-color: #003882;
    border-style: none;
}

.ovk-input
{
    padding: 3px 6px 3px 6px;
    margin: 0 6px 3px 6px;
    cursor: pointer;
    border-style: none;
}

.service-icon
{
    margin: 2px 8px 4px 2px;
}

ul.ul-level1
{
    list-style-type: disc;
    padding-left: 25px;
}

.framed {
    border-style: solid;
    border-color: #003882;
    border-width: 5px;
    padding: 5px;
}