﻿html, body {
	height: 100%;
}
body {
	color: #888787;
	background-color: white;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	background-image: url(./images/navbar_bottom.jpg);
	background-repeat: repeat-y;
	}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #6A8EC8;
	}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6A8EC8;
	}
h3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
p {
	font-family: Tahoma;
	font-size: 11px;
	}
b	{
	color: #6A8EC8;	
	}
a:link {
	color: #6A8EC8;
	text-decoration: underline;
	}
a:visited {
	color: #6A8EC8;
	text-decoration: underline;
	}
a:active {
	color: #6A8EC8;
	text-decoration: underline;
	}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
	}
#kokosivu {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: height 100%;
  }
#headerimage {
	background-image: url(./images/otsikko_b.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;
	margin: 0 auto;
	}
#header {
	background-color: white;
	background-image: url(./images/tausta.jpg);
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
	margin: 0 auto;
	}
#navication {
	float: left;
	width: 111px;
	padding: 0;
	background-image: url(./images/navbar_top.jpg);
	font-size: 13px; 
  }
#navication ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 27px;
	}
#navication li {
	height: 24px;
	}
#navication li a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#navication li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#navication li a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
#navication li a:hover {
	color: #FFCC33;
	text-decoration: none;
	}
#wrapper {
	float: right;
	width: 100%;
	margin-left: -111px;
  }
#sisalto {
	margin-left: 120px; 
	background-color: #FFFFFF;
	position: relative;
  top: 0px;
  margin-left: 111px;
  margin-right: 220px;
  padding: 0 10px;
	margin-bottom: 5%;
  }
#sisalto h1 {
	margin: 0;
	padding-top: 1.5em;
	padding-left: 0.8em;
	}
#sisalto h2 {
	margin: 0;
	padding-top: 1em;
	padding-left: 0.8em;
	}
#sisalto p {
	margin: 0;
	padding: 0.5em 1em;
	text-align: justify;
	}
#rightColumn {
  position: absolute;
  top: 200px;
	right: 0;
  padding: 0;
  width: 200px;
	margin-top: 10px;
	margin-right: 20px;
	}
#rightColumn a:link {
	color: #6A8EC8;
	text-decoration: underline;
	}
#rightColumn a:visited {
	color: #6A8EC8;
	text-decoration: underline;
	}
#rightColumn a:active {
	color: #6A8EC8;
	text-decoration: underline;
	}
#rightColumn a:hover {
	color: #FFCC33;
	text-decoration: underline;
	}
boxes	{
	float: left;
	width: 205px;
	padding-top: 5px;
	}
#box1, #box2, #box3 {
	margin: 0;
	padding-bottom: 10px;
	background-image: url(./images/bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#box1 h3, #box2 h3, #box3 h3 {
	text-align:left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	background: url(./images/boxtop.jpg) top no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
#box1 p, #box2 p, #box3 p {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	}
#alatunniste {
	position: absolute;
	bottom: 0;
	width: 100%;
  }
#footer {
	background: #6699CC;
	border-top: 1px solid #FFFFFF;
	margin: 0;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	padding-left: 73px;
	}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;	
	}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;	
	}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;	
	}
#footer a:hover {
	color: #FFCC33;
  }
#extra {
	clear: both; 
	height: 50px; 
  }
