body{
	font: 12px Arial, Helvetica, sans-serif;
  margin: 0;
	padding: 0;
  background-color:#FFF2B1;
}


/*   LAYOUT   */
div#center {
  width: 936px;
	margin: auto;
	text-align: left;
	background-color: white;
}

div#left {
  float: left;
  width: 202px;
  margin: 2px;
}

div#main {
  float: left;
	width: 723px;
	margin-top: 2px;
	margin-left: 4px;
}


div.jedna {
  padding: 8px;
  background-color: white;
  border: 1px solid #A6872F;
  color: #2C2408;
  margin-bottom: 2px;
}

div.jedna h5 {
  font-size: 105%;
  font-style: normal;
  font-weight: normal;
  display: block;
  width: 178px;
  padding: 3px;
  margin: 0;
  color: white;
  background-color: #A6872F;
}


/* ZATIM NEZARAZWNo */
div#menu {
  font-size: 105%;
  width: 940px; 
}

div#menu a {
  float: left;
  display: block;
  width: 120px;
  background-color: #2C2408;
  color: white; 
}

/* NADPISY */
h1 {
  font-size: 150%;
  padding: 0px;
  margin: 5px;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 110%;
}

/* ODKAZY */
h5 a {
  color: white;
  text-decoration: none;
}


/* OBRAZKY */
a img {
  border: 2px solid black;
}


/* OSTATNI */
div.cistic {
	clear:left;
	visibility:hidden;
}
