html {font-size: 100%;}

body {
    font-family: trebuchet ms, tahoma, arial, lucida, sans-serif;
    font-size: 0.7em;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000000;
    background: #F0D188 url('/images/body-bg.png') center top repeat-y;
}


table {font-size: 1em;}

form {margin: 0px;}

input, textarea {
    font-family: trebuchet ms, tahoma, arial, lucida, sans-serif;
}

input.button {
  border:none;
  color:#ffffff;
  background-color:#602c18;
  font-weight:bold;
}

a {
    text-decoration: underline;
    color: #A04928;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}


a img {border: 0px;}

ul {text-align: left;}

ul li a{text-decoration: underline;}
ul li a:hover{color:#000000;}

fieldset {border: 0px; clear: left; float: left;}

p, table {color: #333333; font-family: arial, tahoma, lucida, sans-serif;}

h1 {
    margin: 0px;
    padding: 0px;
    float: right;
}

h1 a {
    display: block;
    position: absolute;
    width: 220px;
    height: 230px;
    left: 10px;
    top: 0px;
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    background: #A04928 url('/images/h1-bg.png') left top repeat-x;
}

h1 span {
    width: 128px;
    height: 194px;
    background: url('/images/logo-jimlin.jpg') left top no-repeat;
    cursor: pointer;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 55px;
}

h2 {
    color: #333333;
    text-align: left;
    font-size: 1.5em;
    margin: 5px 0px 5px 0px;
    border-bottom: 2px solid #F0D188;
}

h3 {
    color: #333333;
    text-align: left;
    font-size: 1.3  em;
    margin: 5px 0px 5px 0px;
    border-bottom: 2px solid #F0D188;
}

#master {
    width: 920px;
    margin: 0px auto 0px auto;
    border: 0px solid blue;
    position: relative;
}

#head {
    width: 689px;
    height: 248px;
    float: right;
    background: #FFFFFF;
}

#head ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 12px 0px 0px;
    height: 33px;
    list-style-type: none;
    background: url('/images/top-menu-bg.png') left top repeat-x;
}

#head ul li {
    float: right;
    color: #A04928;
    font-weight: bold;
    padding-top: 8px;
}

#head ul li a {
    color: #A04928;
    font-size: 1em;
    font-weight: bold;
    padding-left: 22px;
    margin-left: 15px;
}

#head ul li a:hover {
    color: #000000;
}

#head ul li.home a {background: url('/images/ico-home.png') left top no-repeat;}
#head ul li.sitemap a {background: url('/images/ico-sitemap.png') left top no-repeat;}
#head ul li.access a {background: url('/images/ico-access.png') left top no-repeat;}
#head ul li.email a {background: url('/images/ico-email.png') left top no-repeat;}

#head .topLeftC {
    position: absolute;
    top: 0px;
    left: 230px;
}

#head .leftC {
    position: absolute;
    top: 247px;
    left: 230px;
}

#head .mainImg {
    position: absolute;
    top: 33px;
    left: 230px;
}

#left {
    width: 210px;
    float: left;
    display: inline;
    text-align: left;
    margin: 230px 0px 0px 10px;
    background: #A04928;
}

#left form {
    margin: 0px 0px 20px 14px;
}

#left form label {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
}

#left form input.inp {
    border: 1px solid #803B21;
    width: 165px;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px 0px 2px 3px;
    background: #FFFFFF url('/images/search-inp-bg.png') left top repeat-x;
}

#left form input.btnS {
    border: 0px; 
    position: relative;
    top: 6px;
}

#left ul {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    list-style-type: none;
}

#left ul li {display: inline;}
#left ul li a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    background: #803A20;
    display: block;
    padding: 2px 0px 2px 16px;
    text-decoration: none;
    margin-bottom: 1px;
}

#left ul li a:hover, #left ul li.sub a:hover {background: #30160C;}

#left ul li.active a {
    margin-bottom: 0px;
    color: #F0D188;
    background: #602C18 url('/images/menu-active.png') left top no-repeat;
}

#left ul li.sub a {
    background: #602C18;
    margin-bottom: 0px;
    font-size: 1.1em;
    margin-left: 9px;
}

