/************************************************** PISMO A VELIKOST */

body, input, select, textarea, th, td {
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; /* Tahoma (alternativní bezpatkové písmo) */
}

input, select, textarea {
  font-size: 100%;
}

body, th, td {
  font-size: 78%; /* th, td only for IE < 6 */
  line-height: 1.4;
}

th, td {
  font-\size: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; /* Trebuchet MS (elegantní bezpatkové písmo) */
}



/************************************************** LAYOUT */

body, html {
  margin: 0; padding: 0;
}

body {
  background: white;
  color: black;
}

#page {
}

    #header,  #sidebar,  #minimenu {
      display: none;
    }

    #footer {
      clear: both;
      padding: 20px 0px 10px 0px;
      font-size: 84%;
      text-align: center;
    }







/************************************************** ZÁKLADY */

/* zarovnani textu */
p          { margin: 0.3em 0 0.4em; padding: 0; }
p.noindent { text-indent: 0 !important; }
.right     { text-align: right !important; }
.left      { text-align: left !important; }
.center    { text-align: center !important; }

.selfcenter { margin-left: auto !important; margin-right: auto !important; width: auto !important; }


/* titulky */
h1, h2, h3 {
  text-indent: 0px;
  margin: 0.8em 0 0.2em;
}
h1 { font-size: 200%; font-weight: normal; color: #195BB6; }
h2 { font-size: 150%; font-weight: normal; color: #0098A3; }
h3 { font-size: 135%; font-weight: normal; color: #195BB6; }
h4 { font-size: 130%; color: #0098A3; }
h5 { font-size: 120%; color: #195BB6; }
h6 { font-size: 110%; color: #195BB6; }

h2 a { color: #0098A3; }
h2 a:visited { color: #07777F; }


/* kotvy */
a {
  cursor: pointer;
  _cursor: hand;
  color: #2D6FC9;
}
a:visited { color: #4373B4; }
a:hover { color: #3B7CD0 !important; }


/* další */

hr {
  color: #3B7CD0;
  background-color: #3B7CD0;
  border: 0;
  height: 1px;
}

.nocss { display: none; }

i, em { margin-right: 0.1em; }

/************************************************** SEZNAMY */


dd { }
dt { }

ul {
  margin: 0.6em 0 0.8em 1.5em;
  padding: 0;
}

ul li {
  margin-left: 20px;
}
ul.nodots {
  list-style: none none;
}



/************************************************** FORMULÁŘE */



input.default {
  font-weight:bold;
}


input.text, select, textarea {
  border: 1px solid gray;
  padding: 2px 3px;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

input.text:focus, select:focus, textarea:focus {
  border: 1px solid black;
}


input.button {
  margin: 5px;
  font-size: 105%;
}

form.addbasket { display:inline; }
form.addbasket input { vertical-align:middle; margin: 0 2px; }



/************************************************** TABULKY */

table img { vertical-align: middle; }
table input { vertical-align: middle; }

th { font-weight: bold; }

th, td { padding: 3px 4px; }

td.number, th.number {
  text-align: right;
}



table.solid  {
  border-collapse: collapse;
  width: 500px;
  margin: 10px 0 20px;
}

table.solid td,
table.solid th {
  border: 1px solid black;
}

table.solid th {
  font-weight: bold;
}


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 { border: none; }



.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;
}




/************************************************** HLAVICKA */




/************************************************** OBSAH */

#main p {
 font-size: 95%;
}


/************************************************** PATICKA */






/************************************************** DEFINICE PRO RUZNE STRANKY */





.box {
  margin: 20px 0 0 0;
  width: 500px;
  border: 1px solid black;
}


.box .inner {
  padding: 10px 25px 3px;
}


.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 p {
  color: gray;
}



#main p.small {
  font-size: 90%;
  color: gray;
}


.error {
  color: red;
  font-weight: bold;
}


.c-cire { background: red; }
/* královská */ .c-rb { background: darkblue; }
/* bílé */ .c-bl { background: white; }
/* černé */ .c-n { background: black; }
/* modré */ .c-b { background: blue; }
/* červené */ .c-r { background: red; }
/* zelené */ .c-v { background: lightgreen; }
/* žluté */ .c-j { background: yellow; }
/* čiré */ .c-t { background: white; }
/* ivory */ .c-iv { background: #E7E0B2; }
/* hnědé */ .c-m { background: brown; }
/* kouřové */ .c- { background: #28815A; }
/* tabákové */ .c-ta { background: #93731B; }
/* šedé */ .c-g { background: gray; }
/* okrové */ .c-oc { background: #B6A065; }
