html, body {
    height: 100%;
    width: 100%;
}

#header {
    height: 78px;
}

#map {
    height: 100%;
    width: 100%;
}

#map-header {
    background: url(/kuuluvuus/assets/img/map-header_bg.png) no-repeat;
    margin-left: -430px;

    position: absolute;
    left: 50%;
    top: 91px;
    z-index: 10;

    height: 40px;
    width: 860px;
}

#map-search label {
    display: none;
}

#map-header #map-header-search{
margin:7px 15px 0 0;
position:relative;

float: right;
}


#map-search-box {
  	background: url("../img/map-header_search_box.png") no-repeat scroll left bottom transparent;
	color: #000000;
	margin-left: 0px;
	position: absolute;
	left: 438px;
	top: 28px;
	padding: 6px 6px;
	width: 347px;
	z-index: 10;
}
#map-search-help {
	background: url(../img/map-header_search_help.png) no-repeat;
	margin-left: 0;
	position: absolute;
	left: 438px;
	top: 28px;
	z-index: 10;
	height: 53px;
	width: 347px;
}

#map-header #search-text{
	background:url(../img/map-header_input_bg.png) no-repeat;
	border:0;
	float: left;
	margin:3px 4px 0 0;
	padding: 5px 0 0 3px;
	width:348px;
}
#map-header #search-bt{
	background:url(../img/map-header_bt_hae.png) no-repeat;
	border:0;
	float: left;
	margin-top: 2px;
	height:21px;
	width:54px;
}

#map-header a.map {
	display: block;
    float: left;
    margin-left: 0;
    width: 144px;
    height: 40px;
	background: url(/kuuluvuus/assets/img/map-header_navi.png) no-repeat top left;
}

#map-header a:hover, #map-header a.selected {
	background-position:bottom left;
}

#map-header a.mapgsm3g {
	width: 142px;
	background-position:-144px 0;
}
#map-header a.mapgsm3g:hover, #map-header a.mapgsm3g.selected {
	
	background-position:-144px -40px;
}

#map-header a.map4g {
	width: 143px;
	background-position:-286px 0px;
}

#map-header a.map4g:hover, #map-header a.map4g.selected {
	background-position:-286px -40px;
}


#map-address {
    background: url(/kuuluvuus/assets/img/map-header_search_bg.gif) no-repeat;
    border: none;
    display: inline;
    float: left;
    margin: 12px 0 0 339px;
    padding: 3px 6px 2px 6px;

    height: 22px;
    width: 259px;
}
#map-button {
    border: none;
    display: inline;
    float: left;
    margin: 10px 0 0 8px;

    height: 31px;
    width: 89px;
}

#map-footer {
    
    margin-left: -430px;

    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 11;

    height: 127px;
    width: 860px;
}

#map-footer.mapgsm3g {
    background: url(/kuuluvuus/assets/img/map-footer-open-gsm3g.png) no-repeat;
	
}

#map-footer.map4g {
    background: url(/kuuluvuus/assets/img/map-footer-open-4g.png) no-repeat;
	
}

#map-footer.mapgsmedge {
    background: url(/kuuluvuus/assets/img/map-footer-open-gsmedge.png) no-repeat;
	
}

#map-footer .openclose {
    display: block;
    float: left;

    position: relative;
    left: 11px;
    top: 11px;
    z-index: 11;

    height: 22px;
    width: 22px;
	text-indent:-9999px;
}

#map-footer.map4g .openclose, #map-footer.mapgsmedge .openclose {
	top: 47px;
}



#map-footer .reset {
    display: block;
    float: left;

    position: relative;
    left: 737px;
    top: 11px;
    z-index: 11;

    height: 21px;
    width: 88px;
	text-indent:-9999px;
}

#map-footer.map4g .reset, #map-footer.mapgsmedge .reset {
	top: 47px;
}

#map-footer.closed .openclose , #map-footer.closed .reset {
	top: 11px;
}

#map-footer .disclaimer {
    display: block;
    float: left;

    position: relative;
    left: 556px;
    top: 98px;
    z-index: 11;

    height: 8px;
    width: 172px;
	text-indent:-9999px;
}

#map-footer.map4g .disclaimer {
}

#map-footer #disclaimer-content {
    display: none;
    float: left;

    position: relative;
    left: 356px;
    top: -100px;
    z-index: 11;
	font-size:11px;
	line-height:16px;
   
    width: 270px;
	background-color:#fff;
	color:#000;
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	padding:10px;
}

#footer {
    margin: 0 auto;
    width: 852px;
}
