@charset "UTF-8";
body {
	background: #064192;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#page {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
	overflow: hidden;
}
#container {
	width: 1000px;
	height: auto;
	background: #FFFFFF	url(images/temp_left.png) repeat-y left top;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
}

#left {
	clear: both;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	background: url(images/temp_kaataja.png) no-repeat right top;
	width: 300px;
	height: 460px;
}
#menu {
	width: 125px;
	height: auto;
	margin: 175px 0 0 150px;
	padding: 0;
	text-align: left;
}
#menu a:link, #menu a:visited {
	display: block;
	height: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #F90;
	text-decoration: none;
}

#right {
	float: right;
	width: 700px;
}
#header {
	width: 700px;
	height: 175px;
	background: url(images/temp_header.png) no-repeat left top;
}
#mainContent {
	clear: both;
	width: 700px;
	height: auto;
}
#text {
	float: left;
	width: 530px;
	margin: 0 0 20px 10px;
}
#banner {
	float: right;
	width: 140px;
	margin: 0px;
	padding: 0;
}

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#footer p {
	font-size: 10px;
	color: #FFF;
}

/* PERUSTYYLIT */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #064192;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #064192;
}

a:link, a:visited {
	color: #064192;
	text-decoration: none;
}
a:hover, a:active {
	color: #F90;
	text-decoration: none;
}
img {
	border: 0;
}

/* TAULUKKOTYYLIT */

.puunkaatajat td {
	border-bottom: solid 1px #064192;
}
.tdotsikko {
	background-color: #064192;
	color: #FFF;
	font-weight: bold;
}

/* Fancybox */

#kuvat img {
        margin-bottom: 10px;
}

#slideshow {
    position:relative;
	width: 530px;
    height:250px;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
 
#slideshow IMG.active {
    z-index:10;
}
 
#slideshow IMG.last-active {
    z-index:9;
}