/* default page style */
body {
  margin:0; padding:0;
  background-color: white;
  text-align:center;  /* this centers the document - needed for IE */
  font-family: Arial, sans-serif;   
}

/* Nested boxes trick */

#clean {       
  width: 90%; 
  max-width:50em;
  margin: 1em auto; /* top/bottom left/right */
  text-align:left;  
}


div.leftc {
  margin: 0; padding:0;
  width: 14em;
  float: left
}

div.rightc {
  margin:0 0 0 14em; padding:0;
}

div#vspace {
 height:4ex;
 }

:link img {
  border: none;
}

:visited img {
  border: none;
}


DT  {
	color : Black;
	font-weight : bold;
	font-family : sans-serif;
}

H3  {
	color : #000080;
	font-size : large;
}

STRONG  {
	font-family : monospace;
	color : Olive;
}

TH  {
	font-family : monospace;
	color : Olive;
}

LI  {
	text-align : left;
}

/*LI.bib { list-style-type:none;
}
*/

DD  {
	font-style : italic;
}

H1  {
	font-family : sans-serif;
	font-size : x-large;
	color : Gray;
}

A.CSR  {
	text-decoration : none;
	font-family : sans-serif;
	font-style : italic;
}

TD.pocka {
	background : gray;
}

TD.high {
	background : yellow;
}

TD.hotovo {
	background : green;
}