

      html, body {
        height: 100%; width: 100%;
        margin:0px; padding:0px;
        border:solid 0px #000000;
      }
      body {
        background-color:#feffff; overflow:hidden;
        font-family: "Trebuchet MS";
        margin: 0%;
      }
      #map {
          width:300px;
          height:100%;
	      -moz-border-radius: 1px;
        overflow: hidden;
        padding:0px;
        border:solid 1px #000000;
      }
	  
      #rightPane {
          width:500px;
          padding:0px;
          background-color:#ffffff;
	     -moz-border-radius: 1px;
	         overflow: hidden;
		 border:solid 1px #000000;
      }

      #notifyf11
      {
          /*visibility:hidden;*/
          /*margin-left:auto;
          margin-right:auto;*/
          width: auto;
          height: auto;
          font-size: 24px;
          text-align: center;
          background: white;
          font-family: Tahoma, Geneva, sans-serif;
          position:absolute;
          margin: auto;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 700px;
            height: 30px;
          background-color: #FAFAFA;
          border-radius: 3px;
          /*top:130px;*/
          z-index : 1000;
          }
	  
      div.scroll {
        overflow:scroll;
      }
             #mycustom_tooltip_selitteet {
                 position:absolute;
                 //margin-top:355px;
                 //margin-left:470px;
                 top:355px;
                 left:440px;
                 z-index:2;
                 padding:0px;
             }
             #mycustom_kielilinkki {
                 position:absolute;
                 top:10px;
                 left:20px;
                 z-index:2;
                 padding:0px;
                 font-family: "Calibri";
                 font-size: 0.7em;
             }
             #mycustom_detaljikuvalinkki {
                 position:absolute;
                 //margin-top:384px;
                 //margin-left:72px;
                 top:384px;
                 left:48px;
                 z-index:2;
                 padding:0px;
                 font-family: "Calibri";
                 font-size: 0.7em;
             }
.muuttuvacontaineri {
	width: 500px;
	height:100%;
    max-width: 500px;
	max-height: 300px;
}			  
	  
	  
	  
	  
