html { overflow:auto; width:100%; height:100%; }

body { background-color: #fff; }

body, p, td { color: #000000; 
    font-family: "Arial CE", Arial, "Helvetica CE", sans-serif;
    font-size: 100%; line-height: 1.5; }

h3 {color: black;
		text-align: center;}
h4 {color: black;
		text-align: left;}

.obsah { padding: 0px 6px 0px 0px }


a:link			{ text-decoration: UNDERLINE; 
			color: #800000;}

a:visited		{ text-decoration: UNDERLINE; 
			color: #800000 }

a:hover	{ text-decoration: OVERLINE;
                    color: #800000 }

.p { text-align: left }

.nadpis { background-color: #ffad29;
			color: #994D00;
			position:relative;
			height:1.5em;
			text-align: center;
			font-weight: bold }

.page-type { 		position:absolute;
			left:6;top:3;
			text-align: left;
            		font-size: 90%; }

.date { background-color: #ffad29;
			color: black;
			position:absolute;
			right:2;top:2;
			text-align: right;
			font-weight: normal;
            		font-size: 90%; }

.nadpis a:link		{ text-decoration: none; 
			background-color: #ffad29;
			color: #800000 }

.nadpis a:visited	{ text-decoration: none; 
			background-color: #ffad29;
			color: #800000 }

.nadpishl { padding: 2px;
			background-color: #ffad29;
			color: #000000;
			text-align: center;
			font-weight: normal }

.aktual { color: black;
/*			text-align: center;*/
			font-weight: bold }

.aktualnoc { color: black;
			text-align: justify;
			font-weight: bold }

.nadzam { background-color: #ffad29;
			color: #994D00;
			text-align: left;
			font-weight: bold;
            font-size: 95%; }

.nadsk { background-color: #ffad29;
			color: #994D00;
			text-align: left;
			font-weight: bold;
            font-size: 95%; }

hr { background-color: #994D00;
			height:1px;border-style:none }
.table2 { COLOR: #000000;
      BORDER-COLOR: #994D00 }

.tr2 { COLOR: #000000;
      BORDER-COLOR: #994D00 }

.td2 { COLOR: #000000;
      BORDER-COLOR: #994D00 }

.datum { background-color: #ffad29;
			color: black;
			text-align: right;
			font-weight: normal;
            font-size: 90%; }

.helper { width:100%;}
.helper-dark { background-color: #e2e0d0; border:1px solid #994D00;}

.roll ul {
	margin:10px 0px 0px 0px;
	padding-left:15px;
	font-weight:normal;
}

.overview td {
	width:40px;
	text-align:center;
	color:black;
}

.overview a:link	{ text-decoration: none; 
			color: black }
.overview a:visited	{ text-decoration: none; 
			color: black }
.small	{ font-size:80% }

.lvline { border-left:1px solid #994D00 }

/*SUBMENU*/
#menu {clear: both;text-align: left; background-color: #ffad29; margin-bottom:10px;}
#menu ul {display:inline-block; text-align:left; padding: 4px 0 4px 10px; margin:0}
#menu li { display: inline;padding: 0; margin: 0; color:#800000;font-weight:bold}
#menu li a:link {color: #800000;text-decoration: none;}
#menu li a:visited {color: #800000;text-decoration: none;}
#menu li a:hover {color: #800000;text-decoration: underline;}
#menu .sep { margin:0 .5em }

.pic { border:1px solid black;margin:6px }

/* STARS */

.star-rating
{
list-style:none;
margin: 0px;
padding:0px;
width: 130px;
height: 26px;
position: relative;
background: url("/gif/stars.gif") top left repeat-x;
}

.star-rating li
{
padding:0px;
margin:0px;
float: left;
/*text-indent: -9000px;*/
}

.star-rating li.current-rating
{
background: url("/gif/stars.gif") left bottom;
position: absolute;
height: 26px;
display: block;
/*text-indent: -9000px;*/
z-index: 2;
}

.star-rating li.my-rating
{
background: url("/gif/star-circ.gif") left bottom;
position: absolute;
width: 26px;
height: 26px;
display: block;
/*text-indent: -9000px;*/
z-index: 1;
}

.star-rating li a
{
display:block;
width:26px;
height: 26px;
text-decoration: none !important;
z-index: 20;
position: absolute;
padding: 0px;
}

.star-rating li a:hover
{
background: url("/gif/stars.gif") left center;
z-index: 3;
left: 0px;
}

.star-rating a.jedna-hvezda {left:0px;}
.star-rating a.jedna-hvezda:hover {width:26px;}
.star-rating a.dve-hvezdy{left:26px;}
.star-rating a.dve-hvezdy:hover{width: 52px;}
.star-rating a.tri-hvezdy{left: 52px;}
.star-rating a.tri-hvezdy:hover{width: 78px;}
.star-rating a.ctyri-hvezdy{left: 78px;}
.star-rating a.ctyri-hvezdy:hover{width: 104px;}
.star-rating a.pet-hvezd{left: 104px;}
.star-rating a.pet-hvezd:hover{width: 130px;}

