/*********************************************
 *
 *
 *              S - koko
 *
 *
 ********************************************/

@media all and  (max-width: 716px) {

body { 															/* Sivuston tausta */



}


#bodyarea {


height: 190px;
}
#logo {
  display: block;
  position: absolute;
  top: 0;


  
  width: auto;
  max-height: 120px;

  left:20px; 
  right:0;
}

.toppic {

    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
background-image: url("../images/mainbg.jpg");
background-repeat: no-repeat;
background-position: right top;

    height: 300px;
}

    .bgtable {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 0;
    }
    
  .mainbg {
  margin-top: 0px;
  padding: 10px;
  background: transparent;
    background-image:url('../images/fade2.png');
    background-repeat: repeat;  
  min-height: 320px;
  
     border-bottom: 0px solid #558240;
-moz-box-shadow: 0px 0px 10px #BFAA91;
-webkit-box-shadow: 0px 0px 10px #BFAA91;
  }
  
  
  .footerdiv {

  width: 100%;

  line-height: 25px;
  font-size: 14px;
  font-family: arial, sans-serif;
  



    border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px;
  

  }



  
  #navbg {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 190px;
  background-color: transparent;
  
  z-index: 1;
  }
  
.navi {
  max-height: 0;
}  
  

.navi li a {

  padding-top: 11px;
  padding-bottom: 11px;
border: 0;
border-bottom: 1px solid #000000;
  /*
  overflow: hidden;
  */

}


/* Mobipainikkeet */
#mobi {
position: absolute;
top: 120px;

  width: 100%;
   z-index: 99;
}

.menu-button, .call-button {
  float: left;
  display: block;
  padding: 1em;

    font-family: 'Oswald', sans-serif;

  background: #1b2676;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; 
  width: 33.33%;
  text-align: center;
  border-right: 1px solid #000; 

 text-transform: uppercase;
 font-size: 20px;
  white-space:nowrap;
}

.menu-button a, .call-button a {
  color: #ffffff;
  text-decoration: none;
}




/* Lomakkeet */



.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:100%;

}

.tarea  { 		                  /* viestin tekstialue */
width:100%;

}

.main img {
    display: block;
    max-width: 300px;


    width: auto;
    height: auto;
}

}