body {
background: #232323 url(images/background.png);
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
}

a{
color: #ffffff;
text-decoration: none;
}

a:hover{
color: #ffffff;
text-decoration: underline;
}

td{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
}

td a{
color: #ffffff;
text-decoration: none;
}

td a:hover{
color: #ffffff;
text-decoration: underline;
}

#obalovydiv 
{ 
width: 936px; 
margin: 0px auto;  
color: #ffffff;   
} 

#hlavicka 
{ 
background: url(images/header.png);  
width: 935px;
height: 116px;
} 

#levanavigace { 
float: left; 
height: 23px;
margin: 0;  
} 

#menu {
margin-left: -11px;
margin-right: -11px;
}

#menu a{
color: #ffffff;
text-decoration: none;
}

#menu a:hover{
color: #ffffff;
text-decoration: underline;
}

#menu td{
  background: url(images/menu_hr.png);
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	height: 23px;
	width: 113px;
	text-align: center;
}

.l_horni{
padding-left: 10px;
padding-top: 5px;
font-size: 12px;
background: url(images/l_horni.png);
width: 147px;
height: 18px;
}

.l_obsah{
background: #000000;
width: 157px;
text-align: center;
}

.l_obsah ul{
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
}

.l_obsah a{
color: #ffffff;
text-decoration: none;
}

.l_obsah a:hover{
color: #ffffff;
text-decoration: underline;
}

.l_spodni{
background: url(images/l_spodni.png);
width: 157px;
height: 14px;
}

.s_horni{
padding-left: 10px;
padding-top: 5px;
background: url(images/s_horni.png);
width: 573px;
}

.s_obsah{
background: #000000;
width: 582px;
}

.s_obsah p{
width: 580px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 5px;
}

.s_spodni{
background: url(images/s_spodni.png);
width: 582px;
height: 11px;
}

#momentka{
padding: 3px;
}

#pravanavigace 
{ 
background: url(images/pravy_panel.png);
background-repeat: no-repeat;
float: right; 
width: 141px;
height: 604px;
margin: 0; 
padding: 1em; 
padding-top: 4px; 
margin-top: -34px;
text-align: center;
} 

#obsah 
{ 
width: 552px;
margin-left: 151px;  
margin-right: 200px;  
padding: 1em;
margin-top: -15px; 
} 

#paticka 
{ 
width: 936px;
height: 29px;
clear: both; 
margin: 0; 
padding: .5em;  
font-size: 10px;
background: url(images/paticka.png);  
background-repeat: no-repeat;
} 

#paticka a{ 
color: #ffcc00;
}


/**************** hodnoceni *****************/


.star-rating-wrap {
	white-space:nowrap;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating li.current-rating{
	background: url(images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:100px !important;
	height:25px !important;
	overflow:hidden !important;
	list-style:none;
	margin: 0 auto;
	padding:0 !important;
	background-position: left top;
	display: block;
}
.star-rating li{
	display: inline;
	background: none !important;
	border: 0 !important;
}
ul.star-rating a, 
ul.star-rating li.current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	height:25px !important;
	line-height:25px !important;
	outline:none;
	overflow:hidden;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating li.current-rating{
	z-index:1;
	background-image: url(images/star.gif) !important;
	background-position: left center !important;
}	
