@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
	
body {
	padding:0px;
	margin:0px;
	background:#e6ede8 url(/templates/PMZ3Map/bgTop.gif) left top repeat-x;
	height:100%;
	color:#000;
	font-family:Verdana, Arial, sans;
	font-size:10pt;
}

 
#all{
	position:relative;
	height:100%;
	
}
#map{
	background:#a9d5ab;
}
html>body #all{height:auto; min-height:100%;}
#footer{
	position:absolute;
	bottom:0px;
	right:0px;
	height:64px;
	color:#666;
	z-index:3;
	width:100%;
	background: url(/templates/PMZ3Map/bgBottom.gif) bottom right repeat-x;
	font-variant: small-caps;
}
#footerInner{
	height:64px;
	background: url(/templates/PMZ3Map/stripBottom.jpg) left bottom no-repeat;
}
#empty{
	height:64px;
}
#top{
	background: url(/templates/PMZ3Map/stripTop.jpg) left no-repeat; 
	height:72px;
}

.smallText{
	text-align:right;
	font-size:10pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#09390a;
	padding:8px 10px 5px 5px;
	font-variant: small-caps;
	
}
.bs{
	float:right;
}
#logo{
	position:absolute;
	top:0px;
	left:25px;
	z-index:20;
}


#leftMenu{
	position:absolute; top:0px;left:20px;height:100%;
	font-variant: small-caps;
	color:#09390a;
	z-index:12;
}
#leftMenu table{

}
#leftMenu table a{
	display:block;
	font-variant: small-caps; 
	font-size:9pt;
	margin-bottom:10px;
	width:160px;
	/* color:white; */

}
#leftMenu table tr{
	text-align:center;
}


#leftMenu table li a:link{color:#405F41; text-decoration:none;}
#leftMenu table li a:visited{color:#405F41;text-decoration:none;}
#leftMenu table li a:hover{color:#111; text-decoration:underline;}	

#lang {
	color:#09390a;
	float:right;
	padding-top:46px;
	padding-right:30px;
	font-size:12pt;
	font-variant: small-caps; 
}
#lang a:link{
	color:#09390a;
}
#lang a:hover{
	color:#5e2682;
}

#lang span{
	/* font-size:11pt; */
}

img{border:0px;}








