/* CSS Document */
body {
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/body_bg.gif);
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
#main {
	text-align: left;
	width: 1000px;
	min-height: 500px;
	height: auto;
	margin: 0 auto;
}
#header {
	text-align: left;
	width: 1000px;
	height: 230px;
	margin: 0 20px;
	background-image: url("img/head_bg.jpg");
	clear: both;
}
#header h1 {
  width: 250px;
}
#header h1 a {
  display: block;
  position: relative;
  top: 50px;
  left: 00px;
  width: 230px;
  height: 150px;
  margin-left: 50px;
}
#header h1 a span {
  display: none;
}
#menu {
	width: 382px;
  position: relative;
	/*	top: 168px;*/
	left: 285px;
	margin: 0px;
}
#menu li {
	list-style: none;
	display: inline;
}
#menu li a {
	height: 15px;
	display: block;
	float: left;
	padding: 3px 4px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border: 1px #FFF solid;
	background-image: url("img/menu_bg.gif");
}
#menu li a:hover {
	color: #000;
	border: 1px #FFF solid;
	background-image: url("img/menu_bg.gif");
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
#content {
	position: relative;
	top: 0px;
	left: 120px;
	background-color: #FFF;
	width: 778px;
	height: auto;
	min-height: 500px;
	border: 1px solid #000;
	border-top: 0px none;
	margin: 0;
	padding: 10px;
}
#foot {
	font-size: smaller;
	position: relative;
	top: 0px;
	left: 120px;
	width: 796px;
	border: 1px solid #000;
	border-top: 0px none;
	padding: 1px;
}
h2 {
	margin: 0 auto;
	border-bottom: 1px dotted #CCC;
}
h3 {
	margin: .3em auto;
}
.cleaner {
	clear: both;
}
input {
	border: solid;
	border-color: #DDDDDD;
	border-width: 1px;
}
textarea {
	border: solid;
	border-color: #DDDDDD;
	border-width: 1px;
}
.gallery {
  text-align: center;
}
.gallery div {
  display: table; 
  height: 153px !important; 
  width: 150px;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 0px;
  margin: 0;
  border: 0;
}
.gallery a {
 display: table-cell; 
 vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
 text-decoration: none; 
}
.gallery a img {
  padding: 0;
  margin: 0;
  border: 0;
 max-height: 150px !important; 
  }
.pic {
  text-align: center;
  width: 750px;
  margin: 0 auto;
}
.thumb {
  display: block;
  float: left;
  width: 150px;
  height: 178px;
  text-align: center;
  text-decoration: none;
  border:  none;
  margin: 1px;
}
.thumb img {
  border:  none;
  margin: 0 0 1px 0;
}
.thumb:hover {
  background: #999;
  text-decoration: none;
}
.odkazy {
  display: none;
}

