/*
   This CSS file (c) 2004-2006 David Grudl; http://davidgrudl.com; All rights reserved.
*/

/*******************d*g*x***************************** BASE FONT & SIZE */

body, td, th, input, select, textarea {
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; /* Tahoma (alternativní bezpatkové písmo) */
}

h1, h2, h3, h4, h5, h6, #menu {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

body, td, th {
  font-size: 78%; /* % = px * 6,276  (78% je 12,5px) */
  line-height: 1.5em;
}

th, td { font-\size: 100% } /* modern & IE > 5.5 */

input, select, textarea { font-size: 100% }  /* line-height neměnit */

pre, code, samp, kbd, var { font-family: monospace; font-size: 120%; line-height: 1.17em } /* size*line-height odpovídá P */

h1 { font-size: 180% }
h2 { font-size: 160% }
h3 { font-size: 140% }
h4 { font-size: 125% }
h5 { font-size: 120% }
h6 { font-size: 110% }




/*******************d*g*x***************************** BASE COLORS */

input.text, select, textarea {
  color: #111;
  background: white;
}

a:link    { color: #e73831 }
a:visited { color: #c75c5f }
a:hover   { color: blue }
a:active  { color: red }

hr {
  color: gray;
  background-color: gray;
  border: 0;
  height: 1px;
  clear: both;
  margin: 1em 0;
}

hr.clear {
  visibility: hidden;
  margin: 0;
  padding: 0;
}

h1 { color: #3b619f; font-weight: normal; }
h2 { color: #e73831; font-weight: normal; }
h2 a { text-decoration: none; }


/*******************d*g*x***************************** BASE FORMATTING */

p { text-indent: 1em; margin: 0.8em 0; padding: 0;  }

h1, h2, h3, h4, h5, h6 { text-indent: 0; margin: 0.9em 0 0.5em; padding: 0; }

/* by Dero (http://dero.name) */
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { text-indent: 0 }

a { cursor: pointer; _cursor: hand; }

i, em { margin-right: 0.1em }

abbr, acronym { cursor: help; _border-bottom: 1px dotted black; }

ul { margin: 0 0 1.5em 1.5em; padding: 0 }
ul li { margin: 0 0 0 1.5em; padding: 0 }

hr { border: 0; height: 1px; } /* single line */

q { font-style: italic; }

pre {
  overflow: auto;
  _overflow-y: visible;
  padding: 0.5em;
  _padding-bottom: 2em;
  line-height: 1.4em;
}

img { border: none }

table img, table input { vertical-align: middle }

th, td { padding: 0.25em 0.3em; vertical-align: top }





/*******************d*g*x***************************** BASE CLASSES */

.hidden { display: none }
.print  { display: none }

.right  { text-align: right !important }
.left   { text-align: left !important }
.center { text-align: center !important }

.noindent { text-indent: 0 !important }
.default  { font-weight: bold; }
.nodots   { list-style-type: none; list-style-image: none }
.error    { color: red; font-weight: bold; }
.clear    { clear: both }


img.left, img.right {
  float: left;
  margin: 0.8em 1em 0.8em 0;  /* p */
  padding: 0;
}

img.right {
  float: right;
  margin: 0.8em 0 0.8em 1em;  /* p */
}

img.alpha {
  -moz-opacity: .85;
  -khtml-opacity: .85;
  opacity: .85;
  filter: alpha(opacity=85);
}

a:hover img.alpha {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

td.number, th.number { text-align: right; white-space: nowrap }

table.wide { width: 100% }




/*******************d*g*x***************************** BASE FORMS FORMATTING */

input, select, textarea { padding: 0.2em }
input { vertical-align: middle }


input.text, select, textarea { border: 1px solid gray } /* IE */

input[type="text"], input[type="password"] { border: 1px solid gray } /* & modern */

input:focus, select:focus, textarea:focus { border-color: black !important } /* all */


form { margin: 0; padding: 0; }
fieldset { border: none }




/*******************d*g*x***************************** LAYOUT */

body, html {
    margin: 0; 
    padding: 0;
}

html {
    background: url("../images/bg.gif") top center repeat-x #b9bcbe; /* doubled */
    height: 100%;
}

body {
    background: url("../images/main-bg.gif") top center  repeat-y;
    min-height: 99%;
    _height: 99%;
    _text-align: center;
    margin: 5px 0 0;
}


#page {
    margin: 0 auto;
    width: 861px; 
    _text-align: left;
}

#header {
    background: url("../images/header-bg.gif") top no-repeat;
    height: 90px;
    position: relative;
}

    #logo {
       position: absolute;
       left: 21px; top: 35px;
       width: 117px; height: 39px;
       background: url("../images/logo.gif") top no-repeat;
    }

    #minimenu {
        position: absolute;
        left: 205px;
        bottom: 17px;
        width: 400px;
    }

    #minimenu a {
        color: #305689;
        text-decoration: none;
        padding-right: 10px;
    }

    #minimenu a:hover {
        color: #f09831;
    }

    #search {
        position: absolute;
        left: 650px;
        top: 8px;
    }

    #search .text { width: 165px; }




