body {
	background: url('images/vbg.png') repeat-x #FFE680;
	text-align: center;
	margin-top: 20px;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
img {
	border: none;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:active, a:hover {
	color: red;
	text-decoration: underline;
}
#all {
	border: 1px solid black;
	text-align: left;
	margin: 0px auto;
	width: 750px;
	background: #FFF2BF;
}
#header {
	height: 150px;
}
#nadMenu {
	height: 20px;
	text-align:right;
}
#nadMenu img {
  float: right;
  margin: 2px 0.5em 2px 0.5em;
	height: 16px;
}
#menu {
	background: white;
	padding-top: 8px;
}
.menuCz img {
	margin: 0 16px;
}
.menuEn img {
	margin: 0 15px;
}
.menuDe img {
	margin: 0 19px;
}
.menuEs img {
	margin: 0 9px;
}
.menuIt img {
	margin: 0 14px;
}
#content {
	padding: 10px 18px 10px 18px;
}
.ukazky {
	border-collapse: collapse;
}
.ukazky  td, .ukazky  th {
	border: 1px solid gray;
	padding: 3px 5px 3px 5px;
}
.reset {
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}
#gallery {
  width: 660px;
  margin: auto;
}
#gallery .galitem {
  float:left;
  width: 200px;
  margin-right: 20px;
}
#gallery .galtext {
  margin: 10px 0;
}
