* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: .8em;
	font-family: Sans-serif;
	background: #064d76 url(../images/bgbody.gif) repeat-x;
	text-align: center;    
}
#content {
	margin: 10px auto 0px auto;
	text-align: left;
	width: 800px;
	background: #fff url(../images/content-top.gif) no-repeat 0 0;
}
#logo {
	text-decoration: none;
	display: block;
	width: 273px;
	height: 64px;
	margin: 5px 0 10px 10px;
    overflow:hidden;
    color: #000;
    text-align: center;
    font-size: 1em;
	position: relative;
}
#logo span {
	text-decoration: none;
	display: block;
	background: url(../images/logo.gif) 50% 50% no-repeat;
	width: 273px;
	height: 64px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}

/* NAVIGATION */
#navigation-path {
	text-align: right;
	margin: 5px 0 7px 0;
	color: rgb(0,204,255);
	color: rgb(0,102,153);
	font-size: 11px;
}
#navigation-path a {
	font-size: .9em;
	color: rgb(0,102,153);
}
#leftside {
	float: left;
}
/* SUBMENU */
.submenu {
	background-color: #fff;
	padding: 10px 0 0px 0;
	margin: 0 0 1px 0;
	list-style-type: none;
	width: 220px;
}
.submenu a, .submenu a:visited {
	color: #005c99;
	display: block;
	text-decoration: none;
	padding: 0 3px 0 30px;
	margin: 3px 0 3px 0;
	background: #fff url('../images/arrow-white.gif') no-repeat 15px 5px;
}
.submenu li {
	margin: 0;
	margin-bottom: .5em;
	_margin-bottom: -1.2em;
	padding: 0;
	list-style-type: none;
}
.submenu1  {
	margin: 0 0 0 1em;
	padding: 0;
}
.submenu2, .submenu3, .submenu4, .submenu5 {
	margin: 0 0 0 1em;
	padding: 0;
}

.submenu a.on	{
	font-weight: bold;
	color: #004369;
}
.submenu a:hover	{
	text-decoration: underline;
	color: #004369;

}
/* ARTICLE*/
#article {
    background-color: #fff;
	padding: 5px 20px 20px 20px;
	margin: 0 0 0 220px;
	width: 540px;
	=width: 539px;
	_width: 536px;
    min-height: 300px;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: .1em 0 .9em 0;
	padding: 0;
    line-height: 1em;
    color: #ff9a00;
}
h2 {
	font-size: 1.3em;
	margin: 1em 0 .8em 0;
	padding: 0;
	clear: right;
    line-height: 1.2em;
    color: #005c99;
}
h3 {
	font-size: 1.2em;
	margin: 1.3em 0 .5em 0;
	padding: 0 0 0 0px;
	font-weight: bold;
	color: #005c96;
}
h4 {
	font-size: 1.2em;
	margin: 1.5em 0 .1em 0;
	font-weight: normal;
	padding: 0;
}

h5 {
	font-size: 1.1em;
	margin: .5em 0 .1em 0;
	font-weight: bolder;
	padding: 0;
}
h6 {
	margin: 1.5em 0 .1em 0;
	font-weight: bolder;
	padding: 0;
}
address {
	font-style: normal;
	margin: 1em 0 1em 0;
}
p {
 margin: 15px;
}
#article p {
	margin: .5em 0 .5em 0;
	text-align: left;
    font-size: 1em;
}
#article-uvodni li, #article ul li, #article ul ul li {
	background: url('../images/arrow-white.gif') no-repeat 7px 6px;	
}
ul li ul {
	margin-left: 15px; 
}
ul.ex li {
	background: url('../images/ex.gif') no-repeat 0px 0px !important;
	padding-left: 25px !important;
}
ul li img {
  float: none;
  border: none;
}
table {
	border-collapse: collapse;
	margin: 1em 0 1em 0;
	clear: right;
	width: 100%;
}
th {
	border: 1px #99d7ff solid;
	background-color: #e0f3ff;
	color: #005c99;
	padding: 5px 10px 5px 10px;
    text-align: left;
	vertical-align: middle;
}
td {
    border: 1px #99d7ff solid;
	padding: 5px 10px 5px 10px;
	margin: 0;
	background-color: #eef8ff;
	color: #000;	
}
table.hidden {
	border: none;
	margin: 0;
}
table.hidden td {
	border: none;
	padding-left: 0;
	vertical-align: top;
}
.iemax td {
    padding-right: 0px;
}
cite {
    display: block;
    font-size: 1.3em;
    margin: 1em 0 1.5em 0;
    font-style: italic;
    padding: 0;
    color: gray;
}
#article ul, #article ol {
	margin: 1em 0 1em 0;
	padding: 0;
}
#article table ul {
	margin: 0 0 .2em 0;
}

ul li, #article ul li, #article-uvodni ul li {
	list-style-type: none;
	text-align: left;
	padding: 0 0 5px 20px;
	color: rgb(40,40,40);
}
#article ol li {
	margin: 0 0 0 3em;
	padding: 0 0 5px 0px;
	color: rgb(40,40,40);
}
/* SEARCH */
#search-box {
    width: 220px;
    height: 30px;
	background: #ff9a00 url(../images/search-bg.gif) no-repeat;
	margin-top: 10px;
	padding-top: 10px;
}
#search-uvodni{
	clear: both;
	margin-left: -10px;
}
.search-form {
    width: 160px;
	_width: 115px;
	height: 14px;
    border: 1px #AFAFAF solid;
	padding: 2px 5px 2px 2px;
	margin: 0px 0px 5px 15px;
	font-size: .8em;
	float: left;
}
.search-form-button {
    width: 22px;
    height: 20px;
    display: block;
    background: #fff url(../images/search-button.gif) no-repeat;
	border: none;
	font-size: .85em;
}
/* DOWNLAYER*/
#downlayer {
	clear: both;
	padding: 0px 10px 10px 0;
	font-size: 10px;
	text-align: right;
	background-color: #064d76;
	color: rgb(0,204,255);
	border-top: 2px rgb(0,204,255) solid;	
}
#eutext {
  width: 400px;
  float: left;
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 9px;
	text-align: left;
	background-color: #064d76;
	color: rgb(0,204,255);
}
#eutext img{
	background-color: none;
	padding: 0px 0px 0px 0px;
  margin-right: 10px;
}

#downlayer a {
	color: rgb(0,204,255);
}
/*******************************************************************************
 * DROP DOWN MENU
 ******************************************************************************/
#menuContent {
    clear: both;
    background: #4d85b2 url(../images/menu-bg.gif) repeat-x;
    width: 800px;
    height: 35px;
}
#menuBox {
	font-family: Sans-serif;    
	font-size: 12px;
	padding: 0;
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 800px;
}
#menuBox a, #menuBox a:visited, #menuBox a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 5px 5px 5px;
	width: 250px;
	/*border-bottom: 1px #fff solid !important;*/
}
.parent {
	width: 70px !important;
	text-align: center;
	padding: 10px 10px 10px 10px !important;
	font-weight: bold;
}
#menuBox a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff9a00;
}
#menuBox ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menuBox li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	color: #fff;
	position: relative;
	cursor: pointer;
	cursor: hand;
}
#menuBox li#en {
	float: right;
	margin: 0;
	font-size: 110%;
}
#menuBox li#en a {
	text-decoration: underline;
}
/* MENU-SUB */
#menuBox ul li div {
	visibility: hidden !important;
	line-height: normal;
}
#menuBox ul li div.mn a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #4d85b2;
	color: #fff;
	width: 250px;
}
#menuBox ul li div.mn a:hover {
	background-color: #ff9a00;
	color: #fff;
}
#menuBox ul li div.mn {
	margin-left: 0;
	/*margin-top: -1px;*/
}

#menuBox ul li.visible div div div div div{
	visibility: hidden !important;
}
#menuBox ul li.visible div div div div{
	visibility: hidden !important;
}
#menuBox ul li.visible div div div {
	visibility: hidden !important;
}
#menuBox ul li.visible div div {
	visibility: hidden !important;
}
#menuBox ul li.visible div {
	visibility: visible !important;
}
#menuBox ul li.invisible div {
	visibility: hidden !important;
}

#menuBox ul ul li.visible div {
	visibility: visible !important;
}
#menuBox ul ul li.invisible div {
	visibility: hidden !important;
}

