/* Standardní text */
.text p, .text div, .text {text-align : justify ; text-indent : 15pt }
.italic {font-style : italic }
.justify {text-align : justify }

h1 {text-align: center ; font: x-large ; }
h2 {text-align: center ; font: large;}
h3 {text-align: center ; font: medium; font-weight : bold ;}
h4 {text-align: center ; font-size: medium ; font-weight : normal }
h5 {text-align: center ; font-size: small ; font-weight : bold }

hr {width=50%; color: brown}

.error { color : red }

/* Barvy na světlém podkladě */

.light td { color: #800000 }
.light A:link { color: #444444 }
.light A:visited {color: #777777 }
.light A:active {color: #869 }
.light A:hover {color: #869 }

/* Barvy na tmavém podkladě */
  
.dark { color: #DD7733 }
.dark A:link { color: #FFC5A5 }
.dark A:visited {color: #CC7766 }
.dark A:active {color: #FFEEBB }
.dark A:hover { color: #FFEEBB }

/* Ovládací lišta služeb domény */

table.lista td {font: smaller ; margin : 3px 3px 0px 0px ; background: url(bgtable1.jpg) ;  padding : 1px 4px ;}

/* Tabulka pro formuláře */

table.form { padding : 0px; background : url(bgtable2.jpg)}
table.form th, table.form td { margin : 0 ; background: url(bgtable3.jpg); padding : 10px 10px ;  vertical-align: top ; } 



/* Standardní tabulka */

table.st {padding : 3px 3px 3px 3px ; background: url(bgtable1.jpg); }
table.st th {text-align: left ; margin : 3px 3px 0px 0px; padding : 2px 4px 1px ; font: bold uppercase ; background: url(bgtable3.jpg) ;  }
table.st td {margin : 3px 3px 0px 0px ; background: url(bgtable2.jpg) ;  padding : 1px 4px ;}

/* Alternativní tabulka */

table.al {padding : 3px 3px 3px 3px ; background: url(bgtable4.jpg); }
table.al th {text-align: left ; margin : 3px 3px 0px 0px; padding : 2px 4px 1px ; font: bold uppercase ; background: url(bgtable6.jpg) ;  }
table.al td {margin : 3px 3px 0px 0px ; background: url(bgtable5.jpg) ;  padding : 1px 4px ;}

/* Poloprůhlkedný stín na světlém pozadí */

table.shade {background : url(lightshade.gif) ;}
.nadpis1 {text-transform: uppercase }
.nadpis2 {text-transform: uppercase  }

.odkazjinam {font : bold}