body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
}

#body_center {
	margin: auto;
	width: 830px;
	position: relative;
}

#top {
	float: right;
	width: 600px;
	position: static;
}

#topmenu {
	position: fixed;
	text-align: center;
	top: 65px;
	width: 594px;
	float: left;
	height: 28px;
	clear: both;
	background-color: #F9F9F9;
}

#mainsection {
	float: right;
	position: relative;
	width: 600px;
	clear: none;
	top: 70px;
	height: 298px;
	overflow: auto;
}

#left_panel {
	float: left;
	width: 188px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	margin: 0px;
	height: 480px;
	padding: 0px;
}

#footer {
	width: 100px;
	position: static;
	clear: both;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #C4BDA7;
	height: 10px;
	font-size: 70%;
	text-align: right;
}

p {
	margin: 0;
}

form {
	margin: 0px;
}

.content {
	width: 550px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #37b551;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.separator {
	margin-bottom: 20px;
	float: right;
	width: 600px;
}

.fading_pics {
	height:  200px;
	width:   250px;
	padding: 0;
} 
h2 {
	font-size: 14px;
	color: #0C0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	background-color: #999;
	line-height: 25px;
	text-indent: 3px;
	color: #FFF;
}
#langchoser {
	position: relative;
	text-align: center;
	top: 12px;
	width: 207px;
	float: left;
	height: 38px;
	left: 3px;
}

ul#nav {
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul#nav li {
	display: inline;
}

/* normal, unselected */
ul#nav li#fi a {
	width: 63px;
	background-image: url(../img/langchoser.png);
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 38px;
}
ul#nav li#sv a {
	width: 79px;
	background-image: url(../img/langchoser.png);
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 38px;
	
	background-position: -63px 0px;
}
ul#nav li#en a {
	width: 65px;
	background-image: url(../img/langchoser.png);
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 38px;
	
	background-position: -142px 0px;
}

/* hover */
ul#nav li#fi a:hover {
	background-position: 0px -38px;
}
ul#nav li#sv a:hover {
	background-position: -63px -38px;
}
ul#nav li#en a:hover {
	background-position: -142px -38px;
}

/* active */
ul#nav li#fi a.current {
	background-position: 0px -38px;
}
ul#nav li#sv a.current {
	background-position: -63px -38px;
}
ul#nav li#en a.current {
	background-position: -142px -38px;
}
.line_topbottom {
	padding-top: 6px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0C0;
}
.contactInfo {
	position: absolute;
	top: 410px;
}
#bottomImage {
	float: right;
	position: relative;
	width: 600px;
	clear: none;
	height: 135px;
	top: 84px;
	overflow: hidden;
}
.bookFreeTimeDefault {
	text-decoration: none;
	color: #000;
	display: block;
	border: 1px solid #CCC;
	padding: 1px;
	margin: 2px 0px 0px 1px;
	text-align: center;
	background-color: #9F9;
}
.bookFreeTime {
	text-decoration: none;
	color: #000;
	display: block;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0px 0px 1px;
	text-align: center;
}
#bookingNavi {
	position: fixed;
	top: 189px;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}