﻿html{ overflow-y : scroll; }

body {
	border: 0px;
	background:rgb(245, 245, 245);
}

/* fonttikoko, kirjaisinlaji ja fonttiväri leipätestille (normal) ja taulukoihin */		
BODY, P, LI, TD, TH, DD, DT, UL, OL, blockquote, q, acronym, abbr, input, select, textarea {
	font: normal normal normal 14px/1.25 Verdana, sans-serif;    
	color: black;
	margin: 0;
	padding: 0;
	}

#content ol {
	margin-top:-15px;
}
#content li {
	list-style:square;
	margin-left: 25px;
}

#content table td li {}

p {
	margin-bottom: 25px;
}

img {
  border: none;
}
table {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
label {
	cursor: pointer;
}

/* näitä ei varmaan käytetä, mutta varmuuden välttämiseksi täällä, että toimivat tarvittaessa */
blockquote {
	margin: 1.25em;
	padding: 1.25em
}

q {
	font-style: italic;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed;
}

/* fonttikoko, kirjaisinlaji, fonttiväri otsikoille (heading 1-6) */
h1, h2, h3, h4, h5, h6 { 
		font-family: verdana, sans-serif;
		font-weight: normal;
		margin: 0px 0px 25px 0px;
		padding: 0;
		color:#00325d;
		}

h1 {font-size:25px;}
h2 {font-size:21px;}

td.klo {width:62px;}
td.a1 {width:170px;}
td.a2 {width:164px;}
td.a3 {width:159px;}
td.s3 {width:173px;}


/* LAYOUT-KAMAT */
#wrapper {
	margin: 0px auto 0px auto;
	width:880px;
	background:#00325d url(../kuvat/palkki.png) repeat;
}

#ylaharmaa {
	margin-left:40px;
	width: 840px;
	height: 50px;
	background-color:#cccccc
}

#masthead {
	margin-left:40px;
	width: 840px;
	height: 150px;
	background-color:white;
	overflow:hidden;
}

#masthead_text {
	padding: 32px 0px 20px 20px;
	float:left;
	width: 612px;
	overflow:visible;
	line-height: 1.4; 
	background-color: white;
}



#navibar {
	margin-left: 40px;
	width: 800px;
	height: 40px;
	background-color:white;
}

#navibar div.navilink {
	float:left;
	width:198px;
	height:40px;
	margin-left: 1px;
	margin-right: 1px;
	background:white url(../kuvat/bg_navilink.png) no-repeat;
	text-align: center;
}

#navibar div.navilink a {
	display:block;
	color: #00325d;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 0px 7px 0px;
	text-decoration: none;
	background-color:transparent;
}


#content {
	padding: 50px 30px 20px 30px;
	width:740px;
	margin-left: 40px;
	background-color:white;
}

#tsespace {
	padding-top: 0px;
	padding-bottom: 0px;
	width:570px;
	height: 80px;
	padding-left: 230px;
	margin-left: 40px;
	background-color:white;
}

#tsespace img {

}

#muut {
	width:630px;
	height: 80px;
	padding-left:170px;
	margin-left: 40px;
	padding-bottom: 0px;
	background-color:white;
}

#muut img {
	padding-left: 30px;
}


#headingbox {
	font-family:verdana, sans-serif;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 7px 32px 0px 8px;
	width: 241px;
	height: 40px;
	float: right;
	margin-top: -6px;
	margin-right: -70px;
	background:transparent url(../kuvat/heading.png) no-repeat;
}

#yhteystiedot {
	padding: 0px 0px 0px 14px;
	width: 786px;
	height: 30px;
	margin-left: 40px;
	background-color:#cccccc;
}



#yhteystiedot li {
	padding-left: 0;
	line-height: 2.8;
	display: inline;
	margin-right: 0.6em;
	padding-right: 0.6em;
	border-right: 1px solid #99C;
	font-size: 11px;
}

#yhteystiedot li.last {
	border-right: 0;
}

















