﻿/* CSS Document */

/*

odkazy
nadpisy
container
hlavicka
	# nav-horni navigace
	
content - telo stranky v html obsahuje:obsah stranky, levy sloupec, pravy sloupec
obsah stranky

ostatni
	# zarovnani textu
	# clear

*/

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    background-color: #6A7878;
    background-image: url(/design/images/bg-body.png);
    background-repeat: repeat-x;
}
/*-------------------------------------------------------------------*/

/* odkazy */
a:link {
    color: #FFCC00;
    text-decoration: none;
}
a:link.underline {
    text-decoration: underline;
}

a:visited {
    color: #FFCC00;
    text-decoration: none;
}
a:visited.underline {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #FFCC00;
}
a:hover.underline {
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: #FFCC00;
}
/*-------------------------------------------------------------------*/

/* nadpisy */
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0;
    padding: 5px 0;
}
h1 {
    font-size: 18px;
    color: #000000;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
h3 {
    font-size: 13px;
    color: #ffe403;
}
h4 {
    font-size: 12px;
    color: #ffe403;
}
h5 {
    font-size: 9px;
    color: #99CC00;
}
h6 {
    font-size: 7px;
    color: #999999;
}
/*-------------------------------------------------------------------*/

/* seznam */
ul {
    margin-bottom: 0;
    margin-top: 0;
}

img {
    border: 0;
}
/*-------------------------------------------------------------------*/

/* container - zarovani stranky na stred */
.container {
    width: 980px;
    padding: 140px 0 0 0;
    margin: 0px auto 20px auto;
    text-align: left;
    color: #CCC;
    position: relative;
}
/*-------------------------------------------------------------------*/

/* hlavicka */
.hlavicka {
    position: absolute;
    width: 980px;
    margin: 0 auto;
    height: 130px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    left: 0px;
    top: 0px;
    float: left;
}

/* .hlavicka .menu */

.hlavicka .menu {
    float: left;
    width: 968px;
    background: url(/design/images/bg-top-menu-left.png) no-repeat left top;
    font-size: 12px;
    line-height: normal;
    padding: 0 0 0 12px;
}
.hlavicka .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hlavicka .menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
.hlavicka .menu a {
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
.hlavicka .menu a span {
    float: left;
    display: block;
    background: #66CCFF /*url("tabright1.gif") no-repeat right top*/;
    padding: 5px 15px 4px 6px;
    color: #627EB7;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.hlavicka .menu a span {
    float: none;
}
/* End IE5-Mac hack */
.hlavicka .menu a:hover span {
    color: #627EB7;
}
.hlavicka .menu a:hover {
    text-decoration: underline;
}
.hlavicka .menu a:hover span {
    background-color: #FFF;
    background-position: 100% -42px;
}

/*-------------------------------------------------------------------*/

/* telo stranky - content */
.content {
    width: 980px;
    margin: 0 auto 0 0;
    min-height: 358px;
    position: relative;
    background-color: #2A2F2F;
    background-image: url(/design/images/bg-content-center-all.png);
    background-repeat: repeat-y;
    background-position: top;
}
/*-------------------------------------------------------------------*/

/* obsah stranky - obsah */
.obsah {
    width: 630px;
    padding: 15px;
    min-height: 358px;
    height: 100%;
    margin: 0;
    color: #CCC;
    float: left;
    background: url(/design/images/bg-obsah.png) no-repeat left top;
    position: relative;
    left: 10px;
    top: 0px;
}
.obsah-nc-white-roll {
    width: 960px;
    padding: 0;
    min-height: 358px;
    height: 100%;
    margin: 0;
    float: left;
    background: url(/design/images/bg-obsah-nc-white-roll.png) repeat-y left top;
    position: relative;
    left: 10px;
    top: 0px;
}
.obsah-nc-white-top {
    width: 946px;
    padding: 7px;
    min-height: 358px;
    height: 100%;
    margin: 0;
    color: #CCC;
    float: left;
    background: url(/design/images/bg-obsah-nc-white-top.png) no-repeat left top;
}
.obsah h2, .obsah-nc h2 {
    margin: 0;
    padding: 5px 0 5px;
    color: #FFE403;
}

.obsah p {
    margin: 0;
    padding: 5px 0;
    text-align: justify;
}
/*-------------------------------------------------------------------*/


/* levySloupec */
.levySloupec {
    float: left;
    position: relative;
    left: -520px;
    top: 0px;
    color: #435d8e;
    width: 215px;
    padding: 0;
    height: auto;
    background-color: #2a2f2f;
}
.levySloupec p {
    margin: 0;
    padding: 5px;
}

/* leftBox */

/* .levySloupec .menu */
.levySloupec .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.levySloupec .menu {
    width: auto;
    margin: 0;
}

.levySloupec .menu li {
    margin-bottom: 2px;
}

.levySloupec .menu li a {
    height: 32px;
    height: 24px;
    text-decoration: none;
}

.levySloupec .menu li a:link, .levySloupec .menu li a:visited {
    color: #FFF;
    display: block;
    background: #3366CC;
    padding: 8px 0 0 10px;
}

.levySloupec .menu li a:hover {
    color: #FFF;
    background: #336699;
    padding: 8px 0 0 10px;
}

/*-------------------------------------------------------------------*/

/* pravySloupec */

.pravySloupec {
    float: right;
    position: relative;
    top: 0px;
    width: 280px;
    padding: 0;
    height: auto;
    right: 10px;
    margin: 0;
}

.pravySloupec p {
    margin: 0;
    padding: 5px 5px 0px 80px;
    color: #000000;
    clear: both;
}

/* .pravySloupec .menu */
.pravySloupec .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pravySloupec .menu {
    width: auto;
    margin: 0;
}

.pravySloupec .menu li {
    margin-bottom: 2px;
}

.pravySloupec .menu li a {
    height: 24px;
    text-decoration: none;
}

.pravySloupec .menu li a:link, .pravySloupec .menu li a:visited {
    color: #FFF;
    display: block;
    background: #660000;
    padding: 8px 0 0 10px;
}

.pravySloupec .menu li a:hover {
    color: #FFF;
    background: #330000;
    padding: 8px 0 0 10px;
}

/* pravy sloupec box */

.pravySloupec .box {
    margin: 0 0 10px 0;
    padding: 8px 0 0 0;
    background: url(/design/images/box-bg-top.png) no-repeat top left;
    width: 280px;
    height: auto;
}
.pravySloupec .box-bg-roll {
    margin: 0;
    padding: 0;
    background: url(/design/images/box-bg-roll.png) repeat-y top left;
    width: 280px;
    height: auto;
}
.pravySloupec .box-bg-in {
    margin: 0;
    padding: 1px;
    background: url(/design/images/box-bg-in.png) no-repeat top left;
    width: 278px;
    height: auto;
    position: relative;
}
.pravySloupec .box-bg-bottom {
    font-size: 2px !important;
    margin: 0;
    padding: 0;
    background: url(/design/images/box-bg-bottom.png) no-repeat top left;
    width: 280px;
    height: 10px;
}
/*konec grafiky boxu*/

.pravySloupec .box h2 {
    margin: 0;
    padding: 5px 10px;
}
.pravySloupec .box a {
    color: #000;
}
.pravySloupec .box input.cert-kod {
    height: 14px;
    font-weight: bold;
    background: #EEE;
    margin: 0;
    border: 1px solid #666;
    width: 65px;
}

.box-img-objednavka {
    background: url(/design/images/bg-img-box-objednavka.png) no-repeat bottom left;
    height: 155px;
}
.box-img-kniha {
    background: url(/design/images/bg-img-box-kniha.png) no-repeat bottom left;
    height: 120px;
}
.box-img-certifikat {
    background: url(/design/images/box-img-certifikat.png) no-repeat bottom left;
    height: 150px;
}

/* button-box*/
.button-box {
    position: absolute;
    bottom: 0px;
    right: 10px;
    background: url(/design/images/bg-button-right-col.png) no-repeat left top;
    width: 141px;
    height: 24px;
    padding: 9px 0 0 10px;
}
.button-box a.button {
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}
/*---------------------*/

/* box pocet certifikatu */
.pocet-certifikatu p {
    margin: 0;
    padding: 5px;
}
.pocet-certifikatu {
    background: url(/design/images/bg-pocet-certifikatu.png) no-repeat left top;
    width: 280px;
    height: 63px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 3px 0 0 0;
}
.pocet-certifikatu .hodnota {
    font-size: 20px;
    font-weight: bold;
}

/*-------------------------------------------------------------------*/

/* paticka */
.paticka {
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: auto;
    padding: 0;
    background: url(/design/images/bg-content-bottom.png) no-repeat top center;
    clear: both;
    font-size: 11px;
    padding: 20px 10px 5px 10px;
    color: #bfcdcd;
}

.paticka p.copyright {
    float: left;
}
.paticka p.copyright a {
    color: #bfcdcd;
    font-weight: bold;
    text-decoration: none;
}

.paticka p.copyright a:hover {
    text-decoration: underline;
}

.paticka p.webdesign {
    float: right;
}

.paticka p.webdesign a {
    color: #bfcdcd;
    font-weight: bold;
    text-decoration: none;
}

.paticka p.webdesign a:hover {
    text-decoration: underline;
}

.paticka p {
    margin: 0;
}


/* .paticka .menu */

.paticka .menu {
    float: left;
    width: 100%;
    background: none;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
}
.paticka .menu ul {
    margin: 0;
    padding: 10px 5px;
    list-style: none;
}
.paticka .menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
.paticka .menu a {
    float: left;
    background: #FFF /*url("tableft1.gif") no-repeat left top*/;
    margin: 0;
    padding: 0 0 0 1px;
    text-decoration: none;
}

.paticka .menu a.first {
    padding: 0;
}

.paticka .menu a span {
    float: right;
    display: block;
    background: #273857 /*url("tabright1.gif") no-repeat right top*/;
    padding: 5px 15px 4px 6px;
    color: #66CCFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.paticka .menu a span {
    float: none;
}
/* End IE5-Mac hack */
.paticka .menu a:hover span {
    color: #66CCFF;
}
.paticka .menu a:hover {
    background-color: #FFF;
    background-position: 0% -42px;
}
.paticka .menu a:hover span {
    background-color: #FFF;
    background-position: 100% -42px;
}
.sponzorovaneOdkazy {border-top:1px solid #809191; margin:0 10px; padding:5px 0 10px 0; font-size:10px;color: #bfcdcd;}
.sponzorovaneOdkazy a {color: #bfcdcd;}

/*-------------------------------------------------------------------*/


/* Zarovnavani textu */
.text-alignJustify {
    text-align: justify;
}
.text-alignLeft {
    text-align: left;
}
.text-alignRight {
    text-align: right;
}
.text-alignCenter {
    text-align: center;
}
/*-------------------------------------------------------------------*/
.floatLeft {
    float: left;
}

/* clear */
.cl {
    clear: both;
}
.clear {
    clear: both;
    width: 100%;
    height: 0px;
    line-height: 0px;
    background: none;
}
/*-------------------------------------------------------------------*/

/* tabulka border */
table.border {
    border: 1px solid #666;
    width: 100%;
}
table.border th {
    border: 1px solid #EEE;
    background-color: #003399;
    color: #FFFFFF;
    padding: 5px;
}
table.border tr {
    background-color: #EEE;
}
table.border tr.dark {
    background-color: #DDD;
}
table.border td {
    border: 1px solid #FFF;
    padding: 3px;
}
/*-------------------------------------------------------------------*/

/* drobeckovaNavigace */
.drobeckovaNavigace {
    padding: 0 0 20px 0;
}
/*-------------------------------------------------------------------*/

/* error */
.error {
    font-size: 20px;
    color: #CC0000;
    font-weight: bold;
}
/*-------------------------------------------------------------------*/

/* produkt */
.produkt {
    float: left;
    width: 240px;
    height: 230px;
    padding: 5px;
    background: #EEEEEE;
}
.produktIn {
    float: left;
    width: 240px;
    height: 230px;
    background: #CCCCCC;
}
.produktNazev {
    float: left;
    width: 230px;
    clear: both;
    background: #DDDDDD;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.produktFotka {
    float: left;
    width: 90px;
    height: 75px;
    padding: 10px 5px;
    overflow: hidden;
}
.produktFotka a {
    margin: 0;
    padding: 0;
}
.produktFotka a img {
    margin: 0;
    padding: 0;
}
.produktPopis {
    float: right;
    width: 120px;
    height: 75px;
    padding: 10px 5px;
    overflow: hidden;
}
.produktDetail {
    margin: 10px 5px;
    height: 75px;
    overflow: hidden;
}
/*-------------------------------------------------------------------*/


/* hlavicka */
.hlavicka .menu .bg-menu {
    background-image: url(/design/images/bg-top-menu-center.png);
    background-repeat: repeat-x;
    background-position: left;
    height: 29px;
    text-align: center;
    float: left;
    width: 956px;
    padding: 11px 0 0 0;
}
.hlavicka .logo {
    float: right;
    padding: 15px 10px 0 0;
}
.hlavicka .logo a img {
    border: none;
}
.nadpis {
    float: left;
    width: 540px;
    text-align: left;
    padding: 25px 0 0 10px;
    position: absolute;
    top: 35px;
}
.nadpis h2 {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding: 0;
}
.nadpis h1 {
    font-size: 22px;
    color: #FFE403;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hlavicka .menu .bg-top-menu-right {
    float: right;
    background: url(/design/images/bg-top-menu-right.png) no-repeat left top;
    width: 12px;
    height: 40px;
}
/* ------------------------------------------------------------- */
.bg-content-top {
    position: absolute;
    width: 980px;
    margin: 0 auto;
    height: 10px;
    text-align: center;
    padding: 0;
    left: 0px;
    top: 130px;
    float: left;
    background: url(/design/images/bg-content-top.png) no-repeat top center;
}

.content .bg-content-center {
    background: url(/design/images/bg-content-center.png) no-repeat top center;
    min-height: 358px;
}




.ol-homepage li {
    font-size: 16px;
    font-weight: bold;
}
.obsah .uvodni-foto {
    position: relative;
    top: 0px;
    left: -14px;
    float: left;
    margin: 0;
    padding: 0;
}

/* .kurz */
.bg-kurz {
    background: #FFF url(/design/images/bg-kurz.jpg) repeat-x top left;
    padding: 7px;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.kurz {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}
.kurz .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kurz .menu {
    width: auto;
    margin: 0;
    padding: 0;
}

.kurz .menu li {
    width: 256px;
    margin: 0 0 2px 0;
    padding: 0;
    list-style: none;
}

.kurz .menu li a {
    height: 20px;
    text-decoration: none;
}

.kurz .menu li a:link, .kurz .menu li a:visited {
    color: #03a3d5;
    display: block;
    padding: 6px 0 0 5px;
    font-weight: bold;
}
.kurz .menu a.activ {
    color: #03a3d5;
    background: #FFF;
}
.kurz .menu li a:hover {
    text-decoration: underline;
}
.kurz .menu li a:hover, .kurz .menu li a:link.activ {
    color: #03a3d5;
    background: #FFF;
    padding: 6px 0 0 5px;
}
.kurz .menu li a.kon-ot-activ {
    font-size: 11px;
    padding: 0 0 0 15px;
    height: 16px;
    color: #03a3d5;
    background: #FFF;
    font-weight: bold;
    text-decoration: underline;
}
.kurz .menu li a.kon-ot {
    font-size: 11px;
    padding: 0 0 0 15px !important;
    height: 16px;
    color: #000000 !important;
    font-weight: normal !important;
}
.kurz-h {
    float: left;
    color: #03a3d5;
}
.kurz-h {
    float: left;
    color: #03a3d5;
}
.kurz-h2 {
    font-size: 10px !important;
    float: right;
    color: #03a3d5;
    padding: 3px 0 0 0;
}
.kurz-h h2 a, .kurz-h2 h2 a {
    color: #03a3d5 !important;
    text-decoration: none;
}
.kurz-h2 h2 a {
    font-size: 12px;
}
.kurzBorder {
    border-top: 2px solid #EEE;
}
.kurz-objednavka {
    position: absolute;
    bottom: 0px;
}
.bot20 {
    position: absolute;
    bottom: 30px;
}
a.kurz-objednavka {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    color: #03a3d5 !important;
    font-weight: bold;
    text-decoration: none;
}
a:hover.kurz-objednavka {
    text-decoration: underline !important;
}
.kurz-h a:hover, .kurz-h2 a:hover {
    text-decoration: underline;
}
.kurz-obsah {
    float: left;
    width: 660px;
    background-color: #FFF;
    color: #000;
    padding: 8px;
    height: 450px;
}

.kurz-obsah h3 {
    font-size: 16px;
    color: #03a3d5;
    padding: 5px;
}
.kurz-obsah h4 {
    font-size: 12px;
    color: #03a3d5;
    padding: 5px;
}
.kurz-obsah p {
    padding: 0 5px;
}


.obsah-nc-white-bottom {
    clear: both;
    margin: 0 0 0 10px;
    padding: 0;
    background: url(/design/images/bg-obsah-nc-white-bottom.png) no-repeat top left;
    width: 960px;
    height: 12px;
}
.otazka {
    clear: both;
    position: static;
}
.vyber-odpoved {
    float: left;
    width: 630px;
    font-size: 16px; /*font-weight: bold;*/
}
.vyber-odpoved strong, .popis-postup strong {
    color: #03a3d5;
}
table.odpovedi td {
    padding: 3px;
    vertical-align: top;
}

/* postup */
.postup {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.postup .left, .postup .center, .postup .right {
    float: left;
}
.postup .left, .postup .right {
    padding-top: 33px;
}
.postup .center {
    width: 66px;
    height: 87px;
    background: url(/design/images/menu_parts/menuCenter.gif) no-repeat center center;
    font-weight: bold;
    text-align: center;
}
.iko-postup {
    width: auto;
}
.popis-postup {
    padding: 10px 0 0 0;
}
/*---------------------------*/

/* postup-line */
.postup-line {
    float: right;
    padding: 0;
}
.postup-line .left, .postup-line .center, .postup-line .right {
    float: left;
}
.postup-line .left, .postup-line .right {
    padding-top: 0px;
}
.postup-line .center {
    width: 66px;
    height: 54px;
    background: url(/design/images/menu_parts/menuCenterLine.gif) no-repeat top center;
    font-weight: bold;
    text-align: center;
}
.postup-line .center .popis-postup {
    padding: 20px 0 0 0;
}
/* ---------------------- */


/* Formulář */
.formular fieldset {
    margin-bottom: 15px;
    padding: 10px;
    line-height: 150%;
    border: 1px solid #777777;
}
.formular label {
    float: left;
    width: 150px;
    margin-top: 6px;
}
.formular span {
    float: left;
    margin-top: 6px;
}
.formular input, .formular select, .formular textarea {
    float: left;
    margin-top: 4px;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.formular legend {
    font-size: 14px;
    font-weight: bold;
    color: #ffe403;
}
.formular .TlacitkoVlevo {
    float: left;
    width: 120px;
    height: 26px;
    background: url(/Design/Images/btnLeftArrow.gif) no-repeat left center;
    border: none;
    margin: 0;
    padding: 0;
	cursor:pointer;
}
.formular .TlacitkoVpravo {
    float: right;
    width: 120px;
    height: 26px;
    background: url(/Design/Images/btnRightArrow.gif) no-repeat left center;
    border: none;
    margin: 0;
    padding: 0;
	cursor:pointer;
}
.formular .TlacitkoVpravoDlouhe {
    float: right;
    width: 200px;
    height: 26px;
    background: url(/Design/Images/btnRightArrow2.gif) no-repeat left center;
    border: none;
    margin: 0;
    padding: 0;
	cursor:pointer;
}
.btnCenter {
    background: url(/Design/Images/btnCenter.gif) no-repeat left center;
    width: 120px;
    height: 26px;
    border: none;
    margin: 0;
    padding: 0;
}

.w320 {
    width: 320px !important;
}
.w300 {
    width: 300px !important;
}
.w280 {
    width: 280px !important;
}
.w260 {
    width: 260px !important;
}
.w240 {
    width: 240px !important;
}
.w220 {
    width: 220px !important;
}
.w200 {
    width: 200px !important;
}
.w180 {
    width: 180px !important;
}
.w160 {
    width: 160px !important;
}
.w140 {
    width: 140px !important;
}
.w120 {
    width: 120px !important;
}
.w100 {
    width: 100px !important;
}
.w80 {
    width: 80px !important;
}

select.w200 {
    width: 205px;
}
.formular .err {
    padding-left: 10px;
}
.formular .radiobutony {
    float: left;
}
.formular .radiobutony label {
    width: auto;
    margin-right: 20px;
}
fieldset.maly {
    width: 280px;
    line-height: 100%;
    float: left;
}
fieldset.maly label {
    width: 100px;
    font-size: 11px;
    float: left;
}
fieldset.maly span {
    width: 170px !important;
    font-size: 11px;
    float: left;
}
fieldset.marginright {
    margin-right: 16px;
}
.obsah ol {
    margin: 0;
    padding: 5px;
}
.obsah ol li {
    list-style-position: inside;
    padding: 2px 0;
}
.centerbold {
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

.objCert {
    background-color: #2a2f2f;
    text-align: center;
    border: 1px solid #777777;
    width: 610px;
    padding: 3px 10px;
    margin: 5px 0 0 0;
    position: absolute;
    top: 525px;
    left: 15px;
}
.pozRel, .pozRel .objCert {
    position: relative !important;
    top: 0;
    left: 0;
}
.objCert h3 {
    margin: 0;
    padding: 0;
}
.posBanner {
    position: absolute;
    top: 444px;
    left: 15px;
}
.nadpisKontakt {
    margin: 0;
    padding: 1px 0 13px 0;
    font-size: 14px;
    font-weight: bold;
    color: #ffe403;
}
.vyhodnotit-test {
    float: right;
    position: absolute;
    right: 22px;
    bottom: 85px;
}
.chybi-otazky {
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
    float: left;
    position: absolute;
    bottom: 50px;
    left: 290px;
    width: 500px;
}

.accordionHeader {
    background: transparent url(/Design/Images/plus.gif) no-repeat 0px 7px;
    padding: 5px 20px;
    font-weight: bold;
}
.accordionHeaderSelected {
    background: transparent url(/Design/Images/minus.gif) no-repeat 0px 7px;
    padding: 5px 20px;
    font-weight: bold;
}

/* zvýraznění */
.zvyrazneno {
    font-weight: bold;
    color: #ffe403;
}
.zvyrazneno-ok {
    font-weight: bold;
    color: #66dd33;
}
.zvyrazneno-err {
    font-weight: bold;
    color: #ff0000;
}
/* menu prihlasen */
.menuPrihlasen {
    font-size: 11px;
    text-align: right;
    padding: 0px 12px 10px 0;
    background: url(/Design/Images/bg-prihlasen-menu.jpg) repeat-y top left;
}
.menuPrihlasen a {
    font-weight: bold;
    text-decoration: none;
    color: #DDDDDD !important;
}
.menuPrihlasen a:hover {
    text-decoration: underline;
}
/* --------------------------- */

/* colory */
.colDarkYell {
    color: #FFCC00;
}

/* Styly tabulek */
.tabStyl0 {
    width: 100%;
    border: 1px solid #6c6c6e;
}
.tabStyl0 td, .tabStyl0 th {
    padding: 2px;
}
.tabStyl0 tr {
    background-color: #656c6e /*#616566*/;
}
.tabStyl0 tr:hover {
    background-color: #616566;
}
.tabStyl0 tr.dark, .tabStyl0 td.dark {
    background: #656c6e;
}
.tabStyl0 tr.dark:hover, .tabStyl0 td.dark:hover {
    background: #616566;
}
.tabStyl0 tr.nadpisy, .tabStyl0 th.nadpisy {
    background-color: #444;
    color: #FFCC00;
    font-weight: bold;
}

/* bold */
.bold {
    font-weight: bold;
}

/* stranka Logo certifikat */
.SoucasneLogo {
    line-height: 30px;
    font-weight: bold;
}
.PanelSouboru {
    padding: 15px 0 0 0;
}
.PanelSouboru fieldset {
    border: 1px solid #777777;
    padding: 10px;
}
.PanelSouboru fieldset legend {
    color: #FFE403;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}
.UpButton {margin: 0;}

img.border {border: 1px solid #999; margin-right:10px;}

.PdfImg { 
    position:relative;
    top:3px;
}

.formular .terminy LABEL 
{
width:300px;
}

