v\:* { 
	behavior:url(#default#VML); 
}
 
html, body { 
	height: 100%;
	width: 100%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* background-color matched to panel, to hide small gap below it */
}

#Hlavicka{
	background-image: url(img/bg_top.png);
	background-repeat: repeat-x;
	height: 70px;
	position: relative;
}
.logo{
	
}
#TopMenu{
	background-color: #416398;
	height: 20px;
}
#TopMenu A{
	color: White;
	font-size: 12px;
}
#RightMenu{
	float: right;
	width: 200px;
	font-size: 12px;
	
}

/** Leve menu*/
.ovlBox{
	display: block;
	position: relative;
	border: 1px solid gray;
	margin: 10px 3px 3px 3px;
	padding: 9px 5px 5px 5px;;
}

.ovlBoxHead{
	display:none;
	position: absolute;
	top: -5px;
	left: 5px;
	font-size: 10px;
	border: 1px solid gray;	
	padding: 1px;
}

.ovlBox,  .ovlBoxHead{
	background-color: White;
}

	
#map {
		/*margin-right could be 315px instead, but then the map 'overflow' spilled 18px to the right of where it should*/
		margin-right: 330px;
		height: 100%;
}
#rightpanel {
		position: absolute;
		right: 0px;
		top: 90px;
		width: 315px;
		height: 99%;
		overflow: auto;
		background-color: #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-right: 5px;
		padding-left: 5px;
		/* In MSIE; padding-bottom MUST be 0px or panel's scrollbar will go under status bar */
}
	
	
/** Infromacni onko */
.infoWnd{
		font-family:Arial;
		font-size:12px;
		color:Gray;
	}
	.infoWnd strong{
		font-weight:bold;
		color: Black;
		font-size:13px;
	}
	.infoWnd A{
		color: #336699;
		font-size:11px;
	}
	.infoWnd A:hover{
		color: Red;
	}
	.toolTipImage{
		margin: 0 5px 0 0;
	}
	
	
	
/**	Div load, okznko s informaci o nahravani*/	
#load {
	background-color: transparent;
	padding:10px;
	position:absolute;
	left:265px;
	top:48%;

}

	