/* CSS Document */
* {
margin: 0 auto
} 

body{
text-decoration: none;
background-color: #333333;
font-size : 90%;
color : #000000;
text-align: center;
}

a {
text-decoration: none;
color: black;
}

h1 {
font-size: 20px;
}

h2 {
font-size: large;
}

h4 {
font-size: 16px;
}

h5 {
font-size: 16px;
text-align: left;
}

TABLE.table_setting {
width: 900px;
}

.textS{
padding: 0px 25px 0px 25px;
font-size: 16px;
text-align: center;
text-decoration: none;
text-indent: 5%;
font-weight: normal;
}

.textR{
text-align: right;
padding: 0px 25px 0px 25px;
font-size: 16px;
font-style: italic;
}

.textL{
text-align: left;
padding: 0px 25px 0px 45px;
font-size: 16px;
background-color: #FFFF80;
vertical-align: top;
}

.pocitadlo{
color: #daa521;
}

TR.logo {
background-color: #ffd700;
}

TR.menu {
background-color: #ffd700;
}

TD.tab1 {
text-align: left;
font-weight: bold;
width: 100px;
}

TD.tab2 {
text-align: left;
width: 500px;
}

TD.main {
background-color: #FFFF80;
height: 800px;
width: 700px;
vertical-align: top;
text-align: center;
}

TD.past {
background-color: #FFFF80;
height: 800px;
width: 700px;
vertical-align: top;
text-align: center;
color: rgb(164,164,164);

}
.past {
color: rgb(164,164,164);

}

TD.mainforindexS {
background-color: #FFFF80;
width: 50%;
vertical-align: top;
text-align: center;
}
TD.mainforindexK {
background-color: #FFFF80;
width: 25%;
vertical-align: top;
text-align: center;
}

TR.ad {
background-color: #FFFF80;
text-align: center;
}

.adPoker {
background-color: #FFFF80;
text-align: left;
padding-left: 50px;
font-size: 15px;
padding-right: 25px;
}

.adPokerI {
background-color: #FFFF80;
text-align: left;
padding-left: 200px;
font-size: 12px;
padding-right: 200px;
}



TD.side_menu {
width: 200px;
background-color: #daa520;
vertical-align: top;
text-align: center;
}
	
TR.ending_row {
TEXT-ALIGN: center;
FONT-SIZE: 10pt;
COLOR: #4D4D4D;
background-color: #ffd700;
FONT-FAMILY: Verdana, Arial;
font-style: normal;
font-weight: bold;
text-decoration: none;	
}		
	
TR.copyright {
background-color:#333333;
text-align: right;
font-size: 11px;
color:#000000;
}

TD.odkaz{
text-align: left;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: inherit;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	width:100%;
	float:left;
	margin:0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.4em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	background-color: #ffd700;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #FFBB2F;
	text-decoration:none;
	font-style:italic;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	left: 0%;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */




