
#top	{
	background-image: url('img/topp.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 258px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	}	

#bottom	{
	width: 100%;
	min-height: 100%;
	background-image: url('img/spodek.png');
	background-repeat: repeat-x repeat-y;
	position: absolute;
	top: 258px;
	left: 0px;
	z-index: 5;
	}

#topmain {
	margin: 0 auto 0 auto;
	background-image: url('img/hlavni.png');
	width: 922px;
	height: 206px;
	position: relative;
	top: 52px;
	z-index: 8;
	}

#middlemain {
	margin: 0 auto 0 auto;
	background-image: url('img/middlehlavni.png');
	background-repeat: repeat-y;
	width: 922px;
	position: relative;
	z-index: 8;
	}

#obsah	{
	position: relative;
	margin-left: 27px;
	padding-top: 0px;
	width: 874px;
	}

#footer	{
	background-image: url('img/footer.png');
	margin: 0 auto 0 auto;
	width: 922px;
	height: 100px;
	position: relative;
	}

td.s a	{
	font-family: Arial, Verdana, "Lucida Console";
	color: #003300;
	font-weight: bold;
	text-decoration: none;
	width: 99%;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	display: block;
	border-width: 1px 1px 0px 0px;
	border-color: black;
	border-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
	}
td.s a:hover {
	font-family: Arial, Verdana, "Lucida Console";
	text-decoration: none;
	font-weight: bold;
	color: #003300;
	background-color: #99FFCC;
	}

td.s a.active {
	font-family: Arial, Verdana, "Lucida Console";
	text-decoration: none;
	font-weight: bold;
	color: #003300;
	background-color: #99FFCC;
	}


