body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  }

#container {
  
  margin: auto;
  
}

/* -------------------- HLAVIČKA ------------------------------ */

#head {
	display: none;
}


/* -------------------- MENU 1 ------------------------------ */

#menu1 {
	display: none;
}



/* -------------------- MENU 2 ------------------------------ */

#cover {

}

#menu2 {
display: none;
}


/* -------------------- OBSAH STRANKY ------------------------------ */

#right-part {

}

#page {
background-color: white;
color: black;
}

h1 {
	text-align: left;
	
}

h2 {
	text-align: left;
	
}

p.page {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* -------------------- POLOZKY ------------------------------ */

.item {
	width: 174px;
	_width: 183px;
	height: 250px;
	padding: 5px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	border: 1px black solid;
}

p.item-text {
	margin-top: 0px;
	margin-bottom: 0px;
}

a.item-text {
	color: black;
}


/* -------------------- REKLAMA ------------------------------ */

#advertisment {
display: none;
}

/* -------------------- PATICKA ------------------------------ */

#bottom {
display: none;
}