#menuBox ul ul ul li.visible div {
	visibility: visible !important;
}
#menuBox ul ul ul li.invisible div {
	visibility: hidden !important;
}
#menuBox ul ul ul ul li.visible div {
	visibility: visible !important;
}
#menuBox ul ul ul ul li.invisible div {
	visibility: hidden !important;
}
#menuBox ul ul ul ul ul li.visible div {
	visibility: visible !important;
}
#menuBox ul ul ul ul ul li.invisible div {
	visibility: hidden !important;
}
#menuBox ul ul ul ul ul ul ul ul li.visible div {
	visibility: visible !important;
}
#menuBox ul ul ul ul ul ul ul ul li.invisible div {
	visibility: hidden !important;
}
/* S/M */
#menuBox ul ul {
	position: absolute;
	z-index: 100;
	margin-left: 0;
	padding-top: 0px;
	margin-left: -1px;
}
#menuBox ul ul ul {

}
#menuBox ul ul li {
	display: block;
	_display: inline;
	float: none;
	padding-right: 1px;
	background-repeat: no-repeat;
	text-transform: none;
	line-height: normal;
}
#menuBox ul ul ul li {

	/*-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	*/
}
#menuBox ul ul li a {
	color: #000;
	display: block;
	background-color: #e0f3ff;
}
#menuBox ul ul li a:hover {
	background-color: #ff9a00;
}
#menuBox li a span {
	display: block;
	padding: 5px 5px 5px 15px;
}
#menuBox ul ul li div {
	visibility: hidden !important;
	position: absolute;
    left: 261px;
	top: 0px;
}
#menuBox ul ul li.visible a {
	background-color: #ff9a00;
	color: #fff;
}
#menuBox ul ul li.visible div a, #menuBox ul ul li.visible div a:active, #menuBox ul ul li.visible div a:visited {
  color: #000;
	background-color: #e0f3ff;
}
#menuBox ul ul li.visible div a:hover {
	background-color: #ff9a00;
}
#menuBox ul ul ul li.visible a {
	background-color: #ff9a00 !important;
	color: #fff;
}
#menuBox ul ul ul li.visible div a {
	background-color: #e0f3ff !important;
}
#menuBox ul ul ul li.visible div a:hover {
	background-color: #ff9a00 !important;
}
/* PODPOLOZKY V PRIPADE, ZE MAJI SUBMENU */
#menuBox .hasSub a span {
    background: #e0f3ff;
}
#menuBox .hasSub a:hover span {
	background-color: #ff9a00;
}
#menuBox .hasSub a:hover {
	text-decoration: none;
	background-color: #ff9a00;
}
#menuBox .hasSub ul a span {

}
#menuBox .hasSub ul a:hover span {
	background-color: #ff9a00;
	text-decoration: underline;
}
#menuBox .hasSub .hasSub a span {
}
#menuBox .hasSub .hasSub a:hover span {
	background-color: #ff9a00;
}
#menuBox .hasSub .hasSub a:hover {
	text-decoration: none;
	background-color: #ff9a00;
}
#menuBox .hasSub .hasSub ul a span {

}
#menuBox .hasSub .hasSub ul a:hover span {
	text-decoration: underline;
	background-color: #ff9a00;
}
#seo {
	display: none;
}
/*******************************************************************************
 * Pomocne
 ******************************************************************************/
hr {
	clear: both;
	border: 0;
}
.floatright {
	float: right;
	margin: 0 0 0 0;
}
.floatleft {
	float: left;
	/*margin: 0 1em 1em 0;
	*/
}
td img.floatleft {
	float: right;
}
sup {
	font-size: .8em;
}
#uzitecneOdkazy li a.lang:hover {
	background: url('');
	text-decoration: underline;
}
.forprint {
    display: none;
}
.nomargins {
    padding: 0;
}
.nomargins th {
    padding: 2px;
    vertical-align: middle;
    font-size: .9em;
}
.nomargins td {
    margin: 0;
    padding: 0;
}
.nomargins input {
    margin: 0;
}
img {
  border: 1px #6AA6BD solid;
  padding: 2px;
  background-color: #fff;
  float: right;
  margin: 0 0 5px 10px; 
}

