@import url("content.css");
@import url("useful.css");

/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
	background: #eeeeee url("../images/page/page_bg.gif") 50% 0 repeat-y;
}

body {
    width: 100%;
	height: 100%;
    font-family: Verdana, Arial, Tahoma, "Geneva CE", lucida, sans-serif;
    font-size: 0.7em;
    color: #333333;
    background: url("../images/page/header_stripe.gif") 0 0 repeat-x;
    behavior: url("scripts/csshover.htc");
}

body.hp {
    background: url("../images/page/header_stripe_hp.gif") 0 0 repeat-x;
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 822px;
	margin: 0 auto 0 auto;
	padding: 111px 50px 0 52px;
	position: relative;
}

.hp #page {
	padding: 152px 50px 0 52px;
}

#content {
	width: 820px;
	padding-bottom: 20px;
	text-align: left;
}

#content .leftPart {
	width: 190px;
	float: left;
}

#content .rightPart {
	width: 630px;
	padding: 0;
	float: right;
}


#text {
	padding: 30px 25px 0 25px;
}

.hp #text {
	padding: 25px 25px 0 25px;
}

/*--MENU----------------------------------------------------------------*/

#menu {
	width: 190px;
	padding: 4px 0 4px 0;
	margin: 0;
	background: #b0d7ea;
}

#menu li {
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none !important;
	background: none;
	position: relative;
	zoom: 1;
	vertical-align: top;
}

#menu li a {
	width: 140px;
	padding: 4px 5px 4px 30px;
	display: block;
	font-size: 1.25em;
	color: #35618a;
	text-decoration: none;
	border-top: 1px #9ec6dd solid;
	background: url("../images/page/menu_bubble_white.gif") 13px 8px no-repeat;
}

#menu li.first a {
	border-top: 1px #b0d7ea solid;
}

#menu li.active a {
	color: #35618a;
	background: url("../images/page/menu_bubble_blue.gif") 13px 8px no-repeat;
}

#menu li a:hover {
	color: #fff;
	background: #003366 url("../images/page/writeus_bubble.gif") 13px 8px no-repeat;
}

#menu li ul {
	display: none;
}

#menu li.active ul {
	margin: 0;
	padding: 3px 0 3px 0;
	width: 175px;
	background: #d2eaf6;
	display: block;
}

#menu li ul li {
	margin: 0;
	padding: 0;
}

#menu li ul li a {
	font-size: 1.15em;
	background: none !important;
	border: none;
}

#menu li.stable:hover ul {
	margin: 0;
	padding: 0;
	width: 175px;
	background: #bdf4d8;
	position: absolute;
	left: 180px;
	top: 0;
	z-index: 100;
	display: block;
}

#menu li.stable:hover ul li {
	margin: 0;
	padding: 0;
	border-top: 1px #30e58b solid;
}

#menu li.stable:hover ul li.first {
	border-top: 1px #bdf4d8 solid;
}

#menu li.stable:hover ul li a {
	width: 140px;
	font-size: 1.15em;
	border: none;
	color: #339966;
	background: url("../images/page/submenu_bubble.gif") 13px 7px no-repeat !important;
}

#menu li.stable:hover ul li:hover a {
	background: #30e58b url("../images/page/submenu_bubble_active.gif") 13px 7px no-repeat !important;
}

#menu li.stable:hover ul li.active a {
	background: url("../images/page/submenu_bubble.gif") 13px 7px no-repeat !important;
	color: #000;
}

#menu li.stable:hover ul li.active:hover a {
	background: #30e58b url("../images/page/submenu_bubble_active.gif") 13px 7px no-repeat !important;
}

#menu li ul li.active a, #menu li ul li a:hover {
	color: #000000 !important;
	background: url("../images/page/submenu_point.gif") 22px 10px no-repeat !important;
}

/*--OTHER----------------------------------------------------------------*/

.niceLink{
	width: 159px;
	padding: 5px 5px 5px 26px;
	display: block;
	background: #79b8db url("../images/page/menu_bubble_black.gif") 25px 7px no-repeat;
	color: #000 !important;
	text-decoration: none;
	text-indent: 15px;
	font-weight: bold;
	border-top: 1px #003366 solid;
	border-bottom: 1px #003366 solid;
}

.niceLink span{
	font-size: 0.8em;
	display: block;
	text-indent: 0;
	font-weight: normal;
}

#menu li a.niceLink {
	width: 144px;
	padding: 5px 5px 5px 26px;
	display: block;
	background: #79b8db url("../images/page/menu_bubble_black.gif") 25px 7px no-repeat;
	/*
	color: #000 !important;
	*/
	color: #000;
	text-decoration: none;
	text-indent: 15px;
	font-weight: bold;
	border-top: 1px #003366 solid;
	border-bottom: 1px #003366 solid;
}

#menu li a.niceLink span{
	font-size: 0.8em;
	display: block;
	text-indent: 0;
	font-weight: normal;
}

#menu li a.niceLink:hover
{
	background: #003366;
	color: #fff !important;
}
#menu li a.niceLink:hover span
{
	/*
	background: #003366 url("../images/page/writeus_bubble.gif") 13px 8px no-repeat;
	*/
	/*
	background: #003366;
	color: #fff;
	*/
}



.calendar {
	padding: 15px 10px 15px 26px;
}

.calendar h2 {
	padding: 0 0 0 24px;
	margin-bottom: 6px;
	background: url("../images/page/ico_calendar.gif") 0 1px no-repeat;
}

.writeUs {
	width: 125px;
	padding: 3px 5px 3px 5px;
	display: block;
	margin-left: 26px;
	color: #fff !important;
	text-decoration: none;
	background: #003366 url("../images/page/writeus_bubble.gif") 116px 4px no-repeat;
}

.niceBlock {
	margin-bottom: 20px;
	padding: 10px 10px 5px 10px;
	background: #eeeeee;
	border: 1px #959595 solid;
}

.niceBlock .photo {
	width: 165px;
	float: left;
}

.niceBlock .right {
	width: 375px;
	float: right;
}

.niceBlock h1 {
	font-size: 20px;
	margin-bottom: 8px;
}

.niceBlock .right p {
	margin: 0;
}

.leftBlock {
	width: 400px;
	float: left;
}

.rightBlock {
	width: 150px;
	padding-left: 12px;
	float: right;
	border-left: 1px #eeeeee solid;
}

.newsPerex {
	padding-left: 17px;
	margin-bottom: 16px;
	background: url("../images/page/li_grey.gif") 0 2px no-repeat;
}

.newsPerex .photo {
	float: right;
	margin-left: 10px;
}

.newsPerex .photo img {
	width: 112px;
	height: 78px;
}

.greenArrow {
    background: url("../images/page/li_green.gif") 0 2px no-repeat;
}

.links {
	padding: 7px 0 14px 0;
}

.links li {
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("../images/page/li_bubble_grey.gif") 0 6px no-repeat;
}

.links li a {
	font-weight: bold;
	color: #3366cc;
}

.links li a:hover {
	color: #000;
}

/*--HEADER----------------------------------------------------------------*/

#header {
	width: 922px;
	height: 111px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/page/header_bg.jpg") 0px 0 no-repeat;
	*background-position: 1px 0px;
}

.hp #header {
	width: 922px;
	height: 152px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/page/header_bg_hp.jpg") 0px 0 no-repeat;
	*background-position: 1px 0px;
}

#header #logo {
	width: 190px;
	height: 79px;
	position: absolute;
	top: 31px;
	left: 52px;
	display: block;
}

.hp #header #logo {
	width: 190px;
	height: 79px;
	position: absolute;
	top: 51px;
	left: 51px;
	*left: 52px;
	display: block;
}

