@charset "UTF-8";
html, body {
  margin: 0; padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
    color: #0099cc;
}
a:visited {
	text-decoration: none;
    color: #0099cc;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
    color: #0099cc;
}
#page {
    position: relative;
    top: 0;
    bottom: 0;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 1px 0 0 0;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	visibility: visible;
}
#topleft {
	position: absolute;
    top: 15px;
	display: block;
    text-align:left;
	width: 120px;
	height: 170px;
	overflow: hidden;
	z-index: 150;
}
h1#logo {
	position: relative;
	background: transparent url(images/g_logo_w100px.png);
	height: 162px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	left: 5px;
	top: 5px;
	border: 0;
	visibility: visible;
	}
h1#logo a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
	height: 162px;
    height: 0px !important;
    padding-top: 162px;
	cursor: pointer;
}
#menu {
	position: relative;
	display: block;
	margin: 1em 0 0 0;
	left: 136px;
	top: 23px;
	width: 788px;
	background: transparent url(images/menubar.png ) no-repeat top left;
    background-color: #722db3;
	height: 35px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 130;
  }
  #menu ul {
    height: auto !important; min-height: 35px;
    height: 35px;
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	padding: 0;
  }   
  #menu ul li {
  	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 8em;
	height: auto;
	float: left;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
  }
  #menu ul li a {
    color: #ffffff;
    font-size: 13px;
	border-right: 1px solid #bfa3d9;
  }
  #menu ul li a, #menu ul li a:hover {
    display: block;
    padding: 0;
    line-height: 35px;  
  }
  #menu ul li a:hover {
    color: #000000;
	text-decoration: none;
	margin: 0 0 0 0px;
  }
  #menu ul li a:hover {
	background: #ffffff;
  }
  #menu ul li.first_link {
    background: transparent url();
  }
  #menu ul li.first_link a {
    margin: 0;
  }
  #menu ul li.yhteys {
    position: absolute;
	right: 0px;
	background: transparent url();
  }	
  #menu ul li.yhteys a {
    margin: 0;
	border: none;
  }
#lang {
    position: absolute;
    top: 1.25em;
    right: 2.75em;
    width: 75px;
    font-size: small;
    color: #722db3;
    font-weight: normal;
    }
#lang a, #lang a:hover {
        color: #722db3;
        font-size: x-small;
        }
#lang a:hover {
    text-decoration: underline;
    }
#lang .sel {
    font-size: small;
    font-weight: bold;
    }
#main {
	position: relative;
	left: 150px;
	top: 50px;
    bottom: 0;
	margin: 0;
	width: 600px;
	height: 100%;
	padding: 0 0 0 0;
	z-index: 120;
}
#content {
	background-color: #ffffff;
	position: relative;
    bottom: 1em;
	margin: 0 0 1em 0;
	padding: 5px 5px 1.5em 5px;
	width: 550px;
	height: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	z-index: 151;
}
	#content img {
        padding: 20px 0 0 0;
		float: none;
		border: 0;
		text-align: center;
}
h1.otsikko1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #722db3;
}
h2.otsikko2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #722db3;
}
.otsikko3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #722db3;
}
.leipis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.pieni{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.pieni a, pieni a:hover{
	color: #8dd24c;
	}
#pfnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	position: relative;
	left: -40px;
	top: 50px;
	margin: 0 0 2em 0;
	visibility: visible;
	width: 110px;
	padding: 5px 5px 1.5em 5px;
	float: right;
	background-color: #FFFFFF;
	text-align: left;
	border: 0;
	z-index: 152;
	float: right;
    bottom: 1em;
    height: auto;
}
#pfnavi img {
	float: none;
	border: none;
    padding-top: 10px;
}
#footer {
	background-color: #ffffff;
    bottom: 0;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
	width: 100%;
	height: 2em;
	z-index: 152;
}
	#disclaimer {
		font-family: "Times New Roman", Times, serif;
        font-size: x-small;
		font-weight: bold;
		line-height: normal;
		font-weight: normal;
		color: #000000;
		position: absolute;
		left: 150px;
		bottom: 0;
		text-align: left;
		padding: 1em 5px 1em 5px;
		margin: 0;
		width: 750px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
