body {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	display: none;
}

/*Kokonaisuudet*/
#kokonaisuus {
	position: absolute;
	top: 0;
	left: 100px;
	width: 782px;
}

#keskiosa {
	background-color: Black;
	width: 782px;
	overflow: hidden;
}

#taulukot_sisus {
	width: 768px;
	margin-left: 7px;
}

#ylareuna {
	margin-bottom: 3px;
}

#logo {
	z-index: 9;
	margin-bottom: 3px;
}

#teksti {
	left: 0;
	overflow: visible;
	padding: 0;
	z-index: 2;
	text-align: left;
	margin-bottom: 3px;
}

#footer {
	background-color: #89AA4D;
	margin-bottom: 3px;
	height: 20px;
}

/*Tekstityylit*/
#teksti p {
	margin: 20px 50px 10px 50px;
	line-height: 14px;
	font-size: 70%;
	text-align: left;
}

#teksti h1 {
	font-size: 65%;
	background-color: #89AA4D;
	color: #003300;
	font-weight: bold;
	height: 20px;
	border-bottom: 3px solid Black;
	margin: -1px;
	text-align: right;
	padding-top: 3px;
	padding-right: 4px;
	
}

#teksti h2 {
	margin: 10px 50px 5px 50px;
	font-size: 70%;
	font-weight: bold;
	color: #003300;
	padding-top: 10px;
	text-align: left;
}

#teksti h3 {
	margin: 10px 50px 5px 50px;
	font-size: 70%;
	font-weight: bold;
	color: #003300;
	padding-top: 10px;
	border-bottom: 1px dotted Black;
	text-align: left;
}

#teksti h5 {
	margin: 20px 50px 10px 50px;
	line-height: 14px;
	font-size: 70%;
	text-align: right;
	font-weight: normal;
}

#teksti h6 {
	margin: 30px 50px 5px 50px;
	font-size: 70%;
	font-weight: bold;
	color: #003300;
	padding-bottom: 5px;
	border-bottom: 1px dotted Red;
	text-align: left;
}

#teksti .taulukko {
	margin: 20px 50px 10px 50px;
	font-size: 70%;
	text-align: left;
}

#teksti .taulukko2 {
	margin: 10px 0px 10px 50px;
	font-size: 70%;
	text-align: left;
	width: 80%;
}

#teksti .taulukko p {
	font-size: 90%;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#teksti .taulukko2 p {
	font-size: 100%;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#teksti .taulukko h1 {
	font-size: 100%;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	border-bottom: none;
	margin: none;
	text-align: left;
}

#teksti hr {
	margin: 20px 50px 10px 50px;
	color: Black;
}

#teksti ul {
	list-style-type: circle;
	font-size: 70%;
	margin: 20px 50px 10px 50px;
	text-align: left;
}

#teksti .punainen_korostus {
	color: #990000;
}

/*Navigaation määritteet*/
#teksti .paanavigaatio {
	line-height: 18px;
	list-style: none;
	font-size: 65%;
	font-weight: bolder;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	text-align: left;
}

#teksti .valkoinen {
	color: #FFFFFF;
}

#teksti .alanavigaatio {
	font-size: 96%;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	text-align: left;
}

#teksti .alanavigaatio2 {
	color: #FFFFFF;
	font-size: 96%;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	text-align: left;
}

/*Erikseen sijoitellut*/
.pikkusini {
	background-image: url(../images/pikkusini.gif);
	width: 153px;
	height: 90px;
	background-repeat: no-repeat;
}

.pollo {
	background-image: url(../images/pollo.gif);
	height: 90px;
	width: 153px;
	position: absolute;
	z-index: 10;
	left: 7px;
	top: 50px;
	float: left;
}

.kielet {
	z-index: 80;
	text-align: center; 
	font-size: 65%;
}

.nimi {
	position: absolute;
	top: 55px;
	left: 180px;
	background-image:  url(../images/nimi.gif);
	width: 385px;
	height: 57px;
	z-index: 100;
}

.navigaatio {
	position: relative;
	width: 200px;
	top: 20px;
	margin-bottom: 82%;
}

/*Värilliset taustat*/
.vihreatausta {
	background-color: #89AA4D;
}

.mustatausta {
	background-color: Black;
}

.sininentausta {
	background-color: #AFCBDF;
}

.valkoinentausta {
	background-color: White;
	width: 555px;
}

/*Linkit*/
.kielet a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: White;
}
	
.kielet a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: White;
}
	
.kielet a:hover { 
	text-decoration: underline; 
	color: White;
}

.kielet a:active { 
	text-decoration: underline; 
	color: White;
}

#teksti .navigaatio a:link {
	color: White;
	text-decoration: none;
	margin: 0;
}

#teksti .navigaatio a:visited {
	color: White;
	text-decoration: none;
}

#teksti .navigaatio a:hover {
	color: #366B26;
	text-decoration: none;
}

#teksti .navigaatio a:active {
	color: #366B26;
	text-decoration: none;
}

a:link, a:visited {
	color: #3333FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #3333FF;
	text-decoration: underline;
}
