@charset "utf-8";
/* CSS Document - KB MPSS */

/*******************************************************************/
/*                                                           RESET */
/*******************************************************************/
body, div, p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote, address, h1, h2, h3, h4, h5, h6, img, span  { padding: 0; margin: 0; outline: none; }

/*******************************************************************/
/*                                                          GLOBAL */
/*******************************************************************/
body { font: 12px/1.3 Arial, Helvetica, sans-serif; color: #444; background-color: #fff; }

/* BASIC CLASSES */
.clear { clear: both; height: 0; overflow: hidden;}
.clear-right { clear: right; }
.clear-left { clear: left; }
.hide { display: none; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.center { text-align: center !important; }
.small { font-size: 11px; }
.big { font-size: 14px; }
.blue { color: #59c6f2; }
.black { color: #444; }
.uppercase { text-transform: uppercase !important; }

.hr-line { height: 1px; overflow: hidden; background-color: #ccc; }

/***************/
/* OVERLAPPING */
/***************/
.overlap,
.overlap * { display: block; position: relative; overflow: hidden; }
.overlap span { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: left top; background-repeat: no-repeat; }
a.overlap span,
.overlap a span { cursor: pointer; }

/************************/
/* BASIC TAG DEFINITION */
/************************/
h1 { font-size: 24px; margin: 25px 0 30px 27px; color: #000; width: 700px; height: 40px; }
h1.row-2 { height: 75px; }
h1.row-3 { height: 105px; }
h2 { font-size: 16px; margin: 25px 0 15px; color: #666; }
h3 { font-size: 13px; margin: 25px 0 10px; color: #59c6f2; }
h4 { font-size: 12px; margin: 5px 0; color: #59c6f2; }
h5 { font-size: 12px; margin: 5px 0; font-weight: bold; }
p { margin: 0.5em 0 1em; line-height: 1.5; }
a img { border: none; }
a { color: #000; text-decoration: underline; } /*#59c6f2*/
a:hover { text-decoration: none; }
hr { display: none; }
sub { vertical-align: baseline; font-size: 0.75em; position: relative; top: 0.4em; }
sup { vertical-align: baseline; font-size: 0.75em; position: relative; top: -0.4em; }

/*******************************************************************/
/*                                                          LAYOUT */
/*******************************************************************/
#page-wrapper { width: 1000px; margin: 0 auto; position: relative; }
#column-wrapper { height: 100%; overflow: auto; margin: 0 25px 80px; position: relative; }
#right-wrapper { width: 700px; float: right; }
#content { float: left; width: 450px; }
#right { float: right; width: 200px; }
#left { float: left; width: 200px; }

/* columns in content */
.columns-2,
.columns-3 { height: 100%; overflow: auto; }
.columns-2 .col-1,
.columns-2 .col-2 { float: left; width: 47%; padding-right: 2%; }
.columns-3 .col-1,
.columns-3 .col-2,
.columns-3 .col-3 { float: left; width: 31%; padding-right: 2%; }

/* section finance */
.finance #right-wrapper { width: 850px; }
.finance #content { width: 600px; }

/*******************************************************************/
/*                                                          HEADER */
/*******************************************************************/
#header { height: 95px; border-bottom: 5px solid #59c6f2; }
#header p { margin: 0; }
#header .logo { float: right; padding: 14px 27px 0 0; }
#header .title { float: left; width: 350px; padding: 24px 0 0 25px; font-size: 18px; color: #444; line-height: 1.3; }
#header .title a { color: #444; text-decoration: none; display: block; }

/*******************************************************************/
/*                                                         CONTENT */
/*******************************************************************/
.high-content #column-wrapper { height: 550px; }

/* VYSUNUTE BOXY */
#content .push-left { float: left; width: 200px; position: relative; margin-left: -250px; }
#content .push-right { float: right; width: 200px; padding-left: 50px; position: relative; margin-right: -250px; }
p.push-left,
p.push-right,
div.image.push-left,
div.image.push-right,
div.image.push-left .desc,
div.image.push-right .desc { margin-top: 0; }
#content div.image.border.push-left,
#content div.image.border.push-right { width: 199px; }

.no-top-margin { margin-top: 0 !important; }
#content .first-in-content { margin-top: 0.4em; }
#content .full-width { width: 950px; margin: 25px -250px 35px; position: relative; }

#content ul { list-style: none; margin: 0.5em 0 1em; }
#content ul li { padding: 0 0 0.3em 25px; background: url(../img/li-bg.png) 0 6px no-repeat; }
#content ul ul { margin: 0.5em 1em; }
#content ul ul li { background: url(../img/li-li-bg.png) 0 8px no-repeat; }
#content ol { margin: 0.5em 0 1em 25px; }
#content ol.lower-alpha { list-style: lower-alpha; }
#content ol.upper-alpha { list-style: upper-alpha; }
#content ol.lower-roman { list-style: lower-roman; }
#content ol.upper-roman { list-style: upper-roman; }
#content ol li { padding: 0 0 0.3em 0; background: none !important; }
#content ol ul li { padding: 0 0 0.3em 25px; }

/* FINANCNI SEKCE *EXTRAS* */
.finance #content .full-width { width: 950px; margin: 25px -250px 35px -100px; position: relative; }


/* TABLES */
table { border-collapse: collapse; margin: 0 0 15px; }
caption { text-align: left; }
table th,
table td { padding: 6px 8px; text-align: right; }
table thead th { border-right: 1px solid #333; border-bottom: 4px solid #FFFFFF; vertical-align: top; }
table .row-1 th { vertical-align: bottom; border-bottom: 5px solid #999; }
table td { border-bottom: 1px solid #333; vertical-align: bottom; }
table .row-1 th.highlight { border-bottom-color: #59c6f2; }
table td.highlight { background-color: #e5e5e5; }
tbody td, tbody th { border-right: 5px solid #FFFFFF;  }
table .no-border td { border-bottom: none; }
table.text-left th,
table.text-left td { text-align: left; }

table .spec .row-1 th { border-bottom: none; }
table .spec .row-2 th { border-top: 5px solid #999; vertical-align: top; }
table .spec .row-2 .highlight { border-top: 5px solid #59c6f2; }


table p { margin: 0 0 0.7em; }
table .valign-top,
.valign-top td { vertical-align: top; }
table .valign-bottom,
.valign-bottom td { vertical-align: bottom; }
table .valign-middle,
.valign-middle td { vertical-align: middle; }

table.header-left th { border-bottom: 1px solid #333; }
table.header-left th.row-1 { border-right: 5px solid #59c6f2; }
table.header-left td { border-bottom: none; }

/* table/column widths */
.full-width .width-100 { width: 948px; }
.full-width .width-left-mid-col { width: 700px; }
table.width-content { width: 450px; }
.finance table.width-content { width: 600px; margin: 15px 0; }
table .w-lcol { width: 228px; }
table th.w-lcol { width: 232px; }
table .w-content { width: 430px; }
table th.w-content { width: 434px; }
table .w-33p { width: 33%; }
table .w-30 { width: 30px; }
table th.w-30 { width: 34px; }
table .w-50 { width: 50px; }
table th.w-50 { width: 54px; }
table .w-60 { width: 60px; }
table th.w-60 { width: 64px; }
table .w-70 { width: 70px; }
table th.w-70 { width: 74px; }
table .w-75 { width: 75px; }
table th.w-75 { width: 79px; }
table .w-80 { width: 80px; }
table th.w-80 { width: 84px; }
table .w-85 { width: 85px; }
table th.w-85 { width: 89px; }
table .w-90 { width: 90px; }
table th.w-90 { width: 94px; }
table .w-95 { width: 95px; }
table th.w-95 { width: 99px; }
table .w-100 { width: 100px; }
table th.w-100 { width: 104px; }
table .w-105 { width: 105px; }
table th.w-105 { width: 109px; }
table .w-110 { width: 110px; }
table th.w-110 { width: 114px; }
table .w-115 { width: 115px; }
table th.w-115 { width: 119px; }
table .w-118 { width: 118px; }
table th.w-118 { width: 122px; }
table .w-119 { width: 119px; }
table th.w-119 { width: 123px; }
table .w-120 { width: 120px; }
table th.w-120 { width: 124px; }
table .w-125 { width: 125px; }
table th.w-125 { width: 129px; }
table .w-130 { width: 130px; }
table th.w-130 { width: 134px; }
table .w-135 { width: 135px; }
table th.w-135 { width: 139px; }
table .w-140 { width: 140px; }
table th.w-140 { width: 144px; }
table .w-145 { width: 145px; }
table th.w-145 { width: 149px; }
table .w-150 { width: 150px; }
table th.w-150 { width: 154px; }
table .w-160 { width: 160px; }
table th.w-160 { width: 164px; }
table .w-170 { width: 170px; }
table th.w-170 { width: 174px; }
table .w-180 { width: 180px; }
table th.w-180 { width: 184px; }
table .w-200 { width: 200px; }
table th.w-200 { width: 204px; }
table .w-210 { width: 210px; }
table th.w-210 { width: 214px; }
table .w-220 { width: 220px; }
table th.w-220 { width: 224px; }
table .w-230 { width: 230px; }
table th.w-230 { width: 234px; }
table .w-240 { width: 240px; }
table th.w-240 { width: 244px; }
table .w-250 { width: 250px; }
table th.w-250 { width: 254px; }
table .w-260 { width: 260px; }
table th.w-260 { width: 264px; }
table .w-390 { width: 390px; }
table th.w-390 { width: 394px; }
table .w-400 { width: 400px; }
table th.w-400 { width: 404px; }
table .w-520 { width: 520px; }
table th.w-520 { width: 524px; }

/* LAYOUT TABLE */
table.layout { border: none; width: auto; border-collapse: collapse; border: none; line-height: 18px; }
table.layout td { border: none; padding: 0px 10px 0px 0px; background: none; text-align: left; vertical-align: top; }
table.layout.valign-middle td { vertical-align: middle; }

/* PAGE TITLES */
#pt-00 span { background-image: url(../img/pt-cz-00.png); }
#pt-01 span { background-image: url(../img/pt-cz-01.png); }
#pt-02 span { background-image: url(../img/pt-cz-02.png); }
#pt-03 span { background-image: url(../img/pt-cz-03.png); }
#pt-04 span { background-image: url(../img/pt-cz-04.png); }
#pt-05 span { background-image: url(../img/pt-cz-05.png); }
#pt-06 span { background-image: url(../img/pt-cz-06.png); }
#pt-07 span { background-image: url(../img/pt-cz-07.png); }
#pt-08 span { background-image: url(../img/pt-cz-08.png); }
#pt-09 span { background-image: url(../img/pt-cz-09.png); }
#pt-09-1 span { background-image: url(../img/pt-cz-09-1.png); }
#pt-09-2 span { background-image: url(../img/pt-cz-09-2.png); }
#pt-09-3 span { background-image: url(../img/pt-cz-09-3.png); }
#pt-09-4 span { background-image: url(../img/pt-cz-09-4.png); }
#pt-09-5 span { background-image: url(../img/pt-cz-09-5.png); }
#pt-09-6 span { background-image: url(../img/pt-cz-09-6.png); }
#pt-09-7 span { background-image: url(../img/pt-cz-09-7.png); }
#pt-09-8 span { background-image: url(../img/pt-cz-09-8.png); }

#pt-en-00 span { background-image: url(../img/pt-en-00.png); }
#pt-en-01 span { background-image: url(../img/pt-en-01.png); }
#pt-en-02 span { background-image: url(../img/pt-en-02.png); }
#pt-en-03 span { background-image: url(../img/pt-en-03.png); }
#pt-en-04 span { background-image: url(../img/pt-en-04.png); }
#pt-en-05 span { background-image: url(../img/pt-en-05.png); }
#pt-en-06 span { background-image: url(../img/pt-en-06.png); }
#pt-en-07 span { background-image: url(../img/pt-en-07.png); }
#pt-en-08 span { background-image: url(../img/pt-en-08.png); }
#pt-en-09 span { background-image: url(../img/pt-en-09.png); }
#pt-en-09-1 span { background-image: url(../img/pt-en-09-1.png); }
#pt-en-09-2 span { background-image: url(../img/pt-en-09-2.png); }
#pt-en-09-3 span { background-image: url(../img/pt-en-09-3.png); }
#pt-en-09-4 span { background-image: url(../img/pt-en-09-4.png); }
#pt-en-09-5 span { background-image: url(../img/pt-en-09-5.png); }
#pt-en-09-6 span { background-image: url(../img/pt-en-09-6.png); }
#pt-en-09-7 span { background-image: url(../img/pt-en-09-7.png); }
#pt-en-09-8 span { background-image: url(../img/pt-en-09-8.png); }

/* SECTIONS */
/* obsah */
#content.toc ul { list-style: none; }
#content.toc ul li { padding: 0 0 0.3em 0; background: none; }

/*******************************************************************/
/*                                                    LEFT / RIGHT */
/*******************************************************************/
.block { margin: 0.5em 0; }
p.desc { font-size: 11px; font-weight: bold; color: #333; }
#left .bottom,
#right .bottom { width: 200px; position: absolute; bottom: 0; left: auto; }
.block.border,
.block-content.border { border: 1px solid #333; }
#left .block.border,
.block.border.push-left,
.push-left .block.border,
.block-content.border { border-width: 1px 0 0 1px; }
#left .block.border p,
.block.border.push-left p,
.push-left .block.border p,
.block-content.border p { margin-left: 10px; margin-bottom: 0; }
.push-left .block.image { margin: 0 0 30px; }

/*******************************************************************/
/*                                                      NAVIGATION */
/*******************************************************************/
#nav { position: absolute; top: 125px; left: 775px; width: 200px; }
#nav ul { list-style: none; }
#nav a,
#nav span { display: block; height: 35px; color: #fff; }
#nav .prev { float: left; width: 37px; }
#nav .next { float: right; width: 37px; }
#nav .prev a span { background-image: url(../img/nav-prev.png); }
#nav .next a span { background-image: url(../img/nav-next.png); }
#nav .toc { position: absolute; top: 0; left: 50px; width: 100px; text-transform: uppercase; background: #59c6f2 url(../img/nav-toc.png) right 0 no-repeat; }
#nav .toc a { text-decoration: none; line-height: 35px; padding-left: 20px; }
#nav .toc a:hover { text-decoration: underline; }
#nav .prev span span { background: url(../img/nav-prev.png) 0 -35px no-repeat; }
#nav .next span span { background: url(../img/nav-next.png) 0 -35px no-repeat; }

/* OBSAH:hover */
#nav .toc ul { display: none; background-color: #59c6f2; font-size: 11px; width: 230px; padding: 10px 10px 5px; position: absolute; top: 35px; right: 0; }
#nav .toc ul ul { padding: 5px 20px 0 0; width: 170px; position: relative; top: auto; left: auto; }
#nav .toc ul li { margin-bottom: 7px; text-align: right; }
#nav .toc ul li a { display: block; text-transform: none; line-height: 1.1; height: auto; width: 220px; padding: 0 10px 0 0; background: url(../img/sipky.png) right -40px no-repeat; }
#nav .toc ul li a:hover { background-position: right 5px; }
#nav .toc ul ul a { width: 210px; }
#nav .toc:hover ul { display: block; }

/* ENGLISH */
.version-en #nav { width: 225px; left: 750px; }
.version-en #nav .toc { width: 125px; }

/*******************************************************************/
/*                                                          FOOTER */
/*******************************************************************/
#footer { height: 45px; font-size: 11px; margin: 0 25px; clear: both; background-color: #fff; }
#footer a { color: #333; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer ul { list-style: none; }
#footer ul li { float: left; border-left: 1px solid #59c6f2; padding: 2px 0 0 25px; height: 43px; }
#footer ul .home { border-color: #666; width: 180px; padding-right: 16px; }
#footer ul .top { width: 200px; padding-right: 127px; }
#footer ul .prev { border: none; width: 100px; padding-right: 25px; text-align: right; }

/*******************************************************************/
/*                                                        HOMEPAGE */
/*******************************************************************/
html { height: 100%; }
#page-hp { height: 100%; background-image: none; }

#page-hp #page-wrapper { width: 900px; height: 100%; }
#page-hp #header { border-bottom: none; }
#page-hp #content { float: none; width: 900px; height: 500px; background: #59c6f2 url(../img/hp-2009.png) 110px 175px no-repeat; position: relative; }
#page-hp #flash { float: right; width: 450px; height: 500px; background: url(../img/hp-flash-bg.jpg) 0 0 no-repeat; }
#page-hp h1 { width: 200px; margin: 0; height: auto; font-weight: normal; }
#page-hp #enter-cz { margin: 0; position: absolute; top: 340px; left: -50px; }
#page-hp #enter-cz a { width: 275px; height: 90px; }
#page-hp #enter-cz span { background-image: url(../img/hp-enter-cz.png); }
#page-hp #enter-en { margin: 0; position: absolute; top: 430px; left: 0; }
#page-hp #enter-en a { width: 135px; height: 70px; }
#page-hp #enter-en span { background-image: url(../img/hp-enter-en.png); }

/* footer */
#page-hp #footer { margin: 0 0 0 45px; position: absolute; bottom: 0; left: 0; }
#page-hp #footer .toc { width: 103px; padding-right: 110px; }
#page-hp #footer .pdf { width: 258px; padding-right: 215px; }
#page-hp #footer .english { border-color: #666; }

