		* {
			//margin: 0;
			border-radius: 5px;
			text-align: center;
			//padding:0;
		}
		body {
			background-color: black;
			margin: 0;
			padding:0;
			}
		table {
			/*font-family: "Arial";*/
			margin: auto;
			width: 49%;
			background-color: #ccb9a7;
			border-spacing:1px;
			//border-spacing:0;
		}
		table thead{
			font-size: 60%;
			font-family: "Arial";
		}
		table thead tr {
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			//padding-right: 5px;
		}
		td {
			border: 1px solid black;
			white-space: pre;
		}
		table tbody tr:hover{
			background-color: #ffbe00; 
		}
		table tbody tr {
		}
		#tabela_l{
			float: left;
			//background-color: white;
		}
		#txtHint_l{
			font-size: 60%;
			font-family: "Arial";
		}
		#tabela_l_k{
			float: left;
			//background-color: white;
			margin-top: 10px;
		}
		#txtHint_l_k{
			font-size: 60%;
			font-family: "Arial";
		}
		#tabela_p{
			float: right;
		}
		#txtHint_p{
			font-size: 60%;
			font-family: "Arial";
		}
		#tabela_p_k{
			float: right;
			margin-top: 10px;
		}
		#txtHint_p_k{
			font-size: 60%;
			font-family: "Arial";
		}
		#menu_l{
			background-color: black;
			//width: 50%;
			width: 100%;
			//float: left;
			padding-top: 10px;
			padding-left: 0;
		}
		#menu_p{
			background-color: black;
			//width: 50%;
			width: 100%;
			//float: right;
			//text-align: left;
			height: auto;
			color: white;
			padding-bottom: 10px;
			margin-bottom:10px;
		}
		#tabelki{
			float: left;
			width: 100%;
		}
		#tabelki_k{
			float: left;
			width: 100%;
		}
		li
		{
			display:inline;
			line-height: 50px;
			list-style:none;
			//margin: 0;
			//padding: 0;
			padding-left: 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
			-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);			
		}
		li a {
			//color: rgba(255, 255, 255, 0.8);
			font: 18px "Myriad Pro","Lucida Grande",Helvetica,Arial,sans-serif;
			font-weight: bold;
			text-decoration: none;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
			-webkit-box-align: center;
			text-align: center;
			cursor: default;
			color: buttontext;
			border: 2px outset buttonface;
			background-color: buttonface;
			//-webkit-appearance: push-button;
			//margin: 10px 10px;
		}
		a:hover {
			//text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
			//-webkit-appearance: push-button;
			//background-color: green;
		}
		a:focus{
		}
		a:active{
		}
		ul{
			//text-align:left;
			padding:0;
		}
		input{
			 margin: 15px 0 0 15px;
		}
		#komunikat{
			font-size: 80%;
			color: white;
			text-align: left;
		}
		#logo_l{
			width : 10%;
			float : left;
			marggin-left : 0px;
			//white-space: pre;
		}
		#logo_s{
			width : 90%;
			color: red;
		}
		#bd{
			color : yellow;
		}
		div#akt{
			position:fixed;
			bottom:0px;
			right:-150px;
			//right:0px;
			background: rgb(255, 255, 0);
			padding:0px;
			margin:0px;
			width:150px;
			height:20px;
			font-size:15px;
			opacity:0.75;
			-webkit-transition:right 0.7s ease-in-out 0s;
			-ms-transition:right 0.7s ease-in-out 0s;
			transition:right 0.7s ease-in-out 0s;
			transform:none;
		}
