/* základní barva: #becdbf */
body              { text-align:center; font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size:9pt; }
a:link            { color:#000000; }
a:visited         { color:#000000; }
a:active          { color:#000000; }
a:hover           { color:#cc3300; }
h1                { font-size:140%; margin:10px; margin-left:0px; margin-bottom:5px; text-align:left; }
p                 { margin:2px; text-align:justify; }
form              { margin:0px; }
/* hlavička dokumentu */
div.head          { margin:auto; height:50px; border:0px; background-image:URL('ikony/logo.gif'); background-repeat:no-repeat; }
/* záložky s navigací a přihlášením */
div.norm          { width:12%; min-width:120px; float:left; margin:0px; padding:2px; text-align:center; border-left:1px solid #becdbf; border-bottom:0px; border-right:0px; border-top:1px solid #becdbf; }
  .norm a         { text-decoration:none; }
div.big           { width:12%; min-width:120px; float:left; margin:0px; padding:2px; text-align:center; border-left:1px solid #becdbf; border-bottom:1px; border-right:0px; border-top:1px solid #becdbf; background-color:#becdbf; font-weight:bold; }
  .big a          { text-decoration:none; }
div.brdy          { width:12%; min-width:120px; float:left; margin:0px; padding:2px; text-align:center; border-left:1px solid #becdbf; border-bottom:0px; border-right:1px solid #becdbf; border-top:1px solid #becdbf; }
  .brdy a         { text-decoration:none; }
div.navi          { float:right; margin:0px; padding:0px; text-align:right; border:0px; }
  .navi img       { margin:0px; margin-top:-3px; margin-bottom:-3px; padding:0px; border:0px; }
/* tělo stránky - rámeček */
div.body          { width="100%"; margin:auto; clear:both; padding:5px; clear:both; border:2px solid #becdbf; text-align:center; }
/* patička stránky */
div.foot          { border:0px; text-align:right; color:#becdbf; }
/* vyhledávání */
form.search          { clear:both; padding:2px; margin-top:5px; margin-bottom:5px; background-color:#ffeed5; border:1px solid #ff9900; color:#000000; text-align:right; }
form.search input    { font-size:80%; border:1px solid #000000; }
form.search input.bt { width:100px; border:1px solid #000000; font-weight:bold; }
/* tabulky s příspěvky */
table             { width:100%; margin:auto; border:1px solid #becdbf; border-collapse:collapse; font-size:100%; text-align:left; }
caption           { margin:0px; padding-bottom:4px; text-align:left; }
  caption div     { float:right; margin:0px; padding:0px; border:0px; }
  caption div a   { width:20px; text-align:center; }
  caption div b   { width:20px; text-align:center; }
  caption div img { margin:0px; padding:0px; border:0px; }
th                { background-color:#dee7de; padding-left:4px; padding-right:4px; border:1px solid #becdbf; text-align:center; color:#597b59; }
td                { background-color:#ffffff; padding-left:4px; padding-right:4px; border:1px solid #becdbf; text-align:center; }
  td img          { margin-right:5px; }
  td p            { margin:6px; }
  td code         { margin:50px; }
  td span         { margin:0px; padding:0px; float:right; border:0px; }
  td span img     { margin:0px; padding:0px; border:0px; }
table.dmenu       { width:100%; margin:auto; border:0px solid #becdbf; border-collapse:collapse; font-size:100%; text-align:center; }
  .dmenu td       { border:0px; }
  .dmenu th       { width:120px; border:1px solid #becdbf; border-top:0px; font-size:100%; font-weight:normal; }
  .dmenu a        { text-decoration:none; }
/* */
input             { font-size:80%; background-color:#dee7de; border:1px solid #becdbf; }
