/* zakladni prvky */
html, body, form, fieldset, label, legend, object { margin: 0; padding: 0; border: 0; font-size: 100% }
html, body.body { height: 100% }

body { font: 75%/1.6 "Arial CE", arial, "Helvetica CE", helvetica, sans-serif }

body.body { text-align: center; color: #3b3b3b; background: #a7a7a7 url(img/sys/bg_body.gif) repeat-x 0 0 }
body.owin img { border-color: #cccccc }
h1, h2, h3, h4, h5, h6 { color: #202020; padding: 0; line-height: normal; font-family: "Palatino Linotype", "New York CE", utopia, serif  }
h1 { font-size: 240%; clear: both; margin: 0.2em 0 0.5em 0 }
h2 { font-size: 210%; margin: 1.1em 0 0.5em 0 }
h3 { font-size: 190%; margin: 1.7em 0 0.5em 0 }
h4 { font-size: 140%; margin: 1.1em 0 0.5em 0 }
input, select, textarea { vertical-align: middle; font: 100% "Arial CE", arial, "Helvetica CE", helvetica, sans-serif }
a { color: #000 }
a:link { color: #000 }
a:hover { color: #ff8c10; text-decoration: none }
p { margin: 1em 0 1.5em 0 }
table { border-collapse: collapse }
caption { padding-bottom: 0.1em; font-weight: bold; text-align: left }
ul, ol { margin-top: 1em; margin-bottom: 1.2em }
hr { height: 0; border: none; border-bottom: 1px solid #d7d7d7 }
img { border: 0 }
small { font-size: 90% }
/* /zakladni prvky */

/* zakladni tridy */
.tal { text-align: left }
.tac { text-align: center }
.tar { text-align: right }
.taj { text-align: justify }
.vat { vertical-align: top }
.vam { vertical-align: middle }
.tac table { text-align: left; margin-left: auto; margin-right: auto }
.fl { float: left }
.fr { float: right }
.fli { float: left; margin: 0 1.3em 1em 0 }
.fri { float: right; margin: 0 0 1em 1.3em }
.clean { color: #000000; text-decoration: none }
.clear { clear: both; height: 0; font-size: 1px }
.cleaner { width: 100%; overflow: hidden }
.invisible, .no-css { display: none }
.no-border { border: none !important }
.required { background: #ffffff url(img/sys/required.gif) no-repeat right top }
.alert, .alert a, .error, .error a, .warning, .warning a { color: #ff0000; font-weight: bold }
.ok, .info { color: #6495ed; font-weight: bold }
.ll { list-style-type: lower-alpha }
.bg0 { background-color: #f4f4f4 }
.border { border: 1px solid #aaaaaa; padding: 3px }
.button { }
.img-button { border: none !important; margin: 0 !important; background: none !important }
.small { font-size: 90% }
.overflow { padding: 1px; overflow: auto; overflow-y: hidden; width: 99% }
/* /zakladni tridy */

/* layout - zaklad */
#main {
    width: 990px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: transparent url(img/sys/bg_main.jpg) no-repeat 0 0
}
html>body #main { min-height: 100%; height: auto }

#header { position: absolute; left: 0; top: 0; width: 990px }
#header-in {
    height: 150px;
    margin: 0 40px;
    position: relative
}

#content {
    width: 990px;
    overflow: hidden
}
#content-in { padding: 180px 60px 210px 60px }

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 990px
}
#footer-in { margin: 0 45px; padding: 0 20px; /*height: 60px;*/ background: #5f606a /*url(img/sys/bg_footer.jpg) no-repeat 0 0*/ }
/* /layout - zaklad */

/* layout - special */
#main.home { background: transparent url(img/sys/bg_main_home.jpg) no-repeat 0 0 }
#main.home #content-in { padding: 155px 40px 210px 40px }

#logo, #logo span { display: block; position: relative; left: 29px; top: 10px; width: 99px; height: 80px; overflow: hidden; text-decoration: none; cursor: pointer }
#logo span { position: absolute; left: 0; top: 0; background: transparent url(img/sys/bg_logo.gif) no-repeat 0 0 }

#menu-wrapper { position: absolute; left: 0; top: 98px; width: 100%; height: 51px; z-index: 30 }
#menu { margin: 0; padding: 0; list-style: none }
#menu li { float: left; width: 150px; position: relative }
#menu a { display: block; width: 100%; height: 51px; line-height: 51px; color: #fff; font-weight: bold; text-align: center; text-decoration: none; text-transform: uppercase; background: transparent url(img/sys/bg_menu_a.gif) no-repeat 0 0 }

#menu ul { position: absolute; left: 0; top: 47px; width: 150px; display: none; margin: 0; padding: 0; list-style: none; background: #403f3f; z-index: 20 }
#menu ul li { float: none; width: 150px; border-bottom: 1px solid #2c2b2b }
#menu ul a { font-size: 90%; padding: 4px 10px 4px 15px; width: 125px; font-weight: normal; height: auto; line-height: 1.4; text-align: left; text-transform: none; background: transparent url(img/sys/bullet.gif) no-repeat 10px 9px }
#menu ul a:hover { color: #fff; background-color: #ff8317 }
#menu ul ul { left: 150px; top: 0 }

#m1 { width: 155px !important }
#m1 a:hover, #m1 a:focus, #m1.active a { background-position: 0 -51px !important }
#m2 a { background-position: -155px 0 !important }
#m2 a:hover, #m2 a:focus, #m2.active a { background-position: -155px -51px !important }
#m3 a { background-position: -305px 0 !important }
#m3 a:hover, #m3 a:focus, #m3.active a, #m3 .menuhover { background-position: -305px -51px !important }
#m4 a { background-position: -455px 0 !important }
#m4 a:hover, #m4 a:focus, #m4.active a { background-position: -455px -51px !important }
#m5 a { background-position: -605px 0 !important }
#m5 a:hover, #m5 a:focus, #m5.active a, #m5 .menuhover { background-position: -605px -51px !important }
#m6 { width: 155px !important }
#m6 a { background-position: -755px 0 !important }
#m6 a:hover, #m6 a:focus, #m6.active a { background-position: -755px -51px !important }

#searchbox { font-weight: normal; border: 1px solid #cccccc; width: 150px }
#searchform { position: absolute; top: 10px; right: 10px }

#navbox { width: 100%; overflow: hidden }
#cesta { float: left; font-size: 90%; margin: 5px 0; color: #888888 }
#navigace { float: right; margin: 3px 3px 0 0; font-size: 90% }

#footer p { margin: 0; padding: 0.8em 0 0 0; color: #ddd }
#footer a { color: #ddd }
/* /layout - special */

/* ostatni tridy pro web */
#welcome { width: 910px; height: 280px; position: relative; background: transparent url(img/sys/bg_welcome.jpg) no-repeat 0 0 }
#welcome p { color: #d7dadf; margin: 0.8em 280px 0 50px }
/*#welcome h1, #welcome h1 span { margin: 0 0 0.7em 50px; padding: 53px 0 0 0; position: relative; display: block; width: 162px; height: 28px; overflow: hidden; text-indent: -999em }
#welcome h1 span { margin: 0; padding: 0; position: absolute; left: 0; top: 53px; background: transparent url(img/sys/h1-welcome.gif) no-repeat 0 0 }*/
#welcome h1 { margin: 0 0 0.7em 50px; padding: 33px 0 0 0; color: #ffffff; font-size: 210% }
#a-vice { position: absolute; left: 50px; bottom: 14px; height: 21px; line-height: 19px; background: transparent url(img/sys/ico-bullet.gif) no-repeat 0 0 }
#a-vice a { color: #fff; font-weight: bold; padding: 0 0 0 30px }
#a-vice a:hover { color: #ff8214 }

#reference { width: 100%; margin: 2em 0 3em 0; overflow: hidden }
.ref { float: left; width: 280px; display: inline; margin: 0 11px; background: transparent url(img/sys/bg_ref.gif) no-repeat left bottom }
.ref-in { font-size: 90%; padding: 5px 5px 10px 5px; min-height: 270px; background: transparent url(img/sys/bg_ref_in.gif) no-repeat 0 0 }
.ref p { color: #5d5d5d; margin: 0 0 0.5em 0 }
.ref .r-foto { margin: 0 0 0.5em 0 }
.ref .r-nazev { font-weight: bold; text-transform: uppercase; text-decoration: none }
.a-vice { color: #ff8214 !important; padding: 0 0 0 13px; background: transparent url(img/sys/bullet.gif) no-repeat 1px 4px }

.sekce { width: 870px; margin: 0 0 0 20px; overflow: hidden; background: transparent url(img/sys/bg_divider.gif) no-repeat 595px 0 }
.sekce h3, .sekce h3 span { margin-top: 0; display: block; position: relative; width: 91px; height: 20px; overflow: hidden; text-indent: -999em }
.sekce h3 span { position: absolute; left: 0; top: 0 }
#aktuality h3 { background: transparent url(img/sys/h3-aktuality.gif) no-repeat 0 0 }
#kontakt h3 span { background: transparent url(img/sys/h3-kontakt.gif) no-repeat 0 0 }

#aktuality { float: left; width: 530px }
.aktualita { margin: 1.5em 0; padding: 0 0 1em 0; width: 100%; overflow: hidden; background: transparent url(img/sys/dashed.gif) repeat-x left bottom }
.aktualita .datum { float: left; color: #000; font-size: 90%; font-weight: bold; display: block; width: 42px; height: 30px; padding: 18px 0 0 0; text-align: center; line-height: normal; background: transparent url(img/sys/bg_datum.gif) no-repeat 0 0 }
.aktualita p { margin: 0; float: right; width: 475px }
.aktualita a { color: #000; font-weight: bold }
.aktualita a:hover { color: #ff8c10 }
#aktuality .tar a { font-size: 120%; font-weight: bold; padding: 0 0 0 23px; background: transparent url(img/sys/ico-archiv.gif) no-repeat 0 0 }

#kontakt { float: right; width: 245px }
#kontakt p { color: #000; font-size: 90%; margin: 1.5em 0 1em 0 }

#content table { border-color: #000000 }
#content table thead td, #content table thead th, #content table th { background-color: #eeeeee }
#content table tfoot td, #content table tfoot th { background-color: #9fd5f1 }
#content table td, #content table th { padding: 1px 3px }
#content-in table.small td, #content-in table.small th, td.small { font-size: 90% }
/* /ostatni tridy pro web */

/* vyhledavani */
#searchhead { margin: 2em 0 0 0 }
#searchresults {}
.searchitem { margin: 0 0 1em 0 }
/* /vyhledavani */

/* novinky */
.nw_title { display: block; font-weight: bold }
.nw_title a { color: #162983 }
.nw_title a:hover { color: #162983 }
.nw_column { margin: 3px 0 0 0 }
.vyrazne { font-weight: bold }
.nw_datum { float: right; font-size: 90%; color: #697277 }
.nw_anotace { font-size: 90% }
.rubrika_title { background: #eeeeee }
/* /novinky */

/* download */
.dwn { margin: 3px 0; font-weight: bold }
.dwn_footer { margin: 30px 0 0 0; padding: 3px 0 0 0; border-top: 1px solid #cccccc }
.dwn_ico_doc, .dwn_ico_file, .dwn_ico_gif, .dwn_ico_html, .dwn_ico_jpg, .dwn_ico_pdf, .dwn_ico_ppt, .dwn_ico_pps, .dwn_ico_xls, .dwn_ico_txt, .dwn_ico_zip
{ margin: 0 0 3px 0; padding: 0 0 0 20px }
.dwn_ico_doc { background: url(cms/img/ico/doc.gif) no-repeat top left }
.dwn_ico_file { background: url(cms/img/ico/file.gif) no-repeat top left }
.dwn_ico_gif { background: url(cms/img/ico/gif.gif) no-repeat top left }
.dwn_ico_html { background: url(cms/img/ico/html.gif) no-repeat top left }
.dwn_ico_jpg { background: url(cms/img/ico/jpg.gif) no-repeat top left }
.dwn_ico_pdf { background: url(cms/img/ico/pdf.gif) no-repeat top left }
.dwn_ico_pps { background: url(cms/img/ico/pps.gif) no-repeat top left }
.dwn_ico_ppt { background: url(cms/img/ico/ppt.gif) no-repeat top left }
.dwn_ico_txt { background: url(cms/img/ico/txt.gif) no-repeat top left }
.dwn_ico_xls { background: url(cms/img/ico/xls.gif) no-repeat top left }
.dwn_ico_zip { background: url(cms/img/ico/zip.gif) no-repeat top left }
/* /download */

/* fotogalerie */
#tn_root {}
#tn_root .tn { float: left; margin: 0 0 5px 5px }
#tn_root br { display: none;}
#tn_root div.tn_pager { clear: left; padding: 10px 0; text-align: right }
#tn_root div.tn_pager span.selected { font-weight: bold }
#content table.tn_table td { vertical-align: top; padding: 5px }
/* /fotogalerie */

/* prilohy */
#page-attachment { margin: 0 0 1.5em 0 }
/* /prilohy */