@charset "utf-8";
/* CSS Document */

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
	margin:0;
	paddding:0;
	background-color: #341e0a;
	
}

.main {
	position:relative;
	width:745px;
	left:50%;
	margin-left:-372px;
	margin-top:0px;
	background: #bca075;

	
}

.header {
	position:absolute;
	width: 697px;
	height: 371px;
	left: 24px;
	top: 0px;
	
}

.left_ill {
	float:left;
	height:926px;
	width:24px;
	background-image:url(images/left_bar.jpg);
	
}

.right_ill {
	float:right;
	height:926px;
	width:24px;
	background-image:url(images/right_bar.jpg);
	
}

.menu {
	position:absolute;
	top:371px;
	left:24px;
	height:30px;
	width:698px;
	background-image:url(images/link_bar.jpg);
	
}

.linkbar {
	position:absolute;
	top:8px;
	left:30px;
	height:39px;
	width:603px;
}

.content {
	position:absolute;
	top:401px;
	left:24px;
	width:698px;
	background-color:#bca075;
	
}

.footer {
	width:698px;
	height:41px;
	background:url(images/footer.jpg);
	text-align:center;

}

.right {
	position:relative;
	width:149px;
	float:left;
	margin-top:20px;
	margin-left:530px;
	background-color: #eee3c9;
}

.italic {font-style:italic;}

.left {
	position:relative;
	width:484px;
	float:left;
	margin-top:-682px;
	margin-left:20px;
	margin-bottom:50px;
	text-align:justify;
	background-color: #eee3c9;
}

p.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:0px;
	padding:3px;
	color:#FFFFFF;
}

.text {
	margin-left:20px;
	margin-right:20px;
	margin-top:15px;

}


.text a {
	text-decoration:none;
	color:#6a380a;

}

.text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#341e0a;
	margin-bottom:20px;
	text-align:left;
	line-height:18px;
	
}

.uutisetline {line-height:12px;}

.centertext {text-align:center;}

.kartta {margin-left:-22px;}

.text a:hover {
	text-decoration:none;
	color:#b9742f;


}

.text h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
	text-align:center;
	color:#341e0a;
	
}

.text h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:11px;
	text-align:left;
	color:#341e0a;
	text-align:center;
	line-height:15px;
	
}

.text h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#341e0a;
}

.text h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#b9742f;
}


.text news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.clear {
	clear:both;
}

.contact p {
	margin-left:10px;
	font-size:10px;
	color:#C00;
	text-align:justify;
}

#linkbar ul {
	padding:0px;
	right:10px;
	list-style:none;
	width:150px;
}

#linkbar a {
	text-decoration:none;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#6a380a;
}

#linkbar a:hover {
	color:#b9742f;	
}

#linkbar li {
	display:block;
	list-style-type:none;
	display:inline;
	padding-right:30px;	
	
}

#ruokalista ul {
	margin:0;
	padding:0;
	
	}
	
#ruokalista li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#6a380a;
	
	}

#linkbar ul li {
	position:relative;
	
}

#linkbar li ul {
	position:absolute;
	left:122px;
	display:none;
	
	
}

#linkbar ul li a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#341e0a;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:2px;
	background-color: #c4b287; 
	
	}
	
#linkbar li:hover ul { display: block;
}

#linkbar ul li a:hover { 
	color: #6a380a; 
	background-color: #c4b287; 
	}

