body { 
  font-size: 14px; 
  font-family: Arial, Helvetica, sans-serif; 
  background: #B05846; 
  color: #585c5e; 
  margin-top: 10px; 
  margin-bottom: 10px; 
}

a	{ 
  color: #000;
  text-decoration: none;
}

a:hover { 
  text-decoration: underline; 
  color: #3D0C0A;
}

h1 { 
  font-size: 25px;
  color: #3D0C0A; 
  margin-top: 0px;
}

h2 { 
  font-size: 23px; 
  color: #B05846; 
}

h3 { 
  font-size: 20px; 
  color: #B05846; 
}

p { 
  line-height: 20px; 
}

#hlavni { 
  width: 950px; 
  margin: 0 auto; 
}

#hlavicka { 
  font-size: 1.2em; 
}

#menu { 
  height: 43px; 
  padding-left: 6px; 
  background: #4397C3 url('../images/menu.jpg') no-repeat;
}

#menu ul { 
  position: relative; 
  height: 100%; 
  list-style: none; 
  margin: 0; 
  padding: 0; 
}

#menu li { 
  position: relative; 
  float: left; 
}

#menu li a { 
  display: block; 
  height: 30px; 
  padding-top: 13px; 
  float: left; 
  font-size: 13px; 
  color: #fff;
  font-weight: bold;
  text-decoration: none; 
  text-align: center; 
  padding-left: 22px;
  padding-right: 22px;
}

#menu li a:hover { 
  color: #F2F510;
  font-weight: bold; 
  text-decoration: underline;
}

#logo {
  position: relative;
  height: 232px; 
  background: #63b7dd url('../images/bg-logo.jpg') no-repeat;
}

#obsah { 
  font-size: 14px;
  width: 100%; 
  height: 100%; 
  background: #fff url('../images/bg-content.gif') repeat-y; 
  float: left;
}

#prava_strana { 
  position: relative; 
  float: right; 
  width: 700px; 
  padding: 20px 0; 
}

.text { 
  position: relative; 
  left: -1px; 
  padding: 0 25px 0 25px;
  text-align: justify;
}

.right_pic {
  float: right;
  padding-left: 25px;
}

.center {
  text-align: center;
}

.center img {
  border: 0px;
}

#leva_strana { 
  width: 250px; 
  float: left;
}

#leva_strana h3 {
  padding-left: 20px;
}

#leva_strana p {
  padding-left: 30px;
}

.sub-menu ul { 
  padding-left: 30px; 
  list-style: none;
  margin: 0; 
}

.sub-menu ul li { 
  margin: 9px 0; 
}

.sub-menu li a { 
  padding: 0 5px 0 20px; 
  color: #064e81; 
  overflow: hidden; 
  background: url('../images/bg-submenu_item1.gif') 0 60% no-repeat; 
}

.sub-menu li a:hover { 
  color: #3D0C0A; 
  text-transform: uppercase;
  font-weight: bold;
  background: url('../images/bg-submenu_item2.gif') 0 60% no-repeat; 
}

.mapka {
  border: 0px;
}

#paticka { 
  height: 54px; 
  background: #3D0C0A;
  font-size: 12px; 
  clear: both; 
}

#paticka p { 
  padding: 5px 18px;
  color: #fff; 
}

#paticka a {
  color: #fff;
  text-decoration: none;
}

#paticka a:hover { 
  color: #fff; 
  text-decoration: underline;
}

.copyright { 
  float: left; 
}

.bobby { 
  float: right;
}

.bobby-img { 
  background: url('../images/bobby.gif') 2px 0 no-repeat; 
  padding: 8px 0 10px 35px; 
}

dl.contact label {
	font-weight: bold;
}

dl.contact dt {
	margin-bottom: 3px;
}

dl.contact dd {
	margin-left: 0px;
	margin-bottom: 3px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.contact dt {
   font-weight: bold;
   margin-bottom: 2px;
}

.contact dd {   
    margin-left: 0px;
    margin-bottom: 5px; 
}

p.photo {
    float: left;
    margin-right: 5px;
    margin-bottom: -7px;
    border: 1px solid transparent; 
    text-align: center;
}

p.photo:hover {
	border: 1px solid black; 
}

a img {
    border: none;
}
