html{
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

body {
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
}

#bigmap-top {
	background-color: #5d5d5d;
	color: white;
	font-size: 18px;
	padding-left: 0.3em;
	padding-top: 5px;
	padding-bottom: 0.1em;
	font-weight: bold;
	border-bottom: 1px solid silver;
	height: 25px;
	overflow: hidden;
	font-variant: small-caps;
}

#bigmap-top a {
	color: white;
	text-decoration: none;
}

#bigmap-top a:hover {
	color: #eeeeee;
}


#bigmap-top .nadpis {
	float: left;
	margin-right: 2em;
}


#bigmap-top .home {
	float: right;
	margin-right: 1.2em;
}

#bigmap-bot {
	background-color: #006600;
	color: white;
	padding: 3px;
	padding-left: 6px;
	font-size: 12px;
	
	position: absolute; 
	bottom: 0; 
	left: 0; 
	height: 15px; 
	width: 100%;
}

#bigmap-bot a {
	color: white;
}

#bigmap-top .home .hlavni {
	font-size: 1.2em;	
}

.vrstvy-title {
	display: none;
}

.vrstvy-switch {
	margin-left: 0;
}

.sw {
	border: 1px solid silver;
	/* box-shadow: 1px 1px #bbbbbb; */
	margin: 2px;
	font-size: 1.3em;
 flex-basis: 8em;
	
}


/* posunutí ovládacích prvků */

#m.smap .zoom {
	top: 5px;
	left: 10px;	
}

