body {
	color: black;
	background: black;
	font-family: "Verdana", "Arail CE", sans-serif;
	font-size: 0.75em;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p,
ul, li, dl, dd, dt,
body, form, input, button, img {
	margin: 0;
	padding: 0;
}

td {
	text-align: left;
}

h1, h2, h3 {
	background-color: #505556;
	color: white;
	font-weight: Bold;
}

a {
	color: #004dff;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: black;
	background: none;
	text-decoration: underline;
}

input {
	border: 1px solid black;
	border: none;
	width: 100px;
	text-align: center;
	background:none;
	color: white;
	font-size: 1em;
} 

img {
	border-style: none;
}

hr {
	height: 0;
	color: #e5eaf1;
	width: 90%;
	border-style: none;
	border-bottom: 1px dotted #78e;
}

.lterm {
	clear: left;
}

.rterm {
	clear: right;
}

hr.terminator {
	border-style: none;
	height: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#kralovna {
	color: black;
	position: relative;
}

#kralovna form {
	background-color: white;
	text-align: left;
}

#kralovna td { border-style: none; }

#kralovna input {
	border: 1px solid gray;
	color: black;
	text-align: left;
}

#kralovna input.misto {
	width: 200px;
}

div#worldTimes {
	color: black;
	padding-top: 10px;
}

span.timeBoxT,
span.timeBox {
	width: 100px;
	float: right;
	border: 1px solid white;
    color: #666666;
/*	color: #505556;*/

}

