body {
	margin: 0px;
	padding: 0px;
	background: #F7F7E9 url(../img/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #390124;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #5c5c5e;
	padding-top: 0px;
}

h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

#hlavni {
	width: 990px; 
  margin: 0 auto;
}

#logo {
	width: 240px;
	margin: 0px;
  float: left;
  padding-top: 5px;
}

#logo img {
	border: 0;
}

#menu {
  width: 750px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-top: 25px;
}

#menu ul {
	list-style-type: none;
	font-size: 15px;
	font-weight: bold;
	float: right;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	color: #390124;
	text-decoration: none;
	margin-right: 15px;
	float: left;
}

#menu li a:hover {
	background: #390124;
	background-position: center;
	color: #fff;
	text-decoration: none;
}

.active {
	background: #390124;
	background-position: center;
	color: #fff;
	text-decoration: none;
}

.active span {
  color: #fff;
}

#obsah {
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	color: #000;
	clear: both;
}

#obsah p {
	line-height: 22px;
}

#obsah a {
	color: #390124;
	text-decoration: none;
}

#obsah a:hover {
	color: #390124;
	text-decoration: underline;
}

.center {
  text-align: center;
}

.center_eshop {
  text-align: center;
}

.center img {
  border: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.center_eshop img {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

#predel {  
  clear: both;
  height: 20px;
  background: url(../img/deleni.gif) no-repeat;
}

#paticka {
	float: left;  
  width: 980px;
  height: 30px;
}

#paticka p {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#paticka a {
	color: #390124;
	text-decoration: underline;
}

#paticka a:hover {
	color: #390124;
	text-decoration: none;
}

#links { 
  margin-top: -15px;
  float:right;
  font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}




/* 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;
}

