body {
  background: #FFFF99;
  font-family: Helvetica;
}

img{
  border: 0px;
}

div#valid {
  padding: 5px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

div#UpperContent {
  padding: 5px;
  position: absolute;
  top: 50px;
  right: 80px;
  background: #ffff99;
  width: 450px;
  text-align: left;
  border-width: 3px;
  border-style: solid;
  border-color: orange;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

div#disclaimer {
  padding: 5px;
  position: absolute;
  bottom: 40px;
  right: 120px;
  color: grey;
  font-size: 10px;
}

div#statistiky {
  padding: 5px;
  position: absolute;
  bottom: 80px;
  right: 20px;
}

div#adsense {
  padding: 5px;
  position: absolute;
  bottom: 80px;
  left: 20px;
}

div#navigation {
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 20px;
}

div#hudba {
  padding: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}

div#welcome {
  padding: 5px;
  font-size: 10px;
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: default;
}

div#menu {
  padding: 5px;
  position: absolute;
  top: 430px;
  left: 200px;
}

div#ExtendedWelcome
{
  padding: 3px;
  display: none;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 50%;
  background-color: black;
  color: white;
  font-family: arial;
}

div#planeta {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#roz {
	font-size: 15px;
	padding: 10px 10px 10px 10px;
	color: orange;
	text-align: center;
	line-height: 110%;
  border-width: 3px;
  border-style: solid;
  border-color: orange;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#roz table {
	color: darkgreen;
	background: transparent;
	border-collapse: collapse;
	padding: 1px;
	border-width: 3px;
	border-style: solid;
	border-color: orange;
}

#roz td {
	padding: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: orange;
}

#roz hr {
	height: 3px;
	border: 0px;
	width: 80%;
	background: orange;
}


.label {
  color: darkgreen;
  font-weight: bold;
}

.bad {
  color: darkred;
  font-weight: bold;
}

a:link { color: orange; text-decoration: underline; font-weight:bold;}
a:visited { color: orange; text-decoration: underline; font-weight:bold;}
a:hover {color: #d40000; text-decoration: none; font-weight:bold;}