html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
    background: #000 url(../../images/layout_body.jpg) center top repeat-x;
}
body, p, li, input, label{
    font: 12px Tahoma, Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #CCCCCC;
}

input{
    color: #000;
}
/****************/

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 971px;
    margin-top: 45px;
}

/****************/

#header{
    padding-top: 4px;
    background: url(../../images/layout_header.jpg) right top no-repeat;
    position: relative;
}
#header_image{
    width: 965px;
    height: 275px;
    z-index: 10;
}
#header_image img{
    display: block;
}
#header #logo{
    position: absolute;
    display: block;
    top: 4px;
    z-index: 20;
}
/****************/

#meta{
    border-bottom: 1px solid #7B7B7B;
    position: relative;
}
#meta ul, #meta ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
#meta ul{
    height: 20px;
}
#meta ul li{
   float: right;
   font: 11px Arial, Tahoma, Helvetica, Verdana, Geneva, sans-serif;
   color: #999999;
   margin-left: 7px;
}
#meta li a{
   font: 11px Arial, Tahoma, Helvetica, Verdana, Geneva, sans-serif;
   color: #999999;
   text-decoration: none;
}
#meta li a.active{

}
#meta li a:hover{
   text-decoration: underline;
}

/****************/

#navigation{
    margin-top: 10px;
    border-bottom: 1px solid #898989;
    background: url(../../images/layout_navigation.jpg) right top no-repeat;
    position: relative;
    padding-bottom: 5px;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
#navigation ul{
    height: 40px
}
#navigation li{
    float: left;
}
#navigation li a{
    float: left;
}
#navigation ul li a img{
    display: block;
}
#navigation li a.active{
    font-weight: bold;
}
#navigation li a:hover, #navigation li a.active{
    text-decoration: none;
}

/****************/

#content_wrapper{
    clear: left;
    position: relative;
    margin-top: 29px;
    border-left: 1px solid #858585;
    background: url(../../images/layout_content_wrapper.jpg) center top no-repeat;
    padding-top: 5px;

}
#content{
    background: url(../../images/layout_content.gif) top left repeat-y;
    margin-left: 4px;
}
#content .padding{
    padding: 15px 15px 10px 15px;
}
#content #right .padding{
    padding: 0px;
}
#content #center{
    position: relative;
    float: left;
    margin-right: 55px;
    width: 600px;
}
#content #center{

}
#content #right{
    position: relative;
    width: 311px;
    float: left;
}

#right label, #right .floatleft{
    width: 100px;
}

#content #right #front_logos{
    border-right: 1px solid #767676;
    margin-bottom: 39px;
    padding: 0px;
}
.logo{
    display: block;
    width: 150px;
    height: 85px;
    overflow: hidden;
    float: left;
    margin: 0px 5px 5px 0px
}
/****************/

#footer{
    text-align: center;
    font: 11px Arial, Tahoma, Helvetica, Verdana, Geneva, sans-serif;
    border-right: 1px solid #6B6B6B;
    border-left: 1px solid #999999;
    position: relative;
    height: 20px;
    margin-top: 48px;
}
#footer ul, #footer li{
    margin: 0px;
    padding: 0px;
    background: none;
    list-style: none;
}
#footer ul{
    margin-left: 10px;
    text-align: center;
}
#footer li{
    font: 11px Arial, Tahoma, Helvetica, Verdana, Geneva, sans-serif;
    float: left;
    margin-right: 12px;
}
#footer a{
    font: 11px Arial, Tahoma, Helvetica, Verdana, Geneva, sans-serif;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
#produced_by{
    border-top: 1px solid #6B6B6B;
    width: 971px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 971px;
    padding-bottom: 5px;
}
/****************/
.hotels_topimage{
    margin-bottom: 25px;
}
.hotels_topimage img{
    display: block;
}
.overview_box{
    border-top: 1px solid #8A8A8A;
    border-left: 1px solid #8A8A8A;
    margin-bottom: 20px;
}
#content .overview_box .padding{
    padding: 10px 0px 10px 10px;
}

/****************/

