* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	line-height: 1.4;
	color: #000;
	background-color: #f6f6f6;
	text-align: center;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
hr {
	display: none;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 100%;
	line-height: 0px;
}
p {
	margin-bottom: 15px;
}
a {
	color: #1e58a7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 {
	display: block;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 7px;
	color: #90b24d;
}
h2 a {
	color: #90b24d;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}
h2 a:hover {
	text-decoration: underline;
}


h3, h4, h5 {
	display: block;
	color: #262626;
	padding-top: 15px;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 120%;
	color: #2F81B9;
}
h5 {
	font-size: 100%;
}
ul, ol {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;

	line-height: 1.8;
}
ol {
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

fieldset {
	border: 1px solid #f1f1f1;
	padding: 3px;
}
legend {
	padding: 5px;
	font-weight: bold;
}
#container-hlavni {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bg_obsah2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container-vnoreny {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	text-align: left;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

#header {
	width: 100%;
	height: 184px;
	position: relative;
	background-color: #FFF;
	background-image: url(../img/img_header2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	height: 131px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 284px;
	font-size: 150%;
}
h1 span {
	position: absolute;
	left: 0px;
	height: 131px;
	width: 284px;
	cursor: pointer;
	top: 0px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#home a,
#firma a {
	color: #FFF;
	text-decoration: none;
}
#home {
	height: 52px;
	width: 174px;
	background-color: #EC7E09;
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	bottom: 0px;
	left: 0px;
}
#home span {
	background-image: url(../img/img_domacnosti.gif);
	height: 52px;
	width: 174px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
#home  a:hover  span, #home a.aktive span {
	background-image: url(../img/img_domacnosti-hover.gif);
}

#firma {
	height: 52px;
	width: 174px;
	background-color: #093F89;
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	bottom: 0px;
	left: 177px;
}
#firma span {
	background-image: url(../img/img_firmy.gif);
	height: 52px;
	width: 174px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

#firma  a:hover  span, #firma a.aktive span {
	background-image: url(../img/img_firmy-hover.gif);
}

-------------------------------------------------------------
#menuobal {
	width: 950px;
	height: 35px;
	background-color: #ED7F0B;
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
  display:block;
  

}

