
body {
	font-family : Arial, Helvetica;
	font-size : 9pt;
	color : #000;
  background-color:#D1D1D1;
}

body.menu {

}

body.obsah {
  background-color:#C1CDCD;
}


div.menuitem {
  border: 1px solid gray;
  margin-bottom: 20px;
  text-align: center;
  background-color:#C1CDCD;
}

div.blok {
  border: 1px solid gray;
  padding: 10px;
  margin-bottom: 10px;
  text-align: justify;
}

p {
  text-indent: 10px;
  text-align: justify;
}
