body {
   font-family : 'verdana ce',verdana,'comic sans ms ce','comic sans ms','arial ce',arial,serif;
   color : #DDF;
/*   background: url(les_gray.jpg) #333 fixed no-repeat center; */
   background: #333;
   margin: 5px;
}

#page {
	margin: 0 auto;
	width: 950px;
/*	border: 1px dashed black;
	background-color: #ccc;*/
	text-align: left;
	color: black;
}

#leftMenu {
	float: left;
	width: 150px;
	height: 535px;
}

#sizer {
  height: 170px;
}

#content {
	width: 780px;
	float: right;
}


table.cela {
  width:100%;
  height:100%;
}

img.okraj {
  border: 30px solid white;
}

a.navigace {
  font-weight : 600;
  font-size : 14px;
  font-family : 'verdana ce', verdana, 'arial ce', arial;
  color : white;
}

a.navigace:visited {
  color : #CCC;
}

a.navigace:hover {
  color : #4A9EFB;
  text-decoration : underline;
}

a {
   color : white;
   text-decoration: none;
   font-weight: 500;
   font-variant: small-caps;
}

a:visited {
   color : #BBBB00;
}

a:hover {
  color : #FF0000;
  text-decoration: underline;
}

ul {
  list-style: url(bullet.gif);
  padding-left: 0.1em;
  margin-left: 1em;
}
