div#top {
	position: relative;
	float: left;
	width: 810px;
	height: 5px;
	overflow: hidden;
	background: URL('graphic/top.jpg') no-repeat;
}

div#bottom {
	position: relative;
	float: left;
	width: 810px;
	height: 5px;
	overflow: hidden;
	background: URL('graphic/bottom.jpg') no-repeat;
}

div#logo {
	position: absolute;
	left: 50%;
	top: 1px;
	margin-left: -380px;
	width: 615px;
	height: 135px;
	background: URL('graphic/logo.jpg') no-repeat;
}

div#ramec {
	position: absolute;
	left: 50%;
	margin-left: -405px;
	margin-top: 94px;
	width: 810px;
	background: URL('graphic/bgrnd.bmp') repeat-y;
}

div#obsah {
	positon: relative;
	width: 800px;
	height: auto;
	margin-left: 5px;
	background: URL('graphic/patka.jpg') no-repeat;
	background-position: center bottom;
}

div#header {
	position: relative;
	float: left;
	width: 800px;
	height: auto;
	height: 207px;
	text-align: center;
	background: URL('graphic/header.jpg') no-repeat;
}

div#menu {
	position: relative;
	padding-left: 5px;
	float: left;
	width: 148px;
	
}

div#novinky {
	padding-right: 5px;
	font-size: 9px;
}

div#content {
	position: relative;
	text-indent: 5px;
	float: left;
	width: 604px;
	min-height: 400px;
	_height: 400px;
	/*height: 100%;*/
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	background: URL('graphic/pozadi.jpg') no-repeat;
}

li.menu {
	text-align: left;
	list-style-type: none;
	margin-left: -5px;
	width: 148px;
	height: 33px;
	text-indent: 15px;
	border-top: 1px solid #068a3f;
	background: URL('graphic/tlacitko.bmp') repeat-x;
}

li.menu a {
	line-height: 33px;
	text-decoration: none;
	width: 148px;
	height: 33px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
	color: #ccc;
	display: block;
}

li.menu a:hover {
	color: #ccc;
	background: URL('graphic/act_tlacitko.bmp') repeat-x;
}

li.menu a.vyber, li.menu a.vyber:hover  {
	cursor:default;
	color: #fff;
	background: URL('graphic/act_tlacitko.bmp') repeat-x;
}

div#patka {
	position: relative;
	width: 800px;
	height: 19px;
	line-height: 19px;
	clear: both;
	font-size: 9px;
	text-align: right;
	color: #464646;
	/*border-top: 1px dotted #000000;*/
} 
