body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small !important;
	font-size: x-small;
}
table, form, img {
	margin: 0;
}
img {
  border: none;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: small !important;
	font-size: x-small;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:visited, a:active, a:link {
	color: black;
}
#top {
	width: 789px;
	height: 154px;
	vertical-align: bottom;
	background-image: url('./img/top.jpg');
	background-repeat: no-repeat;
	cursor: pointer !important;
	cursor: hand;
}
#stredni {
  vertical-align: top;
  padding: 10px 40px;
  width: 709px;
}
#footer {
  margin: 0;
	padding: 0;
	height: 67px;
	width: 789px;
	background-image: url('./img/footer.jpg');
	background-repeat: no-repeat;
}
img.footer-cpr {
	float: right;
}
img.footer-info {
	float: left;
}
#menu {

}
#menu a {
  padding: 0 2px;
}
#menu a#actual {
  text-decoration: underline;
  color: #cc3333;
}

.textiky, .textiky table tr td {
	text-align: justify;
	font-size: small !important;
	font-size: x-small; 
}
#novinky {
/*  float: right;
  width: 200px;*/
  padding-bottom: 50px;
  padding-top: 10px;
}
.nadpis {
  color: #cc3333;
  font-weight: bold;
  margin: 20px 15px 0 15px;
  padding: 5px;
}
.novinka {
	font-size: small !important;
	font-size: x-small; 
  margin: 5px 15px;
  padding: 5px;
}
.novinka .datum {
  color: #cc3333;
}
.novinka .content {
  text-align: justify;
}
.novinka .content p {
  padding: 0;
  margin: 0;
}
h1 {
  text-align: left;
	font-size: x-large !important;
	font-size: large;
}
#center, #centert {  
  height: 100%;
  border: none;
}
#blueform {
	margin-top: 10px;
	padding: 10px;
	background-color: #d8e7e9;
	border: solid #7F7F7F 1px;
}
#blueform textarea {
	width: 100%;
	border: solid #7F7F7F 1px;
	height: 80px;
}
#blueform label, #blueform select {
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
	border: solid #7F7F7F 1px;
}
#blueform input {
	margin-bottom: 5px;
	border: solid #7F7F7F 1px;
}
#blueform label {
	border: none;
	text-align: right;
	width: 175px;
	padding-right: 20px;
}
#blueform select {
	height: 20px;
}
#blueform br {
	clear: left;
}
.bold {
  font-weight: bold;
}