/* CSS Document */


/* uprava stylopisu pro IE
----------------------------*/

#prezentace
{
  background-color: transparent;
}

#obsah{
	margin-bottom: 0px;
	padding-bottom: 40px;
	_height: 600px;      /*hack pro IE*/
	min-height: 600px;
  background: white;
}

#obrys > ul > li > ul > li a {
  margin-top: 0px;
  padding-top: 0px;
}
