.wsMain {
	position: relative;
	text-align: left;
	width: 100%;
	height: 34em;
}

.wsPole {
	width: 100%;
}

.wsLabelNadpis {
  position: relative;
  top:  0em;
  font-weight: bold;
  font-size: 16px;
}

.wsEvidOrgLabel {
	position: absolute;
	top: 4em;
	left: 1em;
}

.wsEvidOrg {
	position: absolute;
	top: 4em;
	left: 10em;
}


.wsItem1 {
  position: absolute;
  top:  6em;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}
.wsItem2 {
  position: absolute;
  top:  12em;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.wsItem3 {
  position: absolute;
  top:  16em;
  left: 8em;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.wsItem4 {
  position: absolute;
  top:  20em;
  left: 11.2em;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.wsItem5 {
  position: absolute;
  top:  24em;
  left: 5em;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.wsItem6 {
  position: absolute;
  top:  28em;
  left: 5em;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}




.wsMenuAgendy {
position:absolute;
top:3em;
left:0em;
width:36em;
height:28em;
text-align: center;
z-index:100;
}

.wsMenuAgendy a {
display:block;
text-align:center;
font:bold 1em Verdana;
text-decoration:none;
color : #195896;
background-color : #f1f3f6;
margin:0 0 1px;
padding:5px;

}

.wsMenuAgendy a:hover {
color:#f1f3f6;
background:#195896;
}

