
a img {
    border: none;
}

body {
    font-family: verdana, sans-serif;
}

#page-container {
    width: 960px;
    margin: auto;
    padding-bottom: 1px;
}

#flags {
    width: 950px;
    margin: auto;
    text-align: right;
    padding: 5px;
    margin-top: -5px;
}

#flags a img {
    border: solid 1px;
}

#header {
    overflow: hidden;
}

#header img {
    display: block;
}

#hotel-title {
    width: 430px;
    height: 175px;
    float: left;
    text-align: center;
}

#hotel-title h1 {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 1.5em;
    font-weight: normal;
}

#hotel-title h2 {
    margin-top: 10px;
    font-size: 1em;
}

#banner {
    position: relative;
}

#banner-image2 {
    position: absolute;
    top: 0px;
    right: 0px;
}

#menu {
    clear: both;
    text-align: center;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 2px;
}

#menu li {
    border-left: solid 1px;
    display: inline;
    line-height: 1.4em;
}

#menu li.first {
    border-left: none;
}

#menu li a {
    padding: 0px 20px;
    font-size: 0.7em;
    text-decoration: none;
}

#content {
    padding: 20px;
    border-bottom: solid 1px;
    overflow: hidden;
}

#buttons {
    float: right;
    padding-left: 30px;
    padding-bottom: 5px;
}

.side-content a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 5px;
    width: 120px;
    font-size: 0.8em;
    text-align: center;
    border: solid 1px;
}

#map {
    clear: both;
    height: 400px;
}

#text, .sub-text {
    font-size: 0.8em;
}

#text h1, .sub-text h1 {
    margin: 0px 0px 20px 0px;
    font-size: 1.7em;
    font-weight: normal;
}

#text h2, .sub-text h2 {
    font-weight: normal;
}

#sub-content {
    margin: 20px 0px;
    overflow: hidden;
    clear: both;
}

.sub-section {
    width: 440px;
    padding: 0px 20px;
    float: left;
}

.sub-title {
    border: solid 1px;
    height: 100px;
    
}

.sub-title img {
    float: left;
    display: block;
}

.sub-title h1 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: normal;
}

#footer {
    font-size: 0.8em;
    text-align: center;
}

.center {
    text-align: center !important;
}



