
/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
background-color: #E0541D;
min-width: 960px;
padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
}

a:link, a:visited {
color: #E0541D;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
line-height: 1.9;
margin-bottom: 7px;
}

p.text-content:first-letter {
font-size: 1.4em;
font-weight: bold;
line-height: 0.9;
color: #202020;
font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
font: 2.6em  Georgia, "Times New Roman", Times, serif;
margin: 0 0 0px 40px;
width: 55%;
padding: 5px 0 5px 0;
color:#E0541D;
display: inline;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #E0541D;
}

img.logo {
float: left;
}
span.star{
    

}


p.headerup{
    line-height:normal;
    color: grey;
    margin: 0;
    padding: 0 0 0 10px;
}

table.headerup{
    margin: 0 0 0 30px;
    
}
p.weather{
    line-height:normal;
    font-size:0.8em;
    color: #E0541D;
    text-align: right;
}

p.weather_c{
    line-height:normal;
    font-size:1.4em;
    color: #E0541D;
    font-weight: bold;
    text-align: right;
}
/*h2 {
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #E0541D;
border-left: 3px solid #FFAE20;
padding-left: 14px;
margin: 12px 0 0 40px;
}
*/
h2{
color: #E0541D;
font: 1.7em Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
background: url('../img/h3-bg.gif') no-repeat 0 50%;
padding-left: 35px;
margin: 18px 0 10px 0;
}

h3 {
color: #ffffff;
font: 1.7em Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
background-color: #E0541D;
padding-left: 35px;
margin: 18px 0 10px 0;
visibility: hidden;
}

h4 {
font-size: 1em;
background-color: #E0541D;
color: #FFFFFF;
letter-spacing: 1px;
border: 2px solid #FFFFFF;
margin-top: 7px;
padding: 6px 10px;
}

h4.content {
color: #E0541D;
background-color: #ffffff;
font: 1.3em Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
padding-left: 10px;
margin: 2px 0 2px 0;  
    
}


ul {
list-style-type: none; 
}
ul.content {
list-style-type: disc;
margin: 0 0 0 20px;
}

/* Site wrapper */

#wrapper {
width: 960px;
margin: 0 auto;
position: relative;
background-color: #FFFFFF;

text-align: left;

}


/* Header UP */

#headerup {
margin: 0 auto;
height: 150px;
position: relative;
background-color: #ffffff;
border-bottom: 6px solid #E0541D;


}


/* Header */

#header {
margin: 0 auto;
width: 910px;
height: 250px;
position: relative;
background-color: #ffffff;


}



#header-lang {
position: absolute;
top: 20px;
right: 50px;
width: 230px;
height: 105px;

}
#header-weather{
position: absolute;
top: 60px;
right: 30px;
width: 150px;
height: 50px;
}

#booking {
    position: absolute;
    top: 330px;
    right: 50px;
    width: 530px;
    height: 50px;
    z-index: 2;
    display: block;
   
    
}

#header1{
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 910px;
    height: 250px;
}

#header1 img {
    display: block;
    width: 910px;
    height: 250px;
}



/* Menu */

#menu {
width: 910px;
margin: 0 auto 5px auto;
background-color: #E0541D;
border-top: 5px solid #ffffff;


/*background: #4A4A4A url('../img/menu-bg.gif') repeat-x 0 0;*/
}

#menu li {
display: inline;
list-style-type: none;

}

#menu li.first a {
margin-left: 5px;
display: inline;
}

#menu li.last a {
margin-right: 45px;
display: inline;
}

#menu li.black a {
color:black;
}


#menu li a {
float: left;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
font-size: 0.9em;
line-height: 33px;
margin: 0 5px;
padding: 0;
}

#menu li.black{
float: left;
color: black;
font-weight: normal;
text-decoration: none;
font-size: 0.9em;
line-height: 33px;
margin: 0;
padding: 0;
}


#menu li a:hover {
text-decoration: underline;
}

#menu li a.active {
font-weight: bold;
color: #FEDE9A;
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Content boxes */

#content-box {
width: 100%;
margin: 0 auto;
color: #151515;
position: relative;
}

#content-box-in {
width: 100%;
}

.content-box-left {
float: left;
width: 700px;
margin-bottom: 4em;
}

.content-box-right {
float: right;
width: 220px;
margin-bottom: 4em;
background-color: #FFF0D7;
margin-right: 25px;
}

.content-box-head {
position: absolute;
float: left;
width: 220px;
margin-bottom: 4em;
background-color: #FFF0D7;
margin-right: 25px;
z-index: 2;
}


#column-right-bottom {
background: #DBF3FF url('../img/column-right-bottom.gif') no-repeat 0 0;
width: 220px;
height: 20px;
}

.content-box-left-in {
margin: 0.4em 1.7em 0 2em;
}

.gallery {
margin-top: 18px;
}

.gallery a img, .gallery a:visited img {
margin: 0 11px 16px 0;
border: 4px solid #EEEEEE;
}

.gallery a:hover img {
border: 4px solid #D9BB68;
}

.content-box-right-in {
margin: 0.4em 1.6em 0 0.8em;
}

dt {
font-size: 0.9em;
font-weight: bold;
}

dd {
line-height: 1.4;
margin-bottom: 12px;
}

dd.heading, dd.heading a, dd.heading a:visited {
margin-bottom: 1px;
color: #D15900;
font-weight: bold;
}

address {
line-height: 1.5;
margin-bottom: 7px;
}


/* Footer */

#footer {
margin: 0 auto;
background-color: #E0541D;
color: white;
width: 910px;
height: 34px;
font-size: 0.9em;
border-bottom: 5px solid #ffffff;
}

#footer a, #footer a:visited {
font-weight: normal;
color: white;
}

#footer p.left{
width: 700px;
display: inline;
margin-bottom: 0;
line-height: 30px;
font-size: 0.9em;
}
#footer p.right{
    display: inline;
margin-bottom: 0;
line-height: 30px;
font-size: 0.9em;
 }
#footer a.b, #footer a.b a:visited {
font-weight: bold;
}

#footer p.left {
float: left;
text-align: left;
margin-left: 15px;
}

#footer p.right {
float: right;
text-align: right;
margin-right: 15px;
}

#ie6_err {
    display: none;
}
