/* zakladni prvky */
html, body, form, fieldset, label, legend, object { margin: 0; padding: 0; border: 0; font-size: 100% }

body { font: 70%/1.4 Tahoma, "Lucida Grande CE", lucida, sans-serif }

body.body { text-align: center; color: #000000; background: #fff url(img/sys/bg_body.gif) repeat-x 0 0 }
body.owin img { border-color: #cccccc }
h1, h2, h3, h4, h5, h6 { color: #cc3300; padding: 0; line-height: normal }
h1 { font-size: 220%; font-weight: normal; clear: both; margin: 0.2em 0 0.5em 0 }
h2 { font-size: 140%; color: #006699; margin: 1.5em 0 0.5em 0 }
h3 { font-size: 110%; margin: 1.7em 0 0.5em 0 }
h4 { font-size: 110%; margin: 1.1em 0 0.5em 0 }
input, select, textarea { vertical-align: middle; font: 100% Tahoma, "Lucida Grande CE", lucida, sans-serif }
a { color: #cc3300 }
a:link { color: #cc3300 }
a:hover { color: #cc3300; 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 }
.cistic { clear: both }
.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: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff url(img/sys/bg_main.gif) repeat-y 0 0
}

#main-in { height: 600px; background: transparent url(img/sys/bg_main_in.gif) no-repeat 0 0 }
html>body #main-in { min-height: 600px; height: auto }

#header { position: absolute; left: 0; top: 0; width: 1000px; background: transparent url(img/sys/bg_header.jpg) no-repeat 10px 107px }


#header-in {
    height: 457px;
    border-bottom: 10px solid #333333;
    margin: 0 10px;
    position: relative;
    background: transparent url(img/sys/bg_header_in.gif) repeat-x 0 19px
}

#content {
    float: right;
    width: 740px;
    overflow: hidden
}
#content-in { padding: 480px 35px 40px 25px }

#panel {
    float: left;
    width: 260px
}
#panel-in { padding: 467px 0 250px 10px }

#footer {
    width: 1000px;
    height: 101px;
    position: relative;
    background: transparent url(img/sys/bg_footer.gif) no-repeat 0 0
}
/* /layout - zaklad */

/* layout - special */
#logo, #logo span { display: block; position: relative; left: 17px; top: 37px; width: 101px; height: 30px; 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-top { position: absolute; left: 280px; top: 27px; width: 420px; height: 54px }
#menu-top ul { margin: 0; padding: 0; list-style: none }
#menu-top li { float: left; line-height: normal; text-align: center; text-indent: -999em }
#menu-top a { color: #4c4c4c; font-size: 110%; display: block; height: 54px; line-height: 54px; text-decoration: none; background: transparent url(img/sys/bg_menu_a.gif) no-repeat 0 0 }
#menu-top a:hover { color: #cc3300 }
#m1 a { width: 110px }
#m1 a:hover, #m1 a:focus, #m1.active a { background-position: 0 -54px !important }
#m2 a { width: 100px; background-position: -110px 0 !important }
#m2 a:hover, #m2 a:focus, #m2.active a { background-position: -110px -54px !important }
#m3 a { width: 100px; background-position: -210px 0 !important }
#m3 a:hover, #m3 a:focus, #m3.active a { background-position: -210px -54px !important }
#m4 a { width: 110px; background-position: -310px 0 !important }
#m4 a:hover, #m4 a:focus, #m4.active a { background-position: -310px -54px !important }

#top-links { position: absolute; left: 0; top: 82px; width: 100%; height: 25px; line-height: 23px; text-align: center }
#top-links a { color: #fff; font-weight: bold; margin: 0 15px; text-decoration: none; text-transform: uppercase }
#top-links a:hover { text-decoration: underline }

#searchbox { font-weight: normal; border: 1px solid #cccccc; width: 150px }
#searchform { position: absolute; left: 725px; top: 44px; width: 231px; height: 26px; background: transparent url(img/sys/bg_searchform.gif) no-repeat 0 0 }
#searchword { width: 122px; border: 0; padding: 2px; position: absolute; left: 27px; top: 4px; background-color: #fff }
/*.button-vyhledat { width: 56px !important; height: 17px !important; position: absolute; left: 160px !important; top: 4px !important }*/
.button-vyhledat { width: 74px !important; height: 24px !important; position: absolute; left: 156px !important; top: 1px !important; color: #999999; font-weight: bold; border: none; margin: 0; background: url(img/sys/button-vyhledat.gif) no-repeat 0 0; cursor: pointer }
.button-vyhledat:hover { background-position: 0 -24px !important }

#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% }
#navbox a { color: #888 }

#copyright { margin: 0; padding: 33px 25px 0 25px; text-align: right }
#copyright a { color: #000 }
#dekor { display: block; width: 180px; height: 240px; position: absolute; left: 10px; top: -240px; background: transparent url(img/sys/dekor.gif) no-repeat 0 0 }
/* /layout - special */

/* ostatni tridy pro web */
#menu{  background: transparent url(img/sys/bg_kategorie.gif) repeat-x 0 -55px; position: relative; }
#panel-in h3 { margin: 0; padding: 0 0 0 60px; color: #fff; text-transform: uppercase; height: 50px; line-height: 50px; background: #000 url(img/sys/h3-kategorie.gif) no-repeat 0 0 }
#panel-in h3 a { color: #fff; text-decoration: none }
#menu ul { margin: 0; padding: 10px; list-style: none }
#menu li { border-bottom: 1px solid #909193 }
#menu a { display: block; width: 210px; padding: 3px 0 4px 20px; color: #000; text-decoration: none; background: transparent url(img/sys/bullet.gif) no-repeat 3px 6px }
#menu a:hover, #menu li.active a.active { color: #cc3300 }
#menu ul ul { padding: 0 0 10px 0 }
#menu ul ul li { border: 0 }
#menu ul ul a { font-size: 90%; width: 197px; padding: 1px 0 1px 33px; background: transparent url(img/sys/bullet2.gif) no-repeat 20px 4px }



#content .t-01 { border: 0; margin: 1.0em 0 }
#content .t-01 th { color: #026da2; background-color: #d4d6d8; text-align: center }
#content .t-01 td { background-color: #e8e9eb }
#content .t-01 td, #content .t-01 th { border: 1px solid #fff; padding: 5px 8px }

#content table { border-color: #000000 }
#content table thead td, #content table thead 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_rtf { background: url(cms/img/ico/rtf.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 }
#page-attachment .thumb { float: left; margin: 2px 5px 2px 2px }
#page-attachment .thumb img { border: 1px solid #cccccc }
/* /prilohy */

/* formulare */
#form-status { padding: 5px; border: 1px solid #ff3300; background: #eeeeee; }

#form { background: url(img/_/maraton/form_bg.jpg) 0 0 no-repeat; width: 680px; height: 370px; color: #fff; position: relative; }
#form table { position: relative; top: 5px; left: 20px; }
#form table h2 { color: #fff; font-size: 24px; font-weight:lighter; margin: 0;}
#form table a { color: #F8DD07; }
#form fid_submit.submit { position: absolute; bottom: 7px; left: 22px; width: 90px; }

#form-projipac { background: url(img/_/projipac/projipac.jpg) 0 0 no-repeat; width: 699px; height: 648px; color: #000; position: relative; padding: 10px;}
#form-projipac #fid_submit.submit { margin-top: 15px; }
#form-projipac span { font-size: 15px; }
/* /formulare */

/* uzivatelsky definovane styly - pokud uzivatel pridava styly, necht je pise pod tento radek */
#top-flash { position: absolute; z-index: 1; top: 107px; left: 0 }
.bily_odkaz
.bily_odkaz A:link {text-decoration: underline; color: white;}
.bily_odkaz A:visited {text-decoration: underline; color: white;}
.bily_odkaz A:active {text-decoration: underline; color: white;}
.bily_odkaz A:hover {text-decoration: underline; color: white;}
.pp2_1 {
	background-image: url(download/_/projipac/projipac_1.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 700px;
	padding: 10px;
}
.pp2_2 {
	background-image: url(download/_/projipac/projipac_2.jpg);
	height: 234px;
	width: 700px;
	background-repeat: no-repeat;
	padding: 10px;
}
.bilytext {
	color: #FFF;
	font-size: 14px;
}
.pp2 {
	font-size: 24px;
}
.pp1 {
	font-size: 24px;
	color: #066;
}
.pp2_top {
	padding: 20px;
	width: 500px;
}

div.zeldum { position: relative; }
