/* PERUSMÄÄRITYKSET FONTILLE */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	margin: 0px;
	padding: 0px;
}

/* MÄÄRITELLÄÄN FREIMIT */

iframe, frame, frameset {
	border: 0px;
	background: #FFFFFF;
}

/* MÄÄRITELLÄÄN BODY */

body {
	background-color: #696969;
	font-family: inherit;
	color: Black;
	font-size: inherit;
}

body.jasensivut {
	background-color: #FFFFFF;
	font-family: inherit;
	color: Black;
	font-size: inherit;
	background-repeat: repeat;
}

/* MÄÄRITELLÄÄN TAULUKKOELEMENTTI TABLE JA SEN LAPSET*/ 

table {
	display: table;
	border: 0px;
}

tr {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}

td {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	padding: 3px;
}

td.ekaosio {
   width: 900px;
	height: 130px;
	background-color: #000000;
	background-image: url(kuvat/ylareunakuva.jpg);
	background-repeat: no-repeat;
}

td.tokaosio {
   width: 900px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-image: url(kuvat/menutausta.jpg);
	background-repeat: no-repeat;
}

td.kolmasosio {
	width: 900px;
	height: 480px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}

td.leipateksti {
	width: 880px;
	height: 460px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-color: #FFFFFF;
}

td.neljasosio {
   width: 900px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-image: url(kuvat/alatausta.jpg);
	background-repeat: no-repeat;
}

td.alapalkinosiot {
	width: 275px;
	height: 20px;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
}

/* MÄÄRITELLÄÄN LINKKIELEMENTTI A */ 

a {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: Black;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-family: inherit;
	background-repeat: no-repeat;	
}

/* menu ja kuvat */

a.ilmanviivaa {
	font-size: inherit;
	font-weight: bold;
	font-style: inherit;
	color: Black;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-family: inherit;
	background-repeat: no-repeat;
	padding: 5px;
}

/* JA KUN HIIRI ON SEN PÄÄLLÄ...*/ 

a:hover {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: #696969;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #696969;
	font-family: inherit;
}

/* menu ja kuvat */

a.ilmanviivaa:hover {
	font-size: inherit;
	font-weight: bold;
	font-style: inherit;
	color: #696969;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-color: #696969;
	font-family: inherit;
	padding: 5px;
}

/* MÄÄRITELLÄÄN OTSIKKOELEMENTIT*/ 

h1 {
	border: 0px solid Black;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
	background-color: transparent;
	text-indent: inherit;
	font-family: inherit;
	text-align: left;
	margin-bottom: 10px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: inherit;
	text-indent: inherit;
	font-family: inherit;
	text-align: left;
}

h5 {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	background-color: inherit;
	text-indent: inherit;
	font-family: inherit;
}

h6 {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
	background-color: transparent;
	text-indent: inherit;
	font-family: inherit;
}

/* MÄÄRITELLÄÄN VIIVA */

hr {
	width: 100%;
	height: 1px;
	color: black;
}

/* KUVIEN ESITYS */

img {
	border: 0px;
	padding: 0px;
}

img.kuvakehys {
	border: 1px solid Black;
}

input.painike {
	background-color: #ffffff;
	font-size: 12px;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
	color: #000000;
	padding: 5px;	
	border-color: #000000;
	border: solid;
	border-width: 1px;
}

input.painike:hover {
	background-color: #ffffff;
	font-size: 12px;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
	color: #696969;
	padding: 5px;
	border-color: #696969;
	border: solid;
	border-width: 1px;
}

input.kehys{
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
}

textarea.kehys{
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
}
