#content p{
  text-align:       center;
  xoutline:          1px solid blue;
  margin-right:     50px;
  margin-bottom:    30px;
  font-size:        16px;
  line-height:      22px;
}

#content p strong{
  display:          inline-block;
}

#content h2{
  text-align:       center;
  xoutline:          1px solid blue;
  margin-right:     50px;
}
#content h3{
  text-align: center;
  font-weight: normal;
}

#content div#map{
  xoutline:          1px solid red;
  width:            700px;
  height:           355px;
  background-image: url('map.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#menu p{
  height:           10px !important;
  padding-top:      45px !important; 
}

#menu h3 span{
  background-image: none !important;
  border:           none !important;
}

img.area{
  position: absolute;
  z-index: 50;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
}

img.area.off{
  opacity: 0.0;
}

img.area.on{		  
  opacity: 0.5;
}

img#na{
  top:  16px;
  left: 14px;
}

img#eu{
  top:  38px;
  left: 292px;
  /* display: none; */
}


img#gr{
  top:  74px;
  left: 324px;
}

img#uk{
  top:  65px;
  left: 300px;
}

img#ww{
  top:  16px;
  left: 14px;
}

div#map{
  background-image:    url('/_site/img/map.png') !important;
  background-position: top left;
  background-repeat:   no-repeat;
  margin-top: 1em;
}

div#map img#transparentMap{
  z-index:  100;
  position: relative;
}