h2, h3, p, ul, .line, .margined{
    margin: 0 0 20px 0;
}
h1, h2, h3{

}
h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0 0 30px 0;
    color: #FFFFFF;
}
h2{
    font-size: 14px;
    color: #FFFFFF;
}
h3{
    font-size: 12px;
    color: #FFFFFF;
}
ul li, ol li{
    margin: 0 0 0 25px;
}
ul{
    margin: 0px;
    padding: 15px 0px;
}
ul li{
    background: url(../../images/layout_li.gif) 0px 3px no-repeat;
    list-style: none;
    margin: 5px 0px 0px;
    padding-left: 25px;
}
a{
    text-decoration: underline;
    color: #FFFFFF;
}
a:hover, a.active{
    text-decoration: none;
}
a img{
    border: none;
}

.white{
    color: #FFFFFF;
    font-weight: bold;
}
.red{
    color: #FF0000;
    font-weight: bold;
}
/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    margin-right: 0;
    width: 180px;
}
.right{
    width: 300px;
}
.line{
    background: url(../../images/line.gif) center repeat-x;
    height: 5px;
}

/****************/

.columns{
    position: relative;
}
.columns .text{
    margin-right: 40px;
    width: 360px;
    float: left;
}

.columns .text .left{
    width: 120px;
}
.columns .text .right{
    width: 260px;
}
.columns .images{
    width: 170px;
    float: left;
}
.hotels .images{
    padding-bottom: 150px;
}
.columns .images img{
    margin: 0 0 20px 0;
    float: left;
}

.hotel_address{
    right: 0px;
    position: absolute;
    bottom: 0px;
    width: 170px;
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
}
#content .hotel_address .padding{
    padding: 10px 0px 5px 8px;
}
/****************/

.pageselector{

}
.pageselector .page, .pageselector select{
    float: left;
    margin-right: 10px;
}
.pageselector .page{
    line-height: 20px;
}
.pageselector select{
    width: 50px;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
.editLine .floatleft{
    margin-right: 10px !important;
    width: 210px;
}
label{
    position: relative;
    margin-right: 10px;
    width: 170px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 200px;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input.text:focus, textarea, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton, #asterisk{
    margin: 0 10px 10px 180px;
}
#mSubmitButton, #mResetButton{
    float: left;
}

#asterisk{
    font-size: 10px;
}

/****************/

.editForm h1.collapsable{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.editForm .imageBorder{
    border: 1px solid #afafaf;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    float: left;

    cursor: pointer;
    cursor: hand;
}
.editForm .selectImage .button, .editForm .selectAttachment .button, .editForm .selectDialog .button{
    margin-bottom: 5px;
    cursor: pointer;
    width: 90px;
}
.editForm .selectAttachment span, .editForm .selectDialog span{
    background: url(../../../../classic/en/images/icons/arrow_right_on.png) 0px 7px no-repeat;
    padding: 3px 0 0 8px;
    margin-bottom: 5px;
    display: block;
}
.editForm .floatleft{
    margin: 0;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}
.editForm .ui-datepicker-trigger{
    margin: 0 0 0 5px;
    float: left;
}

/****************/

#login .error{
    color: #ff0000;
}
#login .error strong{
    display: block;
}
#login label, #login input.text, #login input.password{
    display: block;
    width: 150px;
}
#login label{
    font-weight: bold;
}

/****************/

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

table.rooms{
    margin-bottom: 30px;
    border-collapse: collapse;
    font-size: 11px;
}

table.rooms tr th{
    border: 1px solid #D1D1D1;
    padding: 3px 3px 3px 5px;
    text-align: center;
}
table.rooms tr th.noborder{
    border: none;
}
table.rooms tr.head td{
    border: 1px solid #D1D1D1;
    border-bottom: 3px solid #D1D1D1;
    padding: 3px 3px 3px 5px;
}
table.rooms tr td{
    border: 1px solid #D1D1D1;
    padding: 3px 3px 3px 5px;
}

table.rooms tr th.noborderright , table.rooms tr td.noborderright{
    border-right: none !important;
}
table.rooms tr td.lastone{
    border-bottom: none !important;
}
