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