BODY {
  background-image: url('../images/background.gif'); 
  font-family: Arial;
  line-height: 1.3;
  font-size: 9pt;
  color: #000000;
  margin: 20 20 20 20; 
  text-align: center;   
} 

A {
 color: #00AB69;
 text-decoration: none;
}

A:hover {
 text-decoration: underline;
}

HR {
  border-width: 1px;
  border-color: #00AB69; 
  border-style: solid;
  border-width: 1 0 0 0; 
}

TABLE#bgtable {
  width: 945px; 
  border-collapse: collapse;
  border-spacing: 0px;  
  background: #BBCDD9; 
  border-color: #FFFFFF; 
  border-style: solid;
  border-width: 1 1 1 1; 
}

TD,TR {
  font-family: Arial;
  font-size: 9pt;
  padding: 0 0 0 0;
  margin: 0 0 0 0; 
  vertical-align: top;
}

TD#logo {
  height: 66px;
  background: #BBCDD9;
  padding: 4 5 0 10;
}

TD#menu {
  height: 16px;
  background: #00AB69;
  color: #FFFFFF;
  border-top-color: #0063AC;
  border-bottom-color: #0063AC;
  border-left-color: #FFFFFF;
  border-right-color: #FFFFFF;     
  border-style: solid;
  border-width: 1 1 1 1;       
  background-image: url('../images/menubg.gif');  
}

TD#submenu { 
  width: 231px;
  height: 400px;
  background: #BBCDD9; 
  color: #000000;
  background-image: url('../images/submenubg.gif');   
}

TD#txt {
  height: 400px;
  background: #FFFFFF; 
  color: #000000;
}

/* tekstiosa */
DIV#txt{
 padding: 10 10 20 15;
}

/* yhteystiedot */
DIV#contact{
 text-align: left;
 width: 198px; 
 margin: 30 0 0 10;
 padding: 2 0 0 2;
 color: #0063AC; 
 border-color: #0063AC;     
 border-style: solid;
 border-width: 1 0 0 0 ;   
}

/* header teksti */
DIV#header_txt{           
 text-align: right;
 width: 702px; 
 margin: 2 0 0 0;
 color: #0063AC;
 font-size: 8pt;
 font-weight: bold;
}

/* linkkipalkki */
DIV#link_bar{           
 text-align: left;
 width: 500px; 
 margin: 3 0 0 0
/*margin: 3 0 0 135; */
}
DIV#link_bar IMG{
  border-style: none;
}

/* otsikko */
H1 {
  margin: 0 0 20 0;
  letter-spacing: 1px;   
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

DIV#menu {
  vertical-align: top;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 920px;
  height: 16px;
  left: 25px;
  top: 100px;
  background: #00AB69;
  background-image: url('../images/menubg.gif');  
}

DIV#menu A{
  padding: 2 0 0 10; 
  margin: 0 0 0 20;
  letter-spacing: 1px;   
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

DIV#menu A#current{
 color: #000000;     
}

DIV#menu A:hover {
  color: #000000;
}

/* tekstiosa */
DIV#submenu {
  position: relative;
  left: 112px;
  top: -360px;
  padding: 0 0 0 0; 
  margin: 0 0 0 0;
  width: 120px;
  line-height: 1.6;
}

DIV#submenu A{
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;     
}

DIV#submenu A:hover {
  text-decoration: underline;
}

DIV#submenu A#current{
 text-decoration: underline; 
}

DIV#lang {
  position: relative;
  top: -23px;
  width: 700px;
  text-align: right;
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 9pt;
}
DIV#lang a{
	color: #0063AC;
	text-decoration: none;
}
DIV#lang a:hover{
	text-decoration: underline;
}

