/* (C) by Martin Smetana  E-Mail: martin.smetana@volny.cz */

/* Styl stranky pro práce (semestrálky, referáty...) */

BODY { background: #FEFEFE url(../images/x-gray.gif);
       /*background-attachment: fixed;*/
       color: black;
       margin: 0;
       padding: 1% 2%;
       SCROLLBAR-FACE-COLOR: #eeeeee;
       SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
       SCROLLBAR-SHADOW-COLOR: #eeeeee;
       SCROLLBAR-3DLIGHT-COLOR: #335395;
       SCROLLBAR-ARROW-COLOR: #335395;
       SCROLLBAR-DARKSHADOW-COLOR: #335395;
       SCROLLBAR-BASE-COLOR: #eeeeee }

H1.firstline { font-size: 150%;
     text-align: center;
     margin: 0;
     font-weight: normal }

H1 { font-size: 240%;
     text-align: center;
     font-weight: bold;
     margin: 3 }

H1.lastline { font-size: 120%;
     text-align: center;
     margin: 0;
     font-weight: normal }

H2 { font-size: 200%;
     font-weight: bold }

H3 { font-size: 130%;
     font-weight: bold;
     font-style: italic;
     margin: 1 0 }

DT { font-size: 170%;
     font-weight: bold;
     color: #007 }

DD DT { font-size: 150% }	/* vnořené nadpisy */

DD { margin: 0.5ex 0 2ex 5ex }

UL, OL { margin: 3 0;
     padding: 0.2ex 0.7ex;
     border-width: 1;
     border-color: #CCD;
     border-style: solid;
     background-color: #F7F7FA }

UL LI { margin: 0 0 0 5ex }

OL LI { margin: 0 0 0 6ex }

P { 
  text-indent: 3ex;
  text-align: left;
  margin: 3 0;
  padding: 0.2ex 0.7ex;
  border-width: 1;
  border-color: #CCD;
  border-style: solid;
  background-color: #F7F7FA 
}

P.nospace, PRE { 
  text-indent: 0;
  text-align: left;
  margin: 3 0;
  padding: 0.2ex 0.7ex;
  border-width: 1;
  border-color: #CCD;
  border-style: solid;
  background-color: #F7F7FA 
}

table.hide {
  border-style: none;
  background-color: transparent
}

table.hide td, th {
  border-style: none;
  background-color: transparent
}

table {
  text-align: center;
  border-style: solid;
  border-width: 2;
  border-color: #079;
  margin: 0.5ex 0.5ex
}

th {
  border-style: solid;
  border-width: 1;
  border-color: white;
  padding: 0 0.7ex;
  background-color: #CCC
}

td {
  border-style: solid;
  border-width: 1;
  border-color: white;
  padding: 0 0.7ex;
  background-color: #EEE
}

th.light, td.light { color: #D00 }

.left {
  text-align: left
}

TABLE.author { 
  width: 100%;
  margin: 0;
  background-color: #0A0;
  border: 0
}

TABLE.author TD { 
  text-align: center;
  background-color: #EE0; 
  border-width: 1;
  border-style: solid;
  border-color: white;
}

A:link { color: #00C }   	/* nenavštívený odkaz */
A:visited { color: #00C }    	/* navštívený odkaz */
A:active { color: #000C } 	/* aktivní odkaz */
A:hover { color: #D00 }		/* odkaz pod kurzorem */