#left ul li.sub.active a {
    background: #30160C url('/images/menu-sub-active.png') left top no-repeat;
}

#left h2 {
    font-size: 1.2em;
    color: #F0D188;
    margin : 5px 0px 0px 14px;
    border: 0px;
}

#left p {
   margin: 5px 0px 5px 14px;
   font-weight: bold;
   color: #FFFFFF;
   font-family: arial, tahoma, lucida, sans-serif;
   
}

#enq {
    width: 197px;
    margin: 0px 0px 20px 14px;
    color:#ffffff;
}

#enq span {
    display: block; 
    width: 197px; 
    background: #AE6448;
}

#enq a {
    display: block;
    color: #FFFFFF;
    margin: 4px 0px 2px 0px;
    text-decoration: underline;
    font-family: arial, tahoma, lucida, sans-serif;
}

#enq a:hover {text-decoration: underline;}
#enq a span {padding-left: 7px;}
#enq img {height: 11px;}

#right {
    width: 649px;
    float: right;
    margin: 0px 10px 0px 0px;
    display: inline;
    background: #FFFFFF;
    text-align: left;
}

#right img {border: 2px solid #FFDC85;margin-bottom:25px;}

#hLeft {
    width: 379px;
    float: left;
    text-align: left;
}

#hLeft p {
    margin: 10px 0px 18px 0px;
    text-align: justify;
}

#hLeft p img {
    float: left;
    margin-right: 10px;
}

#hLeft p a {
    color: #A04928;
    font-size: 1.2em;
    display: block;
    font-weight: bold;
}

#hLeft p a:hover {
    color: #000000;
}

#hLeft p.desk {font-weight: bold;}
#hLeft p.desk a {
    display: inline;
    font-size: 1em;
}

h2.welc {font-size: 1.8em; padding-top: 10px; background: url('/images/ico-welc.jpg') right top no-repeat;}
h2.news {padding-top: 10px; background: url('/images/ico-news.jpg') right top no-repeat;}
h2.desk {padding-top: 10px; background: url('/images/ico-desk.jpg') right top no-repeat;}

.moreNews {font-size: 9px;}
.moreNews a {text-align: right; padding-right: 20px; background: url('/images/ico-more.png') right bottom no-repeat; height: 16px;}

.moreDesk {font-size: 9px;}
.moreDesk a {text-align: right; padding-right: 20px; background: url('/images/ico-more-desk.png') right bottom no-repeat;}


#hRight {
    width: 240px;
    float: right;
    text-align: left;
}

h2.acts {margin-bottom: 0px; border: 0px; padding-top: 13px; background: url('/images/ico-acts.jpg') right bottom no-repeat;}
h2.info {margin: 10px 0px 0px 0px; border: 0px; padding-top: 13px; background: url('/images/ico-info.jpg') right bottom no-repeat;}

#hRight .light { background: #F7E8C3; padding: 10px 10px 5px 10px; _height:200px; }
#hRight .light p { padding:0px 0px 10px 0px; margin:0px; }
#hRight .light p a {font-size: 1.1em; font-weight: bold; display: block;}
#hRight .light p a.mail {font-size: 1em; font-weight: bold; display: inline;}
#hRight .light img {border: 0px;}

#hRight p.moreActs a {font-size: 1em; text-align: right; padding: 3px 20px 3px 0px; background: url('/images/ico-acts-next.png') right top no-repeat;}
#hRight p.moreActs a.old {background: url('/images/ico-acts-old.png') right top no-repeat;}


#footer {
    width: 920px;
    clear: both;
    height: 30px;
    margin: 0px auto 0px auto;
    text-align: right;
    background: url('/images/footer-bg.jpg') left top no-repeat;
    position: relative;
}

#footer span {
    margin: 0px 160px 0px 0px;
}

#footer img {
    position: absolute;
    top: 0px;
    right: -20px;
}

.content img{
    float: left;
    margin-right: 10px;
}

.content p {
    text-align: justify;
}

.bold {font-weight: bold;}
.cleaner {clear: both;}

img.lock {border:none;}

.r_data_big {text-align: left;}
.r_data_big a {text-align: left;font-size: 14px;}

#czechpoint {margin: 10px 60px 0px 60px}