menu {

	height: 35px;
	background-color: #ED7F0B;
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
  display:block;
  border: 0px solid black;
  position: relative;
}
menu li {
	position: relative;
	list-style-type: none;
	float: right;
}
menu li ul {
	list-style-type: none;
	position: absolute;
	width: 160px;
	top: 100%;
	left: 20px;
	_left: 0px;
	&left: 0px;
	_margin-top: 1px;
	z-index: 100;
	padding: 0 0px 0 0px;
	display: none;
}
menu li ul li {
	border-top: 1px solid white;

}
menu li ul li a {
	display: block;
	background-color: #FDC17C;
	background-image: none;
	font-size: 100%;
	text-align: left;
	padding-left: 10px;
  padding-top: 5px;
	padding-bottom: 0px;
	border-top: none;
	width: 160px;
}
menu li ul li a:hover {
	background-color: #FDB262;
	background-image: none;
}
menu li:hover ul,menu li.over ul {
	display: block;
}
menu a {
	color: #fff;

	text-decoration: none;
	font-size: 100%;
	background: url(../img/bg_menu.gif);
	text-align: center;
  height: 26px;
	position: relative;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

menu a:hover {
	background-image: url(../img/bg_menu-hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: underline;
}

menu a.aktive {
	color: #FFF;
	background-image: url(../img/bg_menu-hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: underline;
}

.submenu li {
	display: block;
	list-style-type: none;
	position: relative;
}


-------------------------------------------------------------------
#obsahobal {
	padding-top: 30px;
}

#container {
	width: 700px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/bg_obsah.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
	border: 0px solid black;
}
.blok1,
.blok2,
.blok3,
.blok4,
.blok11,
.blok22,
.blok33,
.blok44
 {
	width: 221px;
	height: 87px;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
.blok1 {
	background-image: url(../img/bg_nab1.jpg);
}
.blok2 {
	background-image: url(../img/bg_nab2.jpg);
}
.blok3 {
	background-image: url(../img/bg_nab3.jpg);
}
.blok4 {
	background-image: url(../img/bg_nab4.jpg);
}
.blok11 {
	background-image: url(../img/bg_nab11.jpg);
}
.blok22 {
	background-image: url(../img/bg_nab22.jpg);
}
.blok33 {
	background-image: url(../img/bg_nab33.jpg);
}
.blok44 {
	background-image: url(../img/bg_nab55.jpg);
}
.blok {
	width: 330px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.blok .blok-in {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #acacac;
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.blok .nadpis {
	height: 25px;
	background-image: url(../img/bg_zel-nadpis.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #8CB53D;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 12px;
	margin-bottom: 10px;
}
.blok .datum {
	color: #888;
}
.blok a {
	font-weight: bold;
}
.blok p {
	margin-bottom: 0px;
}
#micro{
	display:block;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#micro a{
	color:#a1a0a0;
	padding:0 5px 0 10px;
	background: url(../img/ico_micro.gif) no-repeat left center;
}
#text {
	padding-right: 10px;
	padding-left: 10px;
}
em {
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
	display: block;
}
#text img {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#text   p, em, h2, h3 {
	padding-right: 3px;
	padding-left: 3px;
}






table {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table     tr    td.nadpis {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-color: #F4F4F4;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
table        td, th      {
	vertical-align:top;
	padding:5px;
	border: 1px solid #FFEED5;
}
table tr.odd         {
	background-color:#FFEED5;
}
table   th {
	background-color: #FFCE94;
}
.cena {
	font-weight: bold;
	color: #e00000;
	text-align: right;
}
#text .form-text {
	display: block;
	float: left;
	clear: both;
	padding: 2px 10px 2px 0;
	width: 60px;
	text-align: right;
}
#text input {
	width: 200px;
	padding: 2px;
}
#text .no-input {
	padding: 0px;
	width: auto;
}
#text label {
	clear: both;
	display: block;
	margin: 5px 0;
}

.vice {
	background: url(../img/ico_vice.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 10px;
}
.box-left .vice {
	background: url(../img/ico_vice.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 5px;
	display: inline;
	font-weight: normal;
	text-decoration: underline;
}
.box-left .vice:hover {
	text-decoration: none;
}
#micro{
	display:block;
	background-color: #f4f4f4;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#micro  a, #micro span{
	color:#a1a0a0;
	background-image: url(../img/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
#container-left {
	width: 174px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box-left  {
	margin-bottom: 5px;
	background-color: #ffeed5;
	padding: 10px;
}
.box-left  p  {
	margin-bottom: 0;
}
.box-left a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.box-left a:hover {
	text-decoration: underline;
}

.box-left  .datum {
	font-size: 90%;
	color: #898989;
}
ul.submenu  {
	padding: 0px;
}
.submenu li a {
	background-image: url(../img/bg_submenu.gif);
	height: 26px;
	width: 154px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 20px;
	margin-bottom: 1px;
	background-color: #FFEED5;
}
.submenu li a:hover, .submenu li a.aktive {
	background-image: url(../img/bg_submenu-hover.gif);
	color: #FFF;
	background-color: #ED810E;
}



#admin  {
	background-image: url(../img/bg_prihlasit.gif);
	height: 29px;
	width: 174px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 10px;
}
#admin a {
	font-weight: bold;
	margin-left: 40px;
}




#paticka {
	width: 880px;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	color: #606060;
}
#paticka a {
	color:#424242;
	text-decoration: none;
}
#paticka .reklama {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#copyright {
	position:relative;
	width: 250px;
	float: left;
}
#copyright .imlogo {
	position:absolute;
	z-index: 1;
	padding: 3px 0 4px 0;
}
#copyright .imlogo img {
	border-style: none;
}
#copyright p {
	margin:0;
	text-align:left;
	font-size:11px;
	padding-left:0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#copyright p a {font-size:11px;}
#copyright p,#copyright p a,#copyright p a:hover {color:#000;}