#breadCrumbs {
	position: absolute;
	left: 264px;
	top: 117px;
	font-size: 0.8em;
	color: #666666;
	width: 600px;
}

#breadCrumbs a {
	color: #000;
	/*padding: 0 8px 0 3px;*/
	padding: 0 3px 0 0;
	background: url("../images/breadcrumb.gif") right 50% no-repeat;
}

#breadCrumbs a:hover {
	/*color: #898989;*/
	color: #000;
	text-decoration: none;
}

#breadCrumbs span {
	padding: 0 8px 0 3px;
	color: #a0a0a0;
}

.icoHome {
	position: absolute;
	left: 98px;
	top: 10px;
}

.icoSitemap {
	position: absolute;
	left: 138px;
	top: 10px;
}

.icoContact {
	position: absolute;
	left: 184px;
	top: 12px;
}

#search {
	position: absolute;
	top: 8px;
	right: 75px;
}

#search label {
	font-weight: bold;
	float: left;
	font-size: 0.9em;
	margin-right: 5px;
	display: block;
	padding-top: 2px;
}

#searchInput {
	color: #b1b1b1;
	border: 1px #003366 solid;
	vertical-align: top;
	font-size: 9px;
	height: 14px;
	float: left;
	padding: 0;
}

#searchButton {
	padding: 0;
	border: none;
	vertical-align: top;
	float: left;
}

hr.searchHr {
	clear:both;
}


/*--FOOTER---------------------------------------------------------------*/

#footer {
	width: 764px;
	margin: 0 auto;
	padding: 27px 0 0 0;
	border-top: 1px #999999 solid;
	text-align: center;
	font-size: 10px;
	position: relative;
}

#footer a {
	color: #8b8b8b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .logo {
	position: relative;
	top: 5px;
	right: 0;
	display: block;
}

#footer .logo a {
	position: absolute;
	top: -20px;
	right: 0;
}

p.functionLabel{
	display:block;
	float:left;
	width:220px;
	margin-bottom:0px;
}
p.functionPerson{
	display:block;
	float:right;
	width:350px;
	margin-bottom:0px;
}

p.clear{
	clear:both;
	margin-bottom:0px;
}

h4.itemId{
	font-weight:normal;
}
	
h4.itemTitle{
	font-weight:bold;
}

ol.itemLevel2
{
	list-style-type:lower-latin;
}

#formular-obsah table td {
	border: none !important;
}

.width-1 {
	width: 170px;
}

#formular-obsah input, #formular-obsah textarea {
	width: 360px;
}

#formular-obsah .button {
	width: 90px;
	float: right;
	background: #003366;
	color: #fff;
	cursor: pointer;
}

/*  vyhledavani  */

	#selectNavigator {
		position: relative;
		display: inline;
	}
	#selectNavigator-cont {
		position: absolute;
		top: -180px;
		*top: -165px;
		left: -99px;
		height: 160px;
		width: 100px;
		overflow-y: auto;
		overflow-x: hidden;
		border: 1px #004080 solid;
	}
	#selectNavigator-cont a {
		height: 19px;
		border-bottom: 1px #004080 solid;
		background: #C2E0EF;
		text-align: center;
		padding-top: 2px;
		display: block;
		text-decoration: none;
		color: #000000 !important;
	}
	#selectNavigator-cont a:hover {
		background: #004080;
		color: #fff !important;
	}
	#selectNavigatorValue {
		/*width: 100px;*/
		display: inline;
		border: 1px #004080 solid;
		padding: 2px 2px 4px 2px;
		*padding: 2px;
		margin: 5px;
	}	
	#selectNavigatorValue a#selectToggle {
		display: inline;
		color: #000000;
		text-decoration: none !important;
	}
	.path_smaller {
		font-size: 0.8em !important;
		padding-bottom: 4px !important;
	}

strong.search {display: block; padding-bottom: 5px; font-size: 1.15em;}

/*  eo - vyhledavani  */


