.horbar {
	color: black;
	background-color: #FFFFE4;
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.horbaritem a {
	display: block;
	text-decoration: none;
}
.horbaritem a:link {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}
.horbaritem a:active {
	color: #ff0000;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #EDF2F5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #EDF2F5;
	border: 1px solid #64879d;
}

.item	{
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 1px 2px 1px;    /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

/*----- Tree Menu Section  ---------------------- */
.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a.phplmnormal:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:link	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	text-decoration: none;
}

a.phplm:visited	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #726461;
	text-decoration: none;
}

a.phplm:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:active	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}

a.phplmselected:link	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:visited	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplmselected:active	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	background: #F9F9F9 url("img/bodyBg.png") repeat-x; 
}

#gssBody {
	text-align: center;
}

body, input, select, textarea, table, td, th {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #F5821F;
}

a:hover {
	text-decoration: none;
}

.clear {
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}

#main {
	margin: 20px auto;
	width: 770px;
	_width: 790px;
	border: 10px solid #fff;
	text-align: left;
	position: relative; left: 0; top: 0;
}

#header {
	width: 770px;	
	height: 84px;
	_height: 94px;
	background: url("img/headBg.jpg") no-repeat;
	position: relative; left: 0; top: 0;
	border-bottom: 10px solid #fff;
	overflow: hidden;
}

.index #header {
	height: 265px;
}

#headLine {
position: relative;
bottom: 9px;
left: 5px;
}

	h1 {
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}

	#sgs {
		position: absolute;
		right: 15px;
		top: 38px;
	}

#topMenu ul {
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 94px;
	left: 0;
	background: url("img/topMenuBg.png") no-repeat;
	width: 500px;
	height: 45px;
}

.index #topMenu ul {
	top: 275px;
	_top: 265px;
}

	#topMenu li {
		display: block;
		float: left;
		list-style: none;
	}
	
	#topMenu li a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
		padding: 0 6px 0 6px;
		background: url("img/topMenuABg.png") no-repeat 0 50%;
	}
	
	#topMenu li.first a {
		background: none;
		margin: 0 0 0 3px;
	}
	
	#topMenu li a:hover {
		color: #c00;
	}

#content {
	background: url("img/contentBg.png") repeat-y;
}

	#left {
		float: left;
		width: 470px;
		_width: 500px;
		padding: 50px 0 0 10px;
		text-align: left;
		_overflow: hidden;
	}

/* 4.1.2005 */
	.index #left {
		padding: 50px 0 0 10px;
	}



		#newsFrame {
			float: left;
			width: 160px;
			_width: 180px;
			background: #ccc;
			border-top: 1px solid #000;
			margin: 0;
			padding: 10px;
		}
		
		#newsFrame a {
			text-decoration: none;
			color: #000;
		}

		#newsFrame a:hover {
			text-decoration: underline;
			color: #333;
		}


		#newsFrame h3 {
			color: #c00;
			font-size: 100%;
			margin: 0;
		}

		#hpFrame {
			margin: 0 0 0 190px;
		}

	#right {
		float: right;
		width: 260px;
		text-align: left;
		position: relative; right: 2px; _right: 0;
	}

#footer {
	border-top: 10px solid #fff;
	background: #000;
	font-size: 10px;
	text-align: right;
	padding: 5px 10px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer p {
	margin: 0;
}

/* OBECNY OBSAH */

h2 {
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #c00;
}

h2 span {
	font-size: 11px;
	font-weight: normal;
}


p {
	margin: 0 0 10px 0;
}

ul {
	margin: 0 0 10px 15px;
	padding: 0 0 0 5px;
	list-style: url("img/bullet1.gif");
}

ol {
	margin: 0 0 10px 15px;
	padding: 0 0 0 5px;
}


ol.gfxOl {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

ol.gfxOl li {
	list-style: none;
	margin: 10px 5px;
	padding: 1px 0 3px 25px;
	font-size: 15px;
}


.ol1 {background: url("img/ol-1.png") no-repeat 0 3px;}
.ol2 {background: url("img/ol-2.png") no-repeat 0 3px;}
.ol3 {background: url("img/ol-3.png") no-repeat 0 3px;}
.ol4 {background: url("img/ol-4.png") no-repeat 0 3px;}
.ol5 {background: url("img/ol-5.png") no-repeat 0 3px;}
.ol6 {background: url("img/ol-6.png") no-repeat 0 3px;}
.ol7 {background: url("img/ol-7.png") no-repeat 0 3px;}
.ol8 {background: url("img/ol-8.png") no-repeat 0 3px;}

form {
	margin: 0 0 10px 0;
	padding: 0;
}

fieldset {
	border: 1px solid #000;
	padding: 10px;
	text-align: right;
}

label {
	display: inline;
	font-weight: bold;
	margin: 0;
}

input {
	width: 200px;
	margin: 0 0 2px 10px;
	border: 1px solid #000;
}

.submitCont {
	text-align: right;
	margin: 5px 0 10px 0;
}

.submitCont input {
	border: none;
	width: auto;
}

/* PRAVY SLUPEC */



#right h2 {
	clear: both;
	color: #fff;
	margin: 10px;
	font-size: 15px;
}

#right p {
	margin: 10px 10px 0 10px;
}

#right a {
	color: #000;
	font-weight: bold;
}

#right h2 a {
	color: #fff;
	text-decoration: none;
}

#right cite {
	display: block;
	margin: 5px 10px 10px 10px;
	text-align: right;
}

#right form {
	margin: 10px;
}

#right fieldset {
	border: none;
	padding: 0;
}

#right input {
	width: 150px;
}

#right .submitCont input {
	border: none;
	width: auto;
	float:right;
	margin: 5px 0 0 10px;
}

#right form p {
	text-align: right;
	margin: -5px 0 0 0;
}


/* INVENTORY SEARCH */

.invSearch #content {
	height: 560px;
}

#invSearchCont {
	background: #fff;
	height: 450px;
	position: absolute;
        z-index: 100;
	width: 810px;
	left: -20px;
	top: 190px;
	border: 1px solid #000;
}

#searchFrame {
	width: 100%;
	height: 100%;
	border: none;
	overflow: auto;
}


.gfxLink {
	font-weight: bold;
	text-align: right;
}

.gfxLink a {
	color: #c00;
	text-decoration: underline;
}

.gfxLink a:hover {
	text-decoration: none;
}


.rightImage {
	margin: 0;
}

ul.colList li {
	float: left;
	width: 225px;
}

#map a {
	display: block;
	min-width: 10px;
	min-height: 10px;
	_width: 10px;
	_height: 12px;
	position: absolute;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 2px 2px 17px;
	background: url("../img/mapABg.png") no-repeat 4px 4px;
	z-index: 50;
}

#map a strong {
	display: none;
}

#map a span {
	display: block;
	font-weight: normal;
	font-size: 9px;
	line-height: 90%;
}

#map a:hover {
	background: #fff url("../img/mapABg.png") no-repeat 4px 4px;
	z-index: 100;
}

#map a:hover strong {
	display: block;
}

#map a.active { background: url("../img/mapABg-Active.png") no-repeat 4px 4px; }
#map a.active:hover { background: #fff url("../img/mapABg.png") no-repeat 4px 4px; }


#map01 { left: 162px; top: 130px;}
#map02 { left: 152px; top: 123px;}
#map03 { left: 150px; top: 135px;}
#map04 { left: 77px; top: 150px;}
#map05 { left: 90px; top: 130px;}
#map06 { left: 280px; top: 162px;}
#map07 { left: 175px; top: 133px;}


#NewsPostDetailContent  {
	color: #006;
}

li h3 {
	font-size: 100%;
	color: #c00;
}

p.strong {
	font-weight: bold;
}

#mapContainer {
	width:499px;
	height: 171px;
	background: url("../img/mapBg.jpg");
	position: relative;
	right: 10px;
}

#mapContainer #map01 { left: 162px; top: 35px;}
#mapContainer #map02 { left: 152px; top: 27px;}
#mapContainer #map03 { left: 150px; top: 40px;}
#mapContainer #map04 { left: 77px; top: 55px;}
#mapContainer #map05 { left: 90px; top: 35px;}
#mapContainer #map06 { left: 280px; top: 67px;}
#mapContainer #map07 { left: 175px; top: 38px;}

#mapLegend {
	position: absolute;
	left: 345px;
	top: 15px;
	width: 118px;
	font-size: 10px;
}

#mapLegend a {
	color: #000;
	font-weight: bold;
}

#rightMenu {
	background: #fff url("img/rightMenuBg.png") no-repeat;
	margin: 0;
	position: relative;
	width: 262px;
	height: 48px;
}

#rightMenu a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 0 0 0;
}

#rightMenu a:hover {
	color: #c00;
}

.sgs {
	padding: 10px;
	clear: both;
	text-align: center;
}
