/* Core CSS Document */

body {
margin: 0;
padding: 0;
background: url(/images/bg.jpg) repeat-x #ffffff;
}

#wrapper {
width: 800px;
margin: 15px auto;
}

#left {
width: 193px;
float: left;
}

#right {
width: 587px;
float: right;
}

#logo {
width: 193px;
height: 255px;
}

#header {
width: 587px;
height: 255px;
}

/* VALIKOT */

#lang_select {
width: 193px;
height: 40px;
margin-top: 15px;
text-align: center;
}

#lang_select img {
margin: 10px 4px;
}

#menu {
width: 547px;
height: 16px;
padding: 12px 20px;
margin-top: 15px;
background: url(/images/bg.menu.jpg) no-repeat;
}

#menu a {
color: #887e6e;
text-decoration: none;
font-size: 13px;
margin: 0 8px;
}

#menu a:hover {
color: #555555;
}

/* VARAUSLOMAKE */

#reservation_box {
width: 197px;
margin-top: 15px;
background: url(/images/bg.reservation.jpg) no-repeat #ffffff;
}

#reservation_title {
width: 150px;
padding-left: 40px;
height: 24px;
padding-top: 10px;
color: #887e6e;
font-size: 12px;
}

#reservation_form {
width: 167px;
padding: 10px 15px 0 15px;
font-family: Tahoma;
font-size: 11px;
}

#fromday_id, #frommonth_id, #valinta {
margin-bottom: 2px;
width: 45px; }
	
#fromyear_id {
margin-bottom: 2px; }

#submit-button {
width: 145px;
border: 1px solid #cccccc;
background: #ffffff;
margin-top: 5px;
font-size: 11px;
color: #555555; }

/* YHTEYSTIEDOT */

#contact_information {
width: 167px;
margin: 10px 15px;
font-family: Tahoma;
font-size: 11px;
border-left: 3px solid #999999;
padding-left: 7px;
}

#contact_us {
color: #009b68;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 5px;
}

/* SISÄLTÖ */

#content {
width: 547px;
padding: 20px;
margin-top: 15px;
background: url(/images/bg.content.box.jpg) no-repeat #ffffff;
}

/* AJANKOHTAISTA */
#news_front {
clear: both;
}

#news_front a {
color: #666666;
}

.news_front_item {
margin: 5px 0;
}

/* HUONEET */

.huone {
border: 4px solid #E6E6E6;
padding: 10px;
margin-bottom: 10px;
width: 499px;
}

.huone_header {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 4px;
}

.huone_wrapper {
clear: both;
}

/* AJANKOHTAISTA */

.news_header {
font-size: 110%;
font-weight: bold;
color: #888887;
text-transform: uppercase;
}

.news_content {
margin-top: 5px;
}

/* ALAOSA */

#logonauha {
width: 587px;
height: 55px;
margin-bottom: 10px;
background: url(/images/bg.logofooter.jpg) no-repeat;
clear: both;
text-align: center;
}

#logonauha img {
margin: 0 15px;
}

#footer {
width: 587px;
font-family: Tahoma;
font-size: 11px;
color: #666666;
text-align: right;
padding: 3px 0;
text-align: center;
}

#footer a {
font-weight: bold;
color: #666666;
text-decoration: none;
}

#bottom_wrapper {
width: 800px;
clear: both;
}