@charset "UTF-8";

@media all
{
  img#mfMap {
    cursor           : pointer;
  }
  
  div#mfMapContainer {
    position         : absolute;
	top              : 10px;
	left             : 220px;
	
	z-index          : 1;
  }
  
  dl#mfMapLegend dt, dl#mfMapLegend dd {
    float            : left;
	
	margin           : 0px;
	padding          : 0px;
  }
  
  dl#mfMapLegend dt, dl#mfMapLegend dd a {
    padding          : 3px;
	border-bottom    : 1px solid #ffffff;
	
	color            : #ffffff;
  }
  
  dl#mfMapLegend dd {
    margin-right     : 20px;
  }
  
  dl#mfMapLegend dt {
    width            : 43px;
	
	border-right     : 1px solid #ffffff;
	background       : #958D76;
  }
  
  dl#mfMapLegend dd a {
    display          : block;
	width            : 200px;
	
	background       : #A6BE2C;
	
	text-decoration  : none;
  }
  
  dl#mfMapLegend dd a:hover {
    background       : #958D76;
  }
  
  div#bubbleWrap {
    visibility       : hidden;
  }
  
  div#mfContent {
    position         : absolute;
	top              : 540px;
	left             : 10px;
	
	width            : 955px;
	padding          : 10px;
	
	background       : #EBEBEB;
	
	z-index          : 50;
  }
  
  div#mfContent a, div#mfContent a:link, div#mfContent a:visited, div#mfContent a:active {
    text-decoration  : none;
	color            : #A6BE2C;
  }
  
  div#mfContent a:hover {
	color            : #000000;
  }
  
  div.mfBubble {
    background       : #ffffff;
	
    width            : 308px;
	padding          : 1px;
	
	position         : absolute;
	
	z-index          : 3;
  }
  
  div.mfBubble p {
    padding          : 15px;
	border           : 1px solid #e3e3e3;
	
	text-align       : justify;
  }
  
  div.mfBubble span.headline {
    font-weight      : normal;
	font-size        : 14px;
	
	color            : #A6BE2C;
  }
  
  img.mfGalImage {
    position         : absolute;
	z-index          : 1;
  }
  
  div#mfImageContainer {
    position         : absolute;
	top              : 0px;
	left             : 20px;
  }
  
  a.mfGalLinkLeft, a.mfGalLinkRight {
    display          : block;
	
	width            : 20px;
	height           : 600px;
	
	position         : absolute;
	top              : 0px;
	left             : 0px;
	
	z-index          : 2;
  }
  
  a.mfGalLinkBack {
    display          : block;
	
	width            : 839px;
	height           : 20px;
	
	position         : absolute;
	top              : 601px;
	left             : 0px;
	
	text-align       : center;
	color            : #ffffff;
	
	background       : #A6BE2C;
	
	text-decoration  : none;
  }
  
  a.mfGalLinkBack:hover {
    background       : #958D76;
  }
  
  a.mfGalLinkLeft {
	background       : #A6BE2C url(../images/arr_left_regular.jpg) center left no-repeat;
  }
  
  a.mfGalLinkRight {
	left             : 819px;
	
	background       : #A6BE2C url(../images/arr_right_regular.jpg) center left no-repeat;
  }
  
  a.mfGalLinkLeft:hover {
    background       : #958D76 url(../images/arr_left_hover.jpg) center left no-repeat;
  } 
  
  a.mfGalLinkRight:hover {
    background       : #958D76 url(../images/arr_right_hover.jpg) center left no-repeat;
  }
  
  p#mfNoPics {
    position         : absolute;
	top              : 50%;
	left             : 50%;
	
	margin-left      : -50px;
	margin-top       : -6px;
  }
}
