body
{
	font-family: calibri;
	background-color: #ffce00;
	font-size: 17px;
	text-align: center;
}
h1
{
  font-size: 26px;  
}
h2
{
  margin: 0px;
}
dd
{
	font-weight: bold;
}
p.maly
{
	font-size: 10px;
}

p.prihlaska-odkaz
{
	color: red;
	margin: -25px 0px -18px 0px;
}

#main-bg
{
	width: 984px;
	margin: auto;
	background-image: url('../images/layout/extend.png');
	background-position: center center;
	background-repeat: repeat;
}
#top
{
	width: 984px;
	height: 286px;
	background-image: url('../images/layout/top.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#top a
{
  display: block;
  width: 100%;
  height: 100%;
}
#menu
{
	float: left;
	width: 156px;
	min-height: 306px;
	padding-top: 50px;
	background-image: url('../images/layout/left_4.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#main
{
	margin-left: 156px;
	width: 828px;
	min-height: 306px;
	background-image: url('../images/layout/main.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#text
{
	margin-left: 20px;
	margin-right: 70px;
	text-align: justify;
}
#bottom
{
	clear: both;
	width: 984px;
	height: 156px;
	background-image: url('../images/layout/bottom.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}
#menu ul li
{
	margin: 0px;
	padding: 0px;
}
#menu ul li a
{
	display: block;
	padding: 3px 0px;
	text-decoration: none;
}
#menu ul li a span
{
	visibility: hidden;
}
#copyright
{
  font-size: 0.8em;
}