.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
	overflow: hidden;
	font-size: 1px;
	height: 1px;
	display: block;
	margin-bottom: -1px;
}

* html .cb {
	overflow: visible;
}

#header { 
	background: #EDEDFA;
	border-bottom: 1px solid #313763;
	width: 100%;
	height: 70px;
	clear: both;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}

.logo {
	float: left;
	background: url(../images/header/vera.png) no-repeat 20px;
	width: 45%;
	height: 70px;
}

.mainmenu {
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 14px;
}

.mainmenu ul {
	list-style: none;
	margin: 0;
}

.mainmenu ul li {
	float: left;
	text-align: center;
	background: #313763;
	display: block;

}

.mainmenu ul li:hover {
	color: #313763;
	text-decoration: none;
	background: #EDEDFA;
	box-shadow: inset 0 -1px 0 #313763;
}

.mainmenu ul li:first-child {
	border-bottom-left-radius: 10px;
}

.mainmenu ul li:first-child:hover {
	box-shadow: inset 1px -1px 0px 0px #313763;
}

.mainmenu ul li:last-child {
	border-bottom-right-radius: 10px;
	border-right: unset;
	border-left: unset;
}

.mainmenu ul li:last-child:hover {
	box-shadow: inset -1px -1px 0 #313763;
}

.mainmenu ul li:first-child:hover:last-child:hover  {
	box-shadow: 1px -1px 0px 0px black inset, inset -1px -1px 0 #313763;
}


.mainmenu ul li.first a {
	border-right: unset;
	border-left: unset;
	
}

.mainmenu ul li a {
	color: #ffffff;
	text-decoration: none;
}

.mainmenu ul li a span {
	display: block;
	height: 35px;
	padding: 15px 35px 0 35px;
}

.mainmenu ul li a:hover {
	color: #313763;
	text-decoration: none;
}

.topmenu {
	float: right;
	width: 45%;
}

.topmenu ul {
	list-style: none;
}

.topmenu ul li {
	float: left;
}

.topmenu ul li a {
	color: #313763;
	text-decoration: none;
	text-align: center;
	background: url(../images/ikony/user.png) no-repeat left center;
	display: block;
	padding: 5px;
	background-position-x: 5px;
}

.topmenu ul li a:hover {
	color: #fff;
	background: url(../images/ikony/user_hover.png) no-repeat left center;
	background-position-x: 5px;
}

.topmenu ul li.first a {
	background: none transparent;
}

.topmenu ul li a span {
	display: block;
	padding: 0px 10px 0 20px;
}

.topmenu ul li.first a span {
	display: block;
	padding: 0px 0px 0 0px;
}

#header .info {
	position: absolute;
	right: 30px;
	top: 8px;
	font-size: 11px;
	color: #fff;
	z-index: 690;
}

#header .rightdecor {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15px;
	height: 97px;
	background: url(../images/header/bgheaderright.gif) no-repeat right
		top;
	z-index: 700;
}

#header .version {
	position: absolute;
	right: 20px;
	top: 62px;
	z-index: 680;
	font-size: 11px;
}

#header .version span {
	display: block;
	padding: 2px 10px 0 13px;
	color: #ffffff;
	text-decoration: none;
}

#quickFind {
	width: 6em;
	border: #CCCCCC 1px solid;
	background: url(../images/ikony/hledej.png) no-repeat;
	background-position: 5px 4px;
	background-color: white;
	height: 2em;
	border-radius: 4px;
	padding-left: 30px;
	display: inline-block;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#submitQuickFind {
	display: inline-block;
}

.helpdeskText {
	float: left;
	width: 10%;
	text-align: center;
	margin-top: 12px;
	font-size: 30px;
	font-weight: bold;
	color: #313763;
}

.hledejDiv {
	padding-right: 0.5em;
	padding-top: 5px;
}

.topmenu-items {
	float: right;
	text-align: right;
}

footer {
	margin-top: 20px;
	text-align: center;
	background: #EDEDFA;
	height: 50px;
	line-height: 4em;
	color: #65698A;
}

.headerBorderButton {
	border: 1px solid #303f64;
	margin-top: 5px;
	margin-right: 0.5em;
	border-radius: 4px;
	background: #E1E1F2;
	
	cursor: pointer;
}

.headerBorderButton:hover {
  background-color: #313763;
  color: #fff;
}

.headerDropdownContainer {
	position: relative;
}

.headerDropdown {
	position: absolute;
	top: 100%;
	left: 0;
	
	background-color: #EDEDFA;
	border: 1px solid #303f64;
	border-radius: 4px;
	
	display: none;
}

.headerDropdown > a:hover {
	background-color: #313763 !important;
  	color: #fff;
}

.headerDropdownContainer:hover .headerDropdown {
	display: block;
}

.helpdeskText a {
	text-decoration: none;
	color: #313763;
}

.helpdeskText a:link {
	text-decoration: none;
	color: #313763;
}

.helpdeskText a:visited {
	text-decoration: none;
	color: #313763;
}

.helpdeskText a:active {
	text-decoration: none;
	color: #313763;
}

.helpdeskText a:hover {
	text-decoration: none;
	color: #313763;
}

#odhlasit {
	font-weight: bold;
}