/*********************************************
 *
 *
 *              S - koko
 *
 *
 ********************************************/

@media all and  (max-width: 716px) {

body { 															/* Sivuston tausta */



}


#logo {
  display: block;
  position: absolute;
  top: 1px;
  width: 300px;
  left:1px; 
  font-size:22px;

}
#logo div {
	display:inline;
	width:150px;
}
#logo img {
	
	width:145px;
}


    .bgtable {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 0;
    }
    


  .mainbg {
  padding: 10px;
background-color:rgba( 255, 255, 255, 0.9);
  min-height: 320px;
  }
  
  
  .footerdiv {

  width: 100%;
  line-height: 15px;
  font-size: 15px;
  letter-spacing: 1px;
  border-bottom: 2px solid #119530 ;
background-color:rgba( 255, 255, 255, 0.9);
  padding: 15px;
  

  }


.main_50 {
vertical-align: top;
display: block;
width: 100%;
padding-bottom: 30px;
}

.main_60 {
vertical-align: top;
display: block;
width: 100%;
padding-bottom: 30px;
}

.main_40 {
vertical-align: top;
display: block;
width: 100%;
padding-bottom: 30px;
}


  
  #navbg {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 180px;
background-color:transparent;
  z-index: 1;
  }
  
  .navi li a {



background-color:rgba( 255, 255, 255, 0.95);
border-top:0px;
padding-top:15px;
padding-bottom:15px;


}
  



/* Lomakkeet */



.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:100%;

}

.tarea  { 		                  /* viestin tekstialue */
width:100%;

}


}