@charset "iso-8859-2";
/* CSS Document */

html, body {height:100%;}
body {
  background: #A9A9A9;
  background-image: url('images/textura.gif');
}
body, input, textarea, select {
	font-family: Arial CE, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
select, input, textarea{
	background-color: #F5F5F5;
	margin: 6px;
	border: 1px solid #999999;
	color: #000000;
}

h1,h2,h3,h4,html,p,body,ul,li,ol {
	margin: 0; padding: 0;
	text-align: left;
	color: #000000;
}
h1,h2,h3,h4 {
  font-weight: bold;
  color: #000000;
}
p {
  margin: 20px;
  font-size: 12px;
}
ul, a {
  font-size: 12px;
}
iframe {
	width: 420px;
	height: 350px;
	border: 0px;
	overflow:auto;
  margin-left: 20px;
}

.hide {display: none;}
.visible {display: block;}
.zarovnat_stred {
	text-align:center;
	padding-left: 40px;
}

.zarovnat_na_stred {text-align:center;}
.odsazeni_nahore_5 {margin-top: 5px}
.odsazeni_leve_10 {margin-left: 10px}
.odsazeni_nahore_10 {margin-top: 10px}
.odsazeni_leve_20 {margin-left: 20px}
.odsazeni_leve_33 {margin-left: 33px}
.odsazeni_nahore_20 {margin-top: 20px}
.tucne {font-weight: bold}
.pismo_9 {font-size: 9px}
.pismo_11 {font-size: 11px}
.cervena {color: #FF0000};

h1 {font-size: 14px;}
h2 {font-size: 12px;}
h3 {font-size: 12px;}
h4 {font-size: 12px;}

img {border: 0px}

address {
	font-style: normal;
	font-size: 12px;
}

a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:active, a:visited {color: #000000}
a:hover {color: #466898}
#koren {
	width: 620px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#hlavni {
  position: relative;
	width: 620px;
	height: auto;
	margin: 0px;
	text-align: left;
}
#hlavicka {
  margin-top: 10px;
	width: 620px;
	height: 105px;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('images/hlavicka.jpg');
}
#horni_menu {
  width: 428px;
  height: 20px;
  float: left;
  position: relative;
  margin-left: 12px;
}
#horni_menu ul {list-style-type: none}
#horni_menu li {display: inline}

#horni_menu a {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #466898;
	border-right: 1px solid #A9A9A9;
}
#horni_menu a:hover {
  background-color: #A9A9A9;
  color: #FFFFFF;
}

#obsah {
	width: 620px;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	float: left;
	position: relative;	
	background-color: #FFFFFF;
}
#levy_obsah {
  width: 440px;
  min-height: 300px;
	height: auto;
	float:left;
	position: relative;
}
#levy_obsah img {
  float: left;
  margin: 10px;
  margin-left: 0px;
}
#levy_obsah li {color: #466898}
#pravy_obsah {
  width: 180px;
  min-height: 200px;
	height: auto;
	float: right;
	position:relative;
}
.pravy_obsah_odkaz {
  width: 180px;
  height: auto;
  text-align: center;
  padding-top: 10px;
}


fieldset {
	border: 0px solid;
	margin: 10px;
}
fieldset legend {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
fieldset div.radek label {
	float: left;
	text-align: right;
	position: relative;
	width: 20%;
	margin-top: 8px;
}
fieldset div.radek {
	clear: both;
	margin: 0;
	padding: 5px;
}
fieldset div.polozka {
	float: left;
	width: 80%;
}
fieldset img {
  padding-left: 6px;
}

/* styl paticky webu */
#paticka {
	width: 620px;
	height:55px;
	float:left;
	font-size: 9px;
}
#paticka_vrsek {
  width: 620px;
  height: 15px;
  background-repeat: no-repeat;
	background-image: url('images/strip.jpg');
}
#paticka_text {
	width: 620px;
	height:40px;
	text-align:center;
}
.paticka_radek {
  height: 15px;
  padding-top: 2px;
  padding-bottom: 3px;
}

#banner {
  width: 620px;
  height: 203px;
  text-align: center;
}
#banner object {
  margin-top: 15px;
}

.sitemap {
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
a.sitemap {
  color: #FFFFFF;
}
a:hover.sitemap {text-decoration: underline}

<style>
/* menu */		
				 
ul.mainMenu, ul  {
		list-style-type:none;
	}
	ul.mainMenu ul {
	}
	
	ul.mainMenu li {
		float:left; 
	}
	
	ul.mainMenu a {
		display:block;
		text-decoration:none;
		font-weight:bold;
	}
	
	
	ul.mainMenu ul a {
		border-bottom:none;
		padding-left: 1px;
		margin: 0;
	}
	
	ul.mainMenu ul a:hover {
		background-color:#000000;
		padding-left: 1px;
	}
	
	ul.mainMenu ul {
		position:absolute;
		left: 300px;
		
		visibility:hidden;
		background-color:#000000;
	}
	
	ul.mainMenu li:hover ul, ul.mainMenu li.hover ul{
		visibility:visible;
		z-index:10;
	}
	
	ul.mainMenu li li {
		float:left;
		border:none;
	}
		
	ul.mainMenu li {
		behavior: url(hover.htc);
	}

</style>