/* CSS Stylesheet for Screen, Presentation */
/************ BG ************/
@import url('bg.css');

/************ TOP ************/
@import url('top.css');

/************ MIDDLE and MENU ************/
@import url('middle.css');

@import url('menu.css');

/************ CONTENT ************/
@import url('content.css');

/************ FOOTER ************/
@import url('footer.css');

/************ CALENDAR ************/
@import url('calendar.css');

/************ General rules ************/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    color: #5A5F6A;
    background: transparent url('graphics/bg_bottom.jpg') center bottom repeat-x;
    height: auto !important;
}

html {
    background: #054355 url('graphics/bg.jpg') center top repeat;
}

#news {
    width: 218px;
    border: none;
    background: transparent;
    font-family: Tahoma;
    display: block;
    overflow: hidden;
    margin: 0;
}

#news .news-title, #quick-reservation .quick-reservation-title {
    color: #8f1212;
    background: transparent url('graphics/news_title.jpg') no-repeat center;
    height: 29px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 190%;
    font-weight: normal;
    font-family: sans;
    overflow: hidden;
}

#news .news-title {
	padding-top: 5px;
}

#news_in {
	position: relative;
    padding-bottom: 87px;
    background: #ecece0 url('graphics/banner.jpg') no-repeat center bottom;
    display: block;
    overflow: hidden;
}

#news_in2 {
	position: relative;
    padding: 5px;
    background: #ecece0;
    border-left: 4px solid #cdcdc3;
    border-right: 4px solid #cdcdc3;
    line-height: 17pt;
    display: block;
    overflow: hidden;
}

#news_in2 a {
    color: #365c9d;
    font-size: 110%;
}

#banner {
    width: 149px;
    height: 97px;
    background: transparent url('graphics/cards.gif') no-repeat;
    position: absolute;
    bottom: 0;
    left: 45px;
}

html, body {
//height: 100%;
min-height: 100%;
}
