﻿html {
	padding: 0px;
	margin: 0px;
	height: 100%;}

body  {
	background-color: #D1D7CC;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	height: 100%;
	margin: 0; 
	padding: 0px;} 

h2 {
	font-size: 17px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-decoration: none;}

#matskut {
	width: 800px;
	background: #BFD4BF;
	padding: 0px;
	text-align: left;
	border-bottom: 2px #D1D7CC dotted;}

#top {
	width: 800px;
	border: 0px;
	padding: 0px;
	border-bottom: 1px gray dashed;
	border-right: 1px gray dashed;}

#top_nav {
	width: 800px;
	padding: 0px;
	font-size: 7px;
	text-align: right;
	background: #BFD4BF;}

#valikko {
    width: 20%;
	float: left;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 10px;
	text-align: left;
	line-height: 30px;}
		
#sisalto {
	width: 70%;
	padding: 15px;
	text-align: left;
	overflow: auto;
	border-left: 2px #D1D7CC dotted;}
	
#map {
	width: 70%;
	padding: 15px;
	text-align: left;
	overflow: auto;
	border-left: 2px #D1D7CC dotted;}
	
A:link 		{text-decoration: none; color: black;}
A:visited 	{text-decoration: none; color: black;}
A:active 	{text-decoration: none; color: black;}
A:hover 	{text-decoration: none; color: red;}