
body {
	background: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: rgb(242,203,108);
	cursor: default;
}

h1 {
	display: none;
}

img {
	border: 0;
	margin: 0;
}

#p {
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#h {
	clear: both;
	height: 133px;
	overflow: hidden;
	background: url(./images/hlavicka.jpg) left top no-repeat;
	text-align: center;
}

#h a {
	display: block;
	width: 300px;
	margin: 0 auto 0 auto;
	height: 133px;
	cursor: pointer;
}

#menubox {
	clear: both;
	height: 25px;
	background: url(./images/menu_pozadi.jpg) left top no-repeat;
}

#c {
	clear: both;
	float: left;
	width: 100%;
	background: url(./images/content_pozadi.gif) left top repeat-y;
	height: 457px;
	text-align: center;
}

#f {
	clear: both;
	height: 21px;
	background: url(./images/paticka.jpg) left top no-repeat;
	overflow: hidden;
}

#menu ul li a { 
	width: auto !important; 
	text-align: center !important; 
}

#menu ul { 
	color: rgb(242,203,108); 
	position:absolute;
	top:24px;
	left: -1px; 
	background: rgb(46,47,48); 
	padding:0; 
	margin:0; 
/*
	opacity:0.8; 
	filter:alpha(opacity=90); 
*/
	display:none; 
	z-index: 9999;
	letter-spacing: 0;
}

#menu ul li {
	white-space:nowrap;
	clear:both; 
	text-align: center !important; 
	padding: 0 0 2px 0 !important;
	background: url(./images/submenu_predel.jpg) left bottom no-repeat !important; 
}

#menu ul li a {
	padding: 0px 0 0px 0 !important; 
	overflow: hidden;
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold !important; 
	/*height: 22px !important; */
	width:117px !important; 
}

#menu li:hover ul {
	display: block; 
	width: 117px;
}

#menu li:hover ul.hide {
	display:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	color: black !important;
	/*background: url(./images/menu_polozka_active.jpg) center top no-repeat !important;*/
}

UL#menu, UL.menu {
	display: block;
	margin: 0;
	padding: 0px 0px 0 0;
	z-index: 9999;
	font-family: Trebuchet MS, Arial, sans-serif;
	letter-spacing: 1px;
}

UL#menu LI, UL.menu LI {
	display: inline;
	margin: 0;
	padding: 0 2px 0 0;
	float: left;
	list-style: none;
	position:relative;
	background: url(./images/menu_predel.jpg) right top no-repeat;
}

UL#menu LI.posledni, UL.menu LI.posledni {
	background: none !important;
}

UL#menu LI A, UL.menu LI A {
	display: block;
	float: left;
	text-align: center;
	font-size: 13px;
	padding: 0 0 0 0;
	/*padding: 4px 0px 3px 0px;*/
	/*width: 97px;*/
	text-decoration: none;
	font-weight: bold;
	color: rgb(242,203,108);
	background: url(./images/menu_odrazka.gif) 5px center no-repeat;
}

UL#menu LI A:hover, UL#menu LI.active A, UL.menu LI A:hover, UL.menu LI.active A {
	color: rgb(46,47,48);
	/*background: url(./images/menu_polozka_active.jpg) center top no-repeat;*/
}

#c_in {
	clear: both;
	width: 888px;
	height: 457px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: left;
	background: #000;
}

.menu_prave {
	float: right; 
	padding-right: 4px !important;
}

.menu_leve {
	float: left; 
	padding-left: 5px !important;
}








