@charset "utf-8";

body {
    font-family:Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size:12px;
    text-align:center;
    background-color:#FFFFFF;
}

a, address, label, li, p, td, th, input, select, textarea {
    color:#6A5C46;
}

/******************************************************************************/
/* grid                                                                       */
/******************************************************************************/

#grid {
    width:925px;
    margin:0px auto;
    padding:30px;
}

#grid-header {
    height:300px;
    text-align:left;
}

#grid-main {
    text-align:left;
}

#grid-footer {
}

/******************************************************************************/
/* header                                                                     */
/******************************************************************************/

#grid-header h1 {
    position:relative;
    top:172px;
    left:213px;
    width:160px;
    height:100px;
    font-size:0em;
    text-indent:-8000px;
    background-image:url(/images/1.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    background-size:cover;
}

#grid-header h1 a {
    display:block;
    width:160px;
    height:100px;
    text-decoration:none;
}

/* language                                                                   */

#language {
    float:right;
    margin-top:160px;
}

#language p {
    font-size:0.9em;
}

/******************************************************************************/
/* main                                                                       */
/******************************************************************************/

.error {
    color:#FF0000;
}

.clear {
    display:block;
    clear:both;
}

/* menu                                                                       */

#menu {
    float:left;
    width:215px;
}

#menu ul {
    width:210px;
    margin-right:5px;
}

#menu ul li {
    width:210px;
    padding:7px 0px 7px 0px;
    text-align:right;
}

#menu ul li a {
    font-size:0.9em;
    font-weight:bold;
    color:#96C0CF;
}

#menu ul li a:hover, #menu ul li a.category {
    color:#6A5C46;
}

/* content                                                                    */

#content {
    float:left;
    width:430px;
    margin:6px 0px 0px 30px;
}

#content h2 {
    line-height:1.5em;
    font-size:0.9em;
    font-weight:bold;
    text-transform:uppercase;
    color:#96C0CF;
}

#content h3 {
    margin:0px 0px 10px 0px;
    font-size:0.9em;
    font-weight:bold;
    text-transform:uppercase;
    color:#6A5C46;
}

#content p {
    margin:0px 0px 20px 0px;
    line-height:1.5em;
    font-size:0.9em;
}

#content address {
    margin:0px 0px 20px 0px;
    line-height:1.5em;
    font-size:0.9em;
    font-style:normal;
}

#content ul {
    margin:0px 0px 20px 20px;
    list-style-type:square;
}

#content ul li {
    line-height:1.5em;
    font-size:0.9em;
}

#content table {
    width:100%;
    margin:0px 0px 20px 0px;
    empty-cells:show;
}

#content table th {
    padding:5px 0px 5px 8px;
    white-space:nowrap;
    text-align:left;
    line-height:1.5em;
    font-size:0.9em;
    border-right:1px solid #6A5C46;
    border-bottom:1px solid #6A5C46;
}

#content table td {
    padding-top:10px;
    text-align:left;
    line-height:1.5em;
    font-size:0.9em;
    border-right:1px solid #7E7E7E;
}

#content table td span {
    display:block;
    padding:2px 0px 2px 8px;
}

#content table th.right, #content table td.right {
    border-right:none;
}

.season {
    color:#FFFFFF;
    background-color:#00B9F1;
}

.lowseason {
    background-color:#C7EBFC;
}

.occupied {
    background-color:#65563F;
}

label {
    display:block;
    float:left;
    width:140px;
    line-height:1.5em;
    font-size:0.9em;
    font-weight:bold;
}

label span {
    font-size:0.8em;
    font-weight:normal;
}

input.FormInputText, input.FormInputText:disabled {
    width:280px;
    border:none;
    border-bottom:1px solid #6A5C46;
    line-height:1.5em;
    font-size:0.9em;
    background-color:#FFFFFF;
}

select {
    width:50px;
    border:1px solid #6A5C46;
    line-height:1.5em;
    font-size:0.9em;
}

textarea {
    width:280px;
    border:none;
    border-bottom:1px solid #6A5C46;
    line-height:1.5em;
    font-size:0.9em;
}

/* info                                                                       */

#info {
    float:right;
    width:230px;
}

#info #ImageMask {
    position:relative;
    width:230px;
    height:362px;
    overflow:hidden;
}

#info #ImageMask #ImageBox {
    position:absolute;
    width:230px;
}

#info #ImageMask #ImageBox img {
	display:block;
        margin-bottom:8px;
}

/******************************************************************************/
/* footer                                                                     */
/******************************************************************************/
