@charset "ISO-8859-1";
/* CSS Document */

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

#wrapper {
	width: 940px;
	margin: 0 auto;
	background: #fff;
}

/* header */

#header {
	width: 940px;
	height: 200px;
}

#logo {
	width: 200px;
	height: 143px;
	float: left;
}

#lang_select {
	width: 200px;
	height: 57px;
	background: url(/images/bg.lang.select.jpg) no-repeat;
	text-align: center;
	float: left;
}

#lang_select img {
	padding: 10px 3px 0 3px;
}

#header_img {
	width: 740px;
	height: 200px;
	float: right;
}

#header_wrapper {
	clear: both;
}

/* navigation */

#navigation { 
	width: 185px;
	padding: 25px 0 15px 0;
	float: left;
} 
#navigation ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #ccc;
} 
#navigation li { 
	border-bottom: 1px solid #ccc;
} 
#navigation li a { 
	font-size: 13px;
	font-weight: bold;
	display: block; 
	padding: 0.4em 0 0.4em 1.5em; 
	background-color: #fff; 
	color: #666; 
	text-decoration: none;
}
#navigation li a:hover { 
	background-color: #f0f0f0;
	color: #666; 
}

#navigation ul#subnavi {
	border-bottom: 1px solid #ccc;
	border-top: 0;
}
#navigation ul#subnavi li {
	border: 0;
}
#navigation ul#subnavi li a { 
	font-size: 12px;
	font-weight: normal;
	display: block; 
	padding: 0.2em 0 0.2em 3em; 
	background-color: #fff; 
	color: #666; 
	text-decoration: none;
}
#navigation ul#subnavi a:hover { 
	background-color: #f0f0f0;
	color: #666;
}

#navigation_footer {
	padding: 10px 0;
}

/* ajankohtaista */

#news {
	width: 185px;
	font-family: "Lucida Grande",Geneva,Arial,Verdana;
	font-size: 12px;
	color: #666;
}

#news_header {
	background: url(/images/bg.news.jpg) repeat-y;
	color: #fff;
	font-family: "Lucida Grande",Geneva,Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 1.3em;
}

.news_h1 {
	font-weight: bold;
	padding: 1em 0 0 1.5em;
}

.news_content {
	padding-left: 1.5em;
}

/* online-reservation */

#online_reservation {
	width: 200px;
	background: url(/images/bg.reservation.jpg) no-repeat;
	float: right;
}

#reservation_box {
	padding: 15px 15px 0 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#reservation_header {
	font-family: "Lucida Grande",Geneva,Arial,Verdana;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
}

#sel_day, #sel_month, #sel_nights, #sel_adults, #sel_kids {
	width: 45px;
	margin-top: 2px;
}

#submit-button {
	padding: 2px;
}

.lunch {
	width: 200px;
	padding: 0;
}

#online_reservation_footer {
	width: 200px;
	text-align: center;
	padding: 10px 0;
}

/* content */

#content {
	width: 495px;
	padding: 25px 30px;
	float: right;
}

#content_wrapper {
	clear: both;
}

/* form */

#nimi, #puhelinnumero, #sposti {
	width: 220px;
}

#viesti {
	width: 220px;
	height: 75px;
}

/* footer */

#footer {
	width: 830px;
	margin: 5px auto 15px auto;
	color: #999;
	font-size: 11px;
	text-align: center;
}

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

#footer a:hover {
	text-decoration: underline;
}
