
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: normal 11px Verdana, Arial, sans-serif;
	background: #daba81 url("bg/background.jpg") repeat-x top;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 848px;
	height: 696px;
	overflow: visible;
    border: 1px solid #000;
    border-bottom: none;
    background: url(bg/bg_index.jpg) no-repeat top;
}

html>body #wrapper {
	height: auto;
	min-height: 696px;
	overflow: hidden;
}

#header {
	height: 180px;
	width: 848px;
        overflow: hidden;
        position: relative;
}

#lang {
        padding: 10px 10px 0px 0px;
	width: 100px;
	height: 50px;
	float: right;
        text-align: right;
}

#lang a {
	color: #d1bf96;
	text-decoration: none;
	display: block;
        padding: 2px 18px 2px 5px;
        font-size: 9px;
}

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

#lang a.fi {
        background: url(bg/fi.jpg) no-repeat right center;
}

#lang a.se {
        background: url(bg/se.jpg) no-repeat right center;
}

#lang a.en {
        background: url(bg/en.jpg) no-repeat right center;
}

#lang a.displayNone {
	display: none;
}


#logo {
	width: 105px;
	height: 160px;
	position: absolute;
        top: 10px;
        left: 15px;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}


/* nav-top */

#nav-top {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 700px;
	height: 40px;
	overflow: hidden;
        position: absolute;
        top: 93px;
        left: 140px;
}

#nav-top ul {
	margin: 0px auto;
	padding: 0px;
}

#nav-top ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	overflow:hidden;
}

#nav-top ul li a {
	color: #ffebb8;
	text-decoration: none;
	padding: 5px 6px 0px 6px;
	font: normal 16px/30px Times New Roman, serif;
	float: left;
}

#nav-top ul li a.open {
	background: url("bg/navOpen.jpg") no-repeat center top;
        text-decoration: underline;
}

#nav-top ul li a:hover {
        background: url("bg/navOpen.jpg") no-repeat center top;
	text-decoration: underline;
}

/* keskialue */

#frame {
	width: 848px;
	height: 516px;
        position: relative;
	overflow: hidden;
}

#main {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	height: 365px;
	display: block;
	overflow: hidden;
    position: absolute;
    top: 55px;
    left: 105px;
}

#main h1, #main p {
	padding: 2px 0px 2px 0px;
	margin: 3px 0px 3px 0px;
}

#column {
        width: 360px;
        height: 250px;
        position: absolute;
        top: 240px;
        right: 40px;
}

#column a.kuvia {
        display: block;
        width: 100px;
        height: 160px;
        position: absolute;
        top: 10px;
        left: 10px;
}

#column a.hotelli {
        display: block;
        width: 90px;
        height: 160px;
        position: absolute;
        top: 40px;
        left: 120px;
}

#column a.kartta {
        display: block;
        width: 110px;
        height: 160px;
        position: absolute;
        top: 70px;
        left: 220px;
}

#footer {
        margin: 0 auto;
	width: 848px;
        height: 22px;
	text-align: center;
        font-size: 9px;
	padding: 10px 0px 10px 0px;
	color: #eee8cc;
        background-color: #bf321a;
        border: 1px solid #000;
        border-top: none;
        position: relative;
}

#footer a#printPage {
        position: absolute;
        right: 0px;
        top: 5px;
        padding: 10px 10px 10px 20px;
        background: url(bg/print.jpg) no-repeat left center;
        color: #eee8cc;
        text-decoration: none;
}

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

#footer #powered {
        width: 200px;
        position: absolute;
        left: 10px;
        top: 15px;
        text-align: left;
        display: none;
}

#footer #powered a {
    color: #eee8cc;
}

/*Peruselementit*/
	
a {
	color: #bf321a;
	text-decoration: underline;
        outline: none;
}

a:hover {
	color: #bf321a;
	text-decoration: none;
}

h1 {
	margin: 0px 0px 8px 0px;
	padding: 10px 0px 3px 0px;
	background-color: transparent;
	color: #bf321a;
	font: bold italic 22px Times New Roman, serif;
}

pre {
	margin: 0px 0px 8px 0px;
	padding: 10px 0px 3px 0px;
	background-color: transparent;
	color: #bf321a;
	font: bold italic 18px Times New Roman, serif;
}

h2 {
	margin: 0px;
	padding: 10px 0px 3px 0px;
	background-color: transparent;
	color: #000;
	font: bold 11px Verdana, Arial, sans-serif;
}

h3 {
	margin: 0px;
	padding: 10px 0px 3px 0px;
	background-color: transparent;
	color: #000;
	font: italic 11px Verdana, Arial, sans-serif;
}

hr {
	margin: 0px;
	padding: 0px;
	color: #bf321a;
	background-color: #bf321a;
	height: 1px;
	clear: both;
	border: 0;
}

b {
        color: #bf321a;
}

p {
	padding: 2px 0px 2px 0px;
	margin: 3px 0px 3px 0px;
}

img {
}

table {

}

td {
	margin:0px;
	padding:0px;
}

ol
{
  padding-top: 0px;
  margin-top: 0px;
}

ol li {
        list-style-type: decimal;
}

ul {
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 40px;
}

li {
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

/* scroll */

#menuScroller {
	
}

.dojoxScrollWindow {
	position:relative;
	background: url(bg/scrollBg.gif) no-repeat right top;
}

.dojoxScrollHelper .helperInner {
	visibility: hidden;
}

.dojoxScrollHelper {
	border: 0px;
	width: 7px;
	background: #a89877 url(bg/scroll.gif) no-repeat left center;
	height: 4px;
	position: absolute;
	top: 0px;
	right: 2px;
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	margin: 2px 0px;
}

.dojoxScrollWrapper {
 	width:100%; 
}
