strong,
th,
th em
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

.ac
{
    text-align: center;
}

.ar
{
    text-align: right;
}

.bold
{
    font-weight: bold;
}

.clear
{
    clear: both;
}

.delimiter
{
    margin-left: 1em;
}

div.button
{
    display: block;
    text-align: center;
    margin-top: 1.5em;
}

div.button a
{
    border: 1px solid #8ab9f2;
    padding: .3em 1em;
    color: #00f;
    font-weight: bold;
    background: url(../images/button.jpg) top left;
}

div.button a:hover
{
    background-position: bottom;
    _border-bottom-color: #8ab9f2;
}

.message,
div.errorSummary
{
    border: 1px solid #8ab9f2;
    background: no-repeat 10px 50% #ddf2fc;
    padding: 1em;
    padding-left: 50px;
    margin-top: 1em;
    height: 100%;
    _height: 1%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.message_ok
{
    background-image: url(../images/message_ok.png);
    _background-image: url(../images/message_ok.gif);
}

.message_notice
{
    /*background-image: url(../images/message_notice.png);
    _background-image: url(../images/message_notice.gif);*/
    background-image: url(../images/message_ok.png);
    _background-image: url(../images/message_ok.gif);
    font-weight: bold;
    border-color: #45aff9;
}

.message_error,
div.errorSummary
{
    border: 1px solid #f28c8a;
    background-image: url(../images/message_error.jpg);
    background-color: #fddddd;
}

div.errorSummary
{
    padding: 0 0 0 50px;
}

.border
{
    border: 1px solid #00f;
}

.cards
{
    width: 252px;
    height: 150px;
    background: url(../images/credit_cards.png) no-repeat top left;
    _background-image: url(../images/credit_cards.gif);
    float: right;
    margin-left: .5em;
}

.cards_center
{
    width: auto;
    float: none;
    display: block;
    background-position: 50% 50%;
    text-indent: -5000px;
}

.wifi
{
    width: 100px;
    height: 43px;
    background: url(../images/wifi.gif) no-repeat top left;
    float: right;
    margin-left: .5em;
}

#wifi
{
    position: absolute;
    width: 75px;
    height: 52px;
    left: 5px;
    top: 90px;
    background: url(../images/wifi_logo.gif) no-repeat top left;
    text-indent: -5000px;
    overflow: hidden;
}

/* text */

#content table
{
    margin-top: 1em;
}

#content table th,
#content table td
{
    padding: .5em;
}

#content table th
{
    border: 1px solid #8ab9f2;
    background-color: #ddf2fc;
    text-align: center;
    font-size: 120%;
    padding: 1em;
}

#content table.yiiForm td.heading
{
    font-variant: small-caps;
}

#content ul li
{
    line-height: 150%;
}

#colorpicker
{
    display: none;
    position: absolute;
    width: 201px;
    height: 201px;
    background: url(../images/colorpicker_bg.png) no-repeat;
    .background-image: url(../images/colorpicker_bg.gif);
}

td.news_color
{
    position: relative;
}

#text_content
{
    width: 750px;
}

#content a.img img
{
    border: 0px solid #0076c0;
    margin: 2px;
    padding: 2px;
    background-color: #0076c0;
}

#content a.img:hover img
{
    border-width: 2px;
    margin: 0;
    background-color: transparent;
}

#content a.img
{
    border: 0;
}

/* reseting setting for form table */
#content table.yiiForm th
{
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 100%;
    text-align: left;
}

/* forms */

#content table.yiiForm td,
#content table.yiiForm th
{
    padding: .3em;
}

#content table.list th
{
    border: 1px solid #8ab9f2;
    background-color: #ddf2fc;
    padding: .5em;
}

.errorSummary
{
    color: #f00;
    border: 1px solid #f28c8a;
    padding-left: .5em;
    margin-top: 1em;
    background: #fddddd;
}

.errorSummary ul
{
    margin: 1em;
}

.errorSummary ul li
{
    list-style: disc inside;
}

/* admin menu */

ul.menu
{
    margin: 1em;
}

ul.menu li
{
    margin: .5em 1em;
    list-style: disc inside;
    color: #00f;
}

ul.menu li.heading
{
    font-weight: bold;
    list-style: none;
    margin-left: 0;
    margin-top: 1em;
    color: #000;
}

div.admin_menu
{
    float: left;
    width: 250px;
}

/* list in content area */

ul.list li
{
    margin: 1em 0 1.5em 2em;
    padding-left: .5em;
    list-style-image: url(../images/list-marker.gif);
    line-height: 150%;
}

ul.list li.children
{
    list-style-image: url(../images/children.gif);
}

strong.children
{
    background: url(../images/children.gif) 0% 50% no-repeat;
    width: 21px;
    height: 17px;
    padding-left: 25px;
}

/* intro logo */

#content h2.intro
{
    background: no-repeat top left;
    text-indent: -5000px;
    height: 50px;
}

#content h2.intro_cs
{
    background-image: url(../images/intro_cs.jpg);
    width: 279px;
}

#content h2.intro_en
{
    background-image: url(../images/intro_en.jpg);
    width: 600px;
}

#content h2.intro_de
{
    background-image: url(../images/intro_de.jpg);
    width: 554px;
}

.gps
{
    font-size: 95%;
    color: #00f;
    text-align: center;
}

.gps strong
{
    background: url(../images/gps.gif) no-repeat top left;
    padding-left: 23px;
}

/* pager */
div.pager
{
    margin: 1em 0 2em;
    text-align: center;
}

/* text */
div.update
{
    text-align: right;
    font-size: 90%;
    color: #9090f0;
}

/* search */
ul.search_results
{
    margin-left: 1em;
}

ul.search_results li
{
    margin-bottom: 1em;
}

#content ul.search_results li p
{
    margin: .5em 0 0 1em;
}

span.relevancy
{
    display: block;
    float: right;
    font-size: 90%;
    color: #777;
    cursor: default;
}

/* contact */
.contact_owner
{
    margin-bottom: 1em;
}

#right .contact_owner a
{
    color: #fff;
}

#right .contact_owner a:hover
{
    border-bottom-color: #fff;
}

.contact_phone
{
    background: url(../images/contact_phone.png) no-repeat 0% 50%;
    _background-image: url(../images/contact_phone.gif);
    margin-top: 1em;
    min-height: 18px;
    padding-left: 20px;
}

#content .contact_phone
{
    background-image: url(../images/contact_phone_blue.png);
    _background-image: url(../images/contact_phone_blue.gif);
}

.contact_fax
{
    background: url(../images/contact_fax.png) no-repeat 0% 50%;
    _background-image: url(../images/contact_fax.gif);
    margin-top: 1em;
    min-height: 18px;
    padding-left: 20px;
}

#content .contact_fax
{
    background-image: url(../images/contact_fax_blue.png);
    _background-image: url(../images/contact_fax_blue.gif);
}

.contact_skype
{
    background: url(../images/contact_skype.png) no-repeat 0% 50%;
    _background-image: url(../images/contact_skype.gif);
    margin-top: 1em;
    min-height: 18px;
    padding-left: 23px;
}

#content .contact_skype
{
    background-image: url(../images/contact_skype_blue.png);
    _background-image: url(../images/contact_skype_blue.gif);
}

.contact_email
{
    background: url(../images/contact_email.png) no-repeat 0% 50%;
    _background-image: url(../images/contact_email.gif);
    margin-top: 1em;
    min-height: 18px;
    padding-left: 23px;
}

#content .contact_email
{
    background-image: url(../images/contact_email_blue.png);
    _background-image: url(../images/contact_email_blue.gif);
}

#content div.contact
{
    background: url(../images/bg_contact.gif) no-repeat top right;
}

#content div.activities
{
    background: url(../images/bg_activities.gif) no-repeat top right;
}

#content div.accommodation
{
    background: url(../images/bg_accommodation.gif) no-repeat top right;
}

#content div.restaurant
{
    background: url(../images/bg_restaurant.gif) no-repeat top right;
}

/* news + photo of the day */

#right div.news,
#right div.news a,
#right div.photooftheday,
#right div.photooftheday a
{
    color: #00f;
}

#right div.news,
#right div.photooftheday
{
    overflow: hidden;
}

#right div.news a:hover,
#right div.photooftheday a:hover
{
    border-bottom-color: #00f; 
}

/* photo of the day */

#right div.photooftheday
{
    padding: 15px 10px;
}

#right a.photooftheday,
.banner a
{
    border-bottom: 0;
    display: block;
}

#right a.photooftheday
{
    .height: 125px;                                                     /* IE6&7 */
}

#right a.photooftheday img,
.banner a img
{
    display: block;
    border: 2px solid #0076c0;
    margin: 2px auto;
    padding: 0;
}

#right a.photooftheday:hover img,
.banner a:hover img
{
    padding: 2px;
    margin: 0 auto;
}

#right div.description
{
    text-align: center;
    font-size: 90%;
}

/* facilities */

#right .facilities
{
    text-align: center;
    padding-bottom: 15px;
}

#right .facilities a
{
    display: block;
    border: 0;
    padding: 1px;
    width: 162px;
    margin: 0 auto;
}

#right .facilities a:hover
{
    background: url(../images/facilities_bg.png) no-repeat 50% 50%;
    _background-image: url(../images/facilities_bg.gif);
}


/* form */

form.cmxform
{
    margin-top: 1em;
}

form.cmxform fieldset
{
    border: 1px solid #aaa;
    padding: .5em;
    margin-bottom: .5em;
}

form.cmxform legend
{
    padding: 0 .5em;
    font-variant: small-caps;
}

form.cmxform label
{
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

form.cmxform label.required
{
    font-weight: bold;
}

form.cmxform li em
{
    font-weight: bold;
    font-style: normal;
    color: #f00;
    margin-left: .2em;
}

form.cmxform fieldset li
{
    list-style: none;
    padding: .2em;
    margin: 0;
}

form.cmxform fieldset fieldset
{
    margin-top: 1em;
}

form.cmxform fieldset fieldset legend
{
    font-weight: normal;
}

form.cmxform fieldset fieldset label
{
    width: 200px;
}

form.cmxform label
{
    width: 120px;
}

form.cmxform textarea
{
    width: 600px;
    height: 100px;
}

form.cmxform span.error
{
    display: none;
    background: url(../images/ico/del.png) no-repeat 0 50%;
    margin-left: 1em;
    padding-left: 23px;
}

form.cmxform span.new-line
{
    clear: both;
    margin-top: .5em;
}

/* tinyMCE */

#content .mceLayout .mceToolbar td,
#content .mceLayout td.mceToolbar
{
    padding: 0;
}

#content .mceLayout table
{
    margin-top: 0;
}

/* news */

.news-page,
p.news
{
    border: 1px solid #8ab9f2;
    background: no-repeat 10px 50% #ddf2fc;
    padding: .5em;
}

#content .news-page p.title
{
    margin-top: 0em;
    font-weight: bold;
}

#content .news-page ul li
{
    list-style: inside square;
}

#content .news-page span.date
{
    float: right;
    font-size: 90%;
}

#content .news-page span.date,
p.date
{
    font-weight: bold;
}

#content .news-page .news-text
{
    margin: 1em 0 0 1em;
}

#content p.news a,
.message a
{
    float: right;
}

#content table h4
{
    margin-top: 1em;
}

#content form.filter
{
    float: right;
    margin-top: .5em;
}

#content form.filter input
{
    margin-left: .5em;
}

#content form.filter select
{
    border: 1px solid #a0a0a0;
}

#review th,
#review td
{
    width: 93px;
}

#content #review th
{
    padding: .5em 0;
    border-left-width: 0;
    font-weight: bold;
    font-size: 100%;
}

#content #review th.first
{
    border-left-width: 1px;
}

#content #review td
{
    border: 1px solid #d0d0d0;
    padding: 0;
}

#review td a
{
    text-align: center;
    font-size: 85%;
    display: block;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    line-height: 2.5em;
    color: #505050;
    *display: list-item;
}

#review td a.unconfirmed
{
    background-color: #e0e0e0;
}

#review td a.paid
{
    background-color: #fffe91;
}

#review td a:hover
{
    background: url(../images/bg_content.jpg) repeat-x 0 100%;
    color: #000;
    border-color: #909090;
}

#week-select
{
    float: right;
}

#week-select input
{
    visibility: hidden;
    width: 185px;
}

#week-select .ui-datepicker-trigger
{
    cursor: pointer;
}

#week-select th,
#week-select td
{
    font-size: 100% !important;
}

#week-select th
{
    padding: .7em .3em !important;
    border: 0 !important; 
    background-color: transparent !important;
}

#week-select td
{
    padding: 1px !important;
}

#booking-loader
{
    display: none;
    background: url(../images/ajax-loader.gif) no-repeat 50% 50% #eee;
    position: absolute;
}

#review h4 span
{
    margin: 0 .5em;
}

fieldset.date
{
    position: relative;
}

fieldset.date div
{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 1.5em;
    width: 225px;
    display: none;
}

fieldset.date ul
{
    position: absolute;
    top: 0;
    right: 0;
    *width: 85px;                                                       /* IE6&7 */
}

fieldset.date ul span
{
    float: right;
    font-weight: bold;
    width: 2em;
    text-align: right;
}

fieldset.date ul li
{
    background: url(../images/ico/sun.png) no-repeat 0 50%;
    padding-left: 20px;
}

fieldset.date ul li.night
{
    background-image: url(../images/ico/moon.png);
}

.banner
{
    padding-bottom: .5em;
}

#review h4 a
{
    padding: .2em .5em;
    border: 1px solid #c1c2ff;
}

#review h4 a:hover
{
    border-color: #00f;
}
