body {
	margin: 0;
	padding: 10px 0;
	background: #FBF0E6 url(images/bg.jpg) repeat-x;
	font: 13px Arial;
}
/* barva plochy spodní cást */
.page {
	width: 900px;
	background: #FBF0E6;
	box-shadow: 0 0 10px black;
	border-radius: 7px;
}
/* barva pod fotkama */
/*
.header {
	height: 210px;
	background: #FBF0E6;
	background: rgb(135,33,107) url(images/header.jpg) no-repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.navigation {
	position: absolute;
	margin-top: 170px;
	padding-left: 10px;
	font-size: 0px;
	width: 900px;
}
.navigation a {
	display: inline-block;
	width: 200px;
	line-height: 40px;
	text-align: center;
	background: #7B0857;
	color: #E2C8A5;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.navigation a:hover {
	color: black;
	background: #FBF0E6;
}
*/
.header {
	height: 230px;
	background: #FBF0E6;
	background: rgb(135,33,107) url(images/header.jpg) no-repeat;
  background-size: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.navigation {
	position: absolute;
	margin-top: 190px;
	padding-left: 10px;
	font-size: 0px;
	width: 900px;
  text-align: center;
}
.navigation a {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	background: #7B0857;
  background: rgba(192,31,26,0.8);
	color: #E2C8A5;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0 10px;
  padding: 0 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.navigation a:hover {
	color: black;
	background: #FBF0E6;
}
.shadow_line {
	height: 4px;
	background: rgb(177,35,26);
}
.content_box {
	padding: 12px 20px;
}
h1 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 20px;
}
.content {
	margin-bottom: 15px;
}
.gallery {
}
.gallery .photo_small {
	width: 200px;
	background: rgba(192,31,26,0.8);
	border-radius: 5px;
	float: left;
	margin: 0 15px 15px 0;
	margin: 7.5px 7.5px;
	color: rgb(77,7,9);
	text-decoration: none;
}
.gallery .photo_small:hover {
	color: black;
	color: white;
  background: rgb(77,7,9);
	box-shadow: 0 0 3px black;
}
.gallery .photo_small img {
	width: 183px;
	height: 183px;
	padding: 8px 0 8px 8px;
	border: 0;
}
.gallery .photo_small .titl {
	display: block;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	padding: 0 8px;
}
.gallery .photo_small .desc {
	display: block;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	margin: 0;
	overflow: hidden;
	padding: 0 8px;
}
.gallery .photo_small .delete_link {
	position: absolute;
	display: block;
	width: 21px;
	height: 21px;
}
.photo_detail .photo_box {
	min-height: 500px;
	text-align: center;
	/* background: rgb(165,170,173); barva pozadi za fotkou */
}
.photo_detail .photo_box img {
	margin-bottom: 15px;
	max-width: 860px;
}
.photo_detail .photo_box .navigation_arrows {
	height: 36px;
	position: absolute;
	margin-top: 30px;
	width: 860px;
}
.photo_detail .photo_box .navigation_arrows .prev {
	float: left;
	display: block;
	width: 112px;
	height: 36px;
	background: url(images/a_prev_t.png);
}
.photo_detail .photo_box .navigation_arrows .prev:hover {
	background: url(images/a_prev.png);
}
.photo_detail .photo_box .navigation_arrows .next {
	float: right;
	display: block;
	width: 112px;
	height: 36px;
	background: url(images/a_next_t.png);
}
.photo_detail .photo_box .navigation_arrows .next:hover {
	background: url(images/a_next.png);
}
.photo_detail .photo_thumbs {
  /* background: rgb(165,170,173); barva pozadi za fotkou */
	height: 90px;
	font-size: 0;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	margin-bottom: 15px;
}
.photo_detail .photo_thumbs img {
	width: 100px;
	height: 70px;
	margin: 0 2px;
	border: 0;
}
.PagerClass {
	padding: 15px 0;
}
.clear {
	clear: both;
}