/* CSS Document pro úvodní stranu - žlutá */


html,body
{
	height: 100%;
 /*background: transparent url('../images/bgr_all.jpg') scroll top left repeat-x;*/
  background: #f7cccf;
}

#body-content
{
   background: #f7cccf;
}

#body-footer
{
	text-align:center;
	background: #f7cccf;
}

#vertical ul li a.itemover
{
  color:#97253F;
  border-bottom:1px dotted #97253F;
}

#vertical ul li a:hover
{
 text-decoration:none;
 color:#97253F;
}

/* vzhled odkazu v textové navigaci */
#textnavig li a.item
{
	text-decoration:none;
	color:#97253F;
	font-size:27px;
	line-height:normal;
}

h1,h2,h3,h4 {
	color:#97253F;
}

a, .footer{
	color:#97253F;
}

#langico a.lang_over
{
  font-size:11px;
	color:#97253F;
  text-decoration:none;
}