img.noborder{
  border: 0px #ddd solid;
  padding: 0px;

}
td img {
	float: right;
  margin: 0 5px 5px 0px;
}
fieldset {
  padding: 1em;
	margin: 0 0 1em 0;  
}
input.text {
	width: 20em;
}
tr.volny td {
	color: #000;
	background-color: #d3e285 !important;
}
tr.vzorovy td {
	color: #000;
	background-color: #fedf9c !important;
}
tr.rezervace td {
	color: #000;
	background-color: #f0f5d6 !important;
}
td.center {
	text-align: center;
}
table.tcenter td, table.tcenter th {
	text-align: center;
}  
td.right {
	text-align: right !important; 
}
ul#mapa-webu ul {
	padding: .2em;
	margin: 0;
	padding-left: 1em;
}
ul#mapa-webu {
	font-weight: bold;
}
ul#mapa-webu ul li{
	font-weight: normal;
}
#content-map #mapa-webu a {
	color: #2F52A4;
}
ul#mapa-webu ul {
	_margin-top: -2em;
}
#article-uvodni {
	width: 419px;

	color: #000;
	padding: 10px;
	float: left;
	margin: 10px 10px 0 0;
}
#drazby-uvodni h3 {
	font-size: 1.2em;
	color: #fff;
	margin: 10px 10px 10px 15px;
}
#drazby-uvodni {
	color: #004166;
	margin: 0 0 0 449px;
	padding: 10px 10px 20px 10px;
	width: 330px;
	_width: 327px;
    background: #e0f3ff;
}
#drazby-uvodni span {
  background-color: #f0797f;
  color: #fff;
}
#drazby-uvodni span a {
  color: #000;
}
.novinka {
	color: #000;
	padding: 0;
	margin: 10px;
    background: #e0f3ff;
}
.novinka strong {
	color: #005c99;
}
#drazby-uvodni a {
	color: #ff7300;
}
/* NEWS */
#news {
    background-color: #ff9a00;
	margin-top: 0px;
	padding: 10px;
	color: #fff;
	width: 200px;	
	font-size: 13px;
}
#news span {
	font-size: 15px;
	color: #fff;
	font-weight: bolder;
}
#news strong, #news p {
	color: #fff !important;
}
#news ul {
	margin: 10px;
	padding: 0px;
}
#news a {
	color: #fff;
	text-decoration: underline;
}
#news a:hover {
	color: #fff;
	text-decoration: underline;
}
#novinky {

}
#news ul {
	margin: 0px;
	padding: 0px;
}
#news ul li {
	margin: 0px;
	padding: 0 10px 0 10px;
	color: #fff;
	background: url('../images/arrow-white.gif') no-repeat 0px 5px;	
}
.ikona {
	padding: 0;
	border: 0;
	float: left;
	background: transparent;
}
label {
	display: block;
	color: #000;
	font-weight: bold;
}
fieldset {
	border: 1px #fff solid;
}
#kontaktni-informace a {
	color: #fff;
}
.ucho {
	display: inline-block;
	background: #fff url(../images/ucho.gif) no-repeat right top;
	padding: 5px 30px 0 10px;
	color: #6aa6bd;
	font-weight: bold;
	border-bottom: 1px #6aa6bd solid;
}
table.normal td {
	padding: 4px !important; 
	font-size: 12px !important;
}
table.normal td a {
	color: #FF7E32 !important;
	display: inline !important;
	font-weight: normal !important;
	font-size: 12px !important;
}
#ilustrace-cz, #ilustrace-en, #ilustrace-ru {
    width: 800px;
	height: 200px;
    background: #000 url(../images/gheader.jpg);
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}
#ilustrace-en {
    background: #000 url(../images/gheader-en.jpg);
}
#ilustrace-ru {
    background: #000 url(../images/gheader-ru.jpg);
}
#ilustrace-sub-cz, #ilustrace-sub-en, #ilustrace-sub-ru {
    width: 800px;
    height: 80px;
    background: #000 url(../images/ilustrace-sub.jpg);
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
}
#ilustrace-sub-en {
    background: #000 url(../images/ilustrace-sub-en.jpg);
}
#ilustrace-sub-ru {
    background: #000 url(../images/ilustrace-sub-ru.jpg);
}
a {
	color: #ff7300;	
}
.inzerat {
	background: #eee;
	padding: 15px;
	margin-bottom:  10px;
}
.inzerat img {
	float: left;
	width: 150px;
	margin: 5px 10px 5px 0;
}
.vydrazeno {
	background: #ddd;
}
.clr {
	clear: both;
}
#mapa { width: 600px; height: 400px; border: 1px solid black; background: url(mapa.jpg) top left no-repeat;}
#mapa *{ color: black; font-size: 11px; }
#languages {
	color: #fff;
	font-size: .85em;
	text-align: right;
	padding: 10px 15px 0px 0;
	float: right;
}
#languages a {
	color: #fff;
	text-decoration: none;
}
#languages a:hover {
	color: #ff7300;
	text-decoration: underline;
}
#languages span {
	color: #aaa;
	font-weight: bold;		
}

.transparent, #map img {
	background: transparent;
	border: none;
}
.n50 {
	width: 30px;
}
a.zesednout {
	color: rgb(128,128,128) !important; 
}
.produkty td {
	text-align: center;
	vertical-align: top;
}