#main {
/*    background: url("../images/main-bg.gif") top center  repeat-y;*/
}

    #banner {
        height: 15px;
    }

    #page-index #banner {
        background: url("../images/banner.jpg") top no-repeat;
        height: 179px;
    }


    #left {
      width: 152px;
      float: left;
      margin: 0 40px 0 20px;
      display: inline;
    }

    #right {
      width: 151px;
      float: right;
      margin-right: 10px;
      display: inline;
    }


    #content {
      width: 440px;
      float: left;
      background: white;
    }

    
    #breadcrumbs {
        font-size: 90%;
        color: gray;
        font-weight: normal;
    }

    #breadcrumbs a { font-weight: normal; }





#footer {
  clear: both;
  color: #222;
  margin: 3em 0 0;
  font-size: 84%;
  text-align: center;
}

#footer a         { color: #999 }
#footer a:visited { color: #999 }


    #footer .ad { font-size: 90% }
    #footer .ad a { color: gray !important }




/*******************d*g*x***************************** OTHERS */


.fullcontent { width: 100%; }  /* IE natahne výšku */
.fullcontent:after {           /* moderní browsery natáhnou výšku */
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
  clear: both;
}









/** kompatibilita **/

form.addbasket  { display:inline; }
form.addbasket input { vertical-align:middle; margin: 0 2px; }



/************************************************** TABULKY */

table img { vertical-align: middle; }
table input { vertical-align: middle; }

td.number, th.number {
  text-align: right;
}



table.solid  {
  background: #EEE;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 20px;
}

table.solid td,
table.solid th {
  border: 2px solid white;
}

table.solid th {
  background: #f7dedf;
  color: #ea373a;
  padding: 4px 7px;
}


table.solid tr.light { background: #F3F3F3; }

table.solid.center td,
table.solid.center th { padding: 5px 10px; }




table.light  {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 20px;
  background: #F9F9F9;
  border: 1px dashed gray;
}


table.light th, table.light td {
  border-bottom: 1px dashed silver;
}

table.light th {
  background: #E9E9E9;
}



table.jaw td { text-align: right; }
table.jaw th { text-align: left; }



/************************************************** OBRÁZKY */


.img-left, .img-right {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 0;
  text-align: center;
  font-size: 84%;
}

.img-right {
  float: right;
  margin: 5px 0 5px 10px;
}



.katalog a, .katalog a:visited {
  color: #444;
  font-weight: normal;
  text-decoration: none;
}

.katalog .aktual a {
  color: black !important;
}

.katalog a:hover { color: blue !important; }



.katalog a.bolder, .katalog a:visited.bolder {
  color: red;
}

/*
.katalog a.top, .katalog a:visited.top {
  font-size: 105%;
  color: darkblue !important;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
*/

.katalog a.active, .katalog a:visited.active {
  font-weight: bold;
  text-decoration: none;
}


.katalog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.katalog li  {
  margin: 0;
  padding: 1px 0;
}

.katalog ul ul {
  padding-left: 15px;
}





ul.menu {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}


ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.menu a {
  font-weight: bold;
  text-decoration: none;
}





.box {
  margin: 20px 0 0 0;
}


.box .inner {
}


.box-bottom {
  height: 9px;
  font-size: 0;
  clear: both;
}


.box h2 {
  font-size: 155%;
}

.box .image {
   float: right;
   margin: 5px -2px 5px 10px;
   text-align: right;
}

.box .image p  {
  font-weight: bold;
  font-size: 110%;
}


.box .image div  {
    margin: 2px;
}

.imageBox img { display: none; }
.imageBox img.first { display: inline; }


.box p {
  color: gray;
}



p.infobox {
  background: #fddcad;
  color: #d45a00;
  font-size: 120%;
  padding: 10px 0;
  width: 300px;
  margin: 10px auto;
  text-align: center;
}


/*************** SEARCH.PHP */

#search-res div { padding: 1em 0; clear: both; }
#search-res p { margin: 0 0 0 90px; padding: 0; text-indent: 0;}
#search-res p.t { font-size:125%; }

#search-nav { text-align: right; margin: 2em 0; }
#search-nav a { padding: 0 10px; }
#search-nav img { padding: 0 3px; vertical-align:middle; }



