/* STAG PRAGUE - obecne prvky */
body {
	background: url(../images/page-bckg.jpg) repeat-x  #FFAA00;
	padding: 120px 0px 70px 0px;
	margin: 0px;
	font-family: Arial, Helvtica, sans-serif;
	font-size: 90%;
}
form {
	margin: 0px;
	padding: 0px;
}
.no-space {
	margin: 0px;
	padding: 0px;
	border: solid 1px red;
	width: 160px;
}
div {
	border: solid 0px red;
}

.seoText {
	font-size: 1.03em;
	margin-bottom: 1.5em;
	background: #FFF4E4;
	border: 1px solid #FEF0D6;
	padding: 7px 10px;
	text-align: justify;
	line-height: 160%;
}
.seoText strong {
	font-weight: normal;
}
.seoText a {
	color: Black;
}

h1 {
	position: absolute;
	top: -134px;
	margin: 0;
	right: 12px;
	z-index: 10;
	color: White;
	font-size: 12px;
	font-weight: normal;
}
hr {
	display: none;
}
h2,
.likeH2 {
	color: #6DA716;
	margin: 0px 0px 10px 0px;
	font-size: 150%;
	font-weight: bold;
}
h2 a {
	color: #6DA716;
}
h2.odsazeni {
	color: #6DA716;
	margin: 0px 0px 30px 0px;
	font-size: 150%;
}
h2.gray, {
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-size: 150%;
}
h2.gray a {
	color: #000000;
	text-decoration: none;	
}
h3,
.likeH3 {
	color: #4B4B4B;
	font-size: 140%;
	display: block;
	padding: 0px 0px 0px 20px;
	background: url(../images/h3-bckg.jpg) no-repeat 0px 3px;
	margin: 0px 0px 20px 0px;
}
.likeH3 a {
	color: #4B4B4B;
	text-decoration: none;
}
h4, h4 a,
.likeH4, .likeH4 a {
	color: #C90303;
	font-size: 110%;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0;
	background: none;
}
h4 a:hover,
.likeH4 a:hover {
	color: #000000;
}
a img {
	border: 0px;
}
p {
	line-height: 100%;
}
input, textarea {
	border: solid 1px #C9C9C9;
	background-color: #FFFFFF;
	color: #555555;
	font-family: Arial, Helvtica, sans-serif;
	font-size: 100%;
}
.input-login {
	border: solid 1px #C9C9C9;
	background-color: #FFFFFF;
	color: #555555;
	font-family: Arial, Helvtica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
/* STAG PRAGUE - konkretrni */
.clear {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;
}
.clear-big {
	float: none;
	clear: both;
	height: 20px;
	font-size: 0px;
}
#container {
	width: 995px;
	background-color: #FFFFFF;
	margin: auto;
	position: relative;
	z-index: 10;
	padding: 90px 0px 0px 0px;
}
#city-menu {

  height:36px;
  width:995px;
  position: absolute;
  top:-36px;
  left:0px;
  font-weight: bold;

}

#city-menu ul {

  margin: 0px 15px 0px 0px;
  padding: 0px;  
  list-style-type: none; 

}

#city-menu ul li {

  margin: 0px 0px 0px 5px;
  padding: 0px;
  display: block;
  float: right;
  height: 36px;

}

#city-menu ul li a, #city-menu ul li a:visited {

  margin: 0px;
  display: block;
  height: 26px;
  width: 114px;
  padding: 10px 0px 0px 0px;
  float: left;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/city-off.gif) repeat-x;

}

#city-menu ul li a:hover {

  background: url(../images/city-on.gif) repeat-x;

}

div#container div#city-menu ul li a.active , div#container div#city-menu ul li a.active:visited{

  background: url(../images/city-on.gif) repeat-x;

}
/* HEN/STAG
#city-menu {
	height: 36px;
	width: 995px;
	position: absolute;
	top: -36px;
	left: 0px;
	font-weight: bold;
}
#city-menu ul {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#city-menu ul li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: block;
	float: right;
	height: 36px;
}
#city-menu ul li p/ *, #city-menu ul li a:visited* / {
	margin: 0px;
	display: block;
	height: 30px;
	width: 114px;
	padding: 6px 0px 0px 0px;
	float: left;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/city-off.gif) repeat-x;
	line-height: 92%;
}
#city-menu ul li p span {
	font-size: 11px!important;
	text-transform: uppercase;
	font-weight: normal;
}
#city-menu ul li p a {
	color: Black;
	text-decoration: none;
}
#city-menu ul li p span a {
	text-decoration: underline;
}
#city-menu ul li p a:hover {
	text-decoration: none;
}
a.icoStag {
	padding-left: 12px;
	background: url("../images/icostag.gif") no-repeat 0 center;
}
a.icoHen {
	padding-left: 9px;
	margin-left: 2px;
	background: url("../images/icohen.gif") no-repeat 0 center;
}
/ *#city-menu ul li a:hover {
	background: url(../images/city-on.gif) repeat-x;
}* /
div#container div#city-menu ul li p.active / *, div#container div#city-menu ul li a.active:visited* /{
	background: url(../images/city-on.gif) repeat-x;
}
*/
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 995px;
	height: 50px;
	background: url(../images/menu-bckg.jpg) repeat-x;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border-right: solid 1px #689A1B;
	height: 50px;
}
#menu ul li a, #menu ul li a:visited {
	margin: 0px;
	display: block;
	padding: 17px 14px 0px 14px;
	height: 33px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#menu ul li a.dvaradky, #menu ul li a.dvaradky:visited {
	margin: 0px;
	display: block;
	padding: 10px 14px 7px 14px;
	height: 33px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}


#menu ul li a:hover,
#menu ul li a.aktivni  {
	background: url(../images/menu-bckg-on.jpg) repeat-x;
}
#logotype {
	position: absolute;
	top: -140px;
	left: 0px;
}
#contact{
	position: absolute;
	top: -140px;
	right: 0px;
}
#woman{
	position: absolute;
	top: -140px;
	right: 414px;
	z-index: -10;
}
#breadcrumb {
	height: 40px;
	width: 965px;
	border-bottom: solid 1px #C9C9C9;
	background: url(../images/breadcrumb-bckg.jpg) repeat-x;
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 0px 15px 0px 15px;
	font-size: 90%;
}
.breadcrumb-link, .breadcrumb-link:visited {
	display: block;
	padding: 11px 13px 0px 7px;
	color: #FF6F00;
	float: left;
	background: url(../images/breadcrumb-arrowm.jpg) no-repeat 100% 16px;
}
.breadcrumb-link:hover {
	color: #4B4B4B;
}
.text-link, .text-link:visited, ul.tree a, ul.tree a:visited {
	display: inline;
	padding: 0px 13px 0px 0px;
	color: #FF6F00;
	background: url(../images/breadcrumb-arrowm.jpg) no-repeat 100% 60%;
}
.text-link:hover, ul.tree a:hover {
	color: #4B4B4B;
}
.breadcrumb-active {
	display: block;
	padding: 11px 13px 0px 7px;
	color: #555555;
	float: left;
}
#breadcrumb-arrow {
	float: left;
	width: 10px;
	height: 29px;
	background: url(../images/breadcrumb-arrow.jpg) no-repeat;
}
div#mrcol {
	width: 772px;
	float: right;
}
hr.forBlind {
	position: absolute;
	top: -2000em;
}
#content {
	font-size: 90%;
	padding: 20px;
	width: 507px;
	min-height: 600px;
	_height: 600px;
	float: left;
}
#left-column {
	width: 222px;
	min-height: 400px;
	_height: 400px;
	background: url(../images/column-bckg.jpg) no-repeat #FFFEFD;
	float: left;
	border-right: solid 1px #C9C9C9;
}
#right-column {
	width: 223px;
	_width: 220px;
	min-height: 480px;
	_height: 480px;
	background: url(../images/column-bckg.jpg) no-repeat #FFFEFD;
	float: right;
	border-left: solid 1px #C9C9C9;
}
.column-content {
	margin: 0px 20px 0px 20px;
	font-size: 90%;
	line-height: 150%;
	border-bottom: solid 1px #C9C9C9; 
	padding: 0px 0px 10px 0px;
	position: relative;
}
.column-contentx {
	margin: 0px 20px 0px 20px;
	font-size: 90%;
	line-height: 150%;
	/* border-bottom: solid 1px #C9C9C9;  */
	padding: 0px 0px 10px 0px;
	position: relative;
}
#left-corner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 11px;
	background: url(../images/left-corner.jpg) no-repeat;
	z-index: 10;
	font-size: 0px;
}
#right-corner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 11px;
	background: url(../images/right-corner.jpg) no-repeat;
	z-index: 10;
	font-size: 0px;
}
.orange-text {
	color: #FF6F00;
}
.column-article {
	font-size: 120%;
	padding: 10px 20px 5px 20px;
	font-weight: bold;
	color: #555555;
}
.column-article a, .column-article a:visited {
	color: #555555;
}
.column-article a:hover {
	color: rgb(0,0,0);
}
#article-quicklink {
	padding-left: 38px;
	background: url(../images/star.gif) no-repeat 20px 13px;
}
#article-businesslink {
	padding-left: 38px;
	background: url(../images/notepad.gif) no-repeat 20px 13px;
}
#article-cart {
	padding-left: 38px;
	margin-top: 0px;
	padding-top: 0px;
	background: url(../images/cart.gif) no-repeat 20px 3px;
}
#article-phone {
	padding-left: 38px;
	background: url(../images/phone.gif) no-repeat 20px 13px;
}
#article-comment,
.article-comment{
	padding-left: 38px;
	background: url(../images/comment.gif) no-repeat 20px 13px; 
}
.content-ul{
	margin: 0px 0px 10px 30px;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
}
.content-ul li{
	margin: 0px;
	display: block;
	background: url("../images/ul-arrow.gif") no-repeat 0% 4px;
	/*height: 20px;*/
	padding: 2px 0px 2px 10px;
}
.content-ul li a, .content-ul li a:visited{
	color: #4B4B4B;
}
.content-ul li a:hover{
	color: #000000;
}
.content-ul-white {
	margin: 0px 0px 20px 10px;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
}
.content-ul-white li{
	margin: 0px;
	display: block;
	height: 20px;
	padding: 0px 0px 0px 10px;
}
.content-ul-white li a, .content-ul-white li a:visited{
	color: #000000;
	text-decoration: none;
}
.content-ul-white li a:hover{
	text-decoration: underline;
}
#search {
	float: right;
	margin: 9px 0px 0px 0px;
}
#search-input {
	float: left;
	margin: 2px 5px 0px 0px;
}
.red {
	color: #C90303;
	font-weight: bold;
}
.activity {
	width: 245px;
	float: left;
	margin-right: 5px;
}
.activity-image {
	padding: 4px;
	border: solid 1px #6DA716;
	margin: 0px 5px 0px 0px;
	float: left;
}
.activity-image-test {
	padding: 4px;
	border: solid 1px #6DA716;
	margin: 0px 5px 0px 0px;
	
}
.activity-info {
	float: left;
	width: 145px;
}
.stag-box {
	width: 219px;
	height: 160px;
	background: url(../images/stag-weekend.jpg) no-repeat;
	float: left;
	padding: 15px;
	margin: 10px 0px 0px 0px;
}
div#stag-box1.stag-box:hover {
	background: url(../images/stag-weekend-on.jpg) no-repeat;
}
.stag-box-on {
	width: 219px;
	height: 160px;
	background: url(../images/stag-weekend-on.jpg) no-repeat;
	float: left;
	padding: 15px;
	margin: 10px 0px 0px 0px;
}
.hen-box {
	width: 219px;
	height: 160px;
	background: url(../images/hen-weekend.jpg) no-repeat;
	float: right;
	padding: 15px;
	margin: 10px 0px 0px 0px;
}
.hen-box:hover {
	width: 219px;
	height: 160px;
	background: url(../images/hen-weekend-on.jpg) no-repeat;
	float: right;
	padding: 15px;
	margin: 10px 0px 0px 0px;
}
.hen-box-on {
	width: 219px;
	height: 160px;
	background: url(../images/hen-weekend-on.jpg) no-repeat;
	float: right;
	padding: 15px;
	margin: 10px 0px 0px 0px;
}
.strankovani{
	background-color: rgb(233,233,233);
	padding: 10px;
	font-size: 85%;
	border: solid 1px #C9C9C9;
	height: 20px;
}
a.strana{
	text-decoration: none;
	color: #000000;
	padding: 3px 7px 3px 7px;
	background: #FF6F00;
	border: solid 1px #FF6F00;
	display: block;
	float: left;
	margin-left: 3px;
}
a:hover.strana, a.strana-active{
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	color: #000000;
	background: #FF6F00;
	border: solid 1px #000000;
	display: block;
	float: left;
	margin-left: 3px;
}
.obal-strankovani{
	float: right;
}
.strankovani-text{
	margin-top: 4px;
	display: block;
	float: left;
}
.formdiv{
	background-color: rgb(239,239,239);
	padding: 10px;
	font-size: 90%;
	border: solid 1px #C9C9C9;
	margin: 0px 0px 20px 0px;
}
.important{
	background-color: rgb(239,239,239);
	padding: 20px;
	font-size: 90%;
	line-height: 140%;
	border: solid 1px #C9C9C9;
	margin: 0px 0px 20px 0px;
}
.alert{
	background-color: rgb(255,244,244);
	padding: 20px;
	font-size: 90%;
	line-height: 150%;
	border: solid 1px #C9C9C9;
	margin: 0px 0px 20px 0px;
}
.input50-left {
	width: 48%;
	float: left;
	margin: 0px 0px 5px 0px;
}
.input50-right {
	width: 48%;
	float: right;
	margin: 0px 0px 5px 0px;
}
.input-right {
	width: 48%
  float: right;
	margin: 0px 0px 5px 0px;
}
.input100 {
	width: 98%;
	margin: 0px 0px 5px 0px;
}
.text100 {
	width: 99%;
}
.fotogalerie {
	float: left;
	border: solid 2px rgb(160,160,160);
	margin: 5px 5px 5px 5px;
}
/* BUTTONY */ 
.link {
	margin: 0px 15px 0px 2px;
	text-decoration: none;
	cursor: hand;
	float: left;
}
.link, .link span {
	background: transparent url("../images/bg_link.gif") no-repeat 0 0;
	color: #fff;
	float: left;
	display: inline;
	height: 24px;
	line-height: 22px;
}
.link span {
	background-position: 100% 0;
	position: relative;
	right: -15px;
	padding-right: 23px;
}
.link:hover {
	background-position: 0 -24px;
	text-decoration: none;
}
.link:hover span {
	background-position: 100% -24px;
}
/* BUTTONY */ 
.link-right {
	margin: 0px 15px 0px 2px;
	text-decoration: none;
	cursor: hand;
	float: left;
}
.link-right, .link-right span {
	background: transparent url("../images/bg_link.gif") no-repeat 0 0;
	color: #fff;
	float: right;
	display: inline;
	height: 24px;
	line-height: 22px;
}
.link-right span {
	background-position: 100% 0;
	position: relative;
	right: -15px;
	padding-right: 23px;
}
.link-right:hover {
	background-position: 0 -24px;
	text-decoration: none;
}
.link-right:hover span {
	background-position: 100% -24px;
}
.link-cart {
	margin: 0px 28px 0px 2px;
	text-decoration: none;
	cursor: hand;
	float: left;
}
.link-cart, .link-cart span {
	background: transparent url("../images/link-cart.gif") no-repeat 0 0;
	color: #fff;
	float: left;
	display: inline;
	height: 24px;
	line-height: 22px;
}
.link-cart span {
	background-position: 100% 0;
	position: relative;
	right: -28px;
	padding-right: 23px;
}
.link-cart:hover {
	background-position: 0 -24px;
	text-decoration: none;
}
.link-cart:hover span {
	background-position: 100% -24px;
}
.link-green {
	margin: 0px 15px 0px 2px;
	text-decoration: none;
	cursor: hand;
	float: left;
}
.link-green, .link-green span {
	background: transparent url("../images/bgr_link.gif") no-repeat 0 0;
	color: #fff;
	float: left;
	display: inline;
	height: 24px;
	line-height: 22px;
}
.link-green span {
	background-position: 100% 0;
	position: relative;
	right: -15px;
	padding-right: 23px;
}
.link-green:hover {
	background-position: 0 -24px;
	text-decoration: none;
}
.link-green:hover span {
	background-position: 100% -24px;
}
/* sitemap */
ul.tree {
	line-height: 140%;
}
/* přidat na server */
#footer {
	position: absolute;
	bottom: -60px;
	left: 0px;
	width: 975px;
	padding: 10px;
	height: 30px;
	font-size: 90%;
}
#footer a, #footer a:visited {
	color: rgb(32,32,32);
	display: inline;
	margin: 0px 5px 0px 5px;
}
#footer a:hover {
	color: rgb(0,0,0);
	display: inline;
}
#footer-text {
	padding: 5px;
	display: block;
	clear: left;
}
a.author, a.author:visited {
	display: inline;
	color: rgb(99,132,55);
	/* background-image: url(../images/author.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding: 3px 23px 14px 3px;
	border: solid 0px red;
}
a.author:hover {
	display: inline;
	color: rgb( 0,0,0 );
	/* background-image: url(../images/author.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding: 3px 23px 14px 3px;
	border: solid 0px red;
}
.float-left {
	float: left;
	padding: 5px;
}

.article-photo {padding-left: 38px;background: url(../images/photo.png) no-repeat 20px 23px; padding-top: 20px;}
.column-content img 
{
    /*float: left;*/ 
    display: inline; margin: 0 10px 10px 0;
}
.column-content span .price {position: absolute; left: 1px; top: 1px;}
.break { height: 1px; font-size: 1px; clear: both; overflow: hidden; visibility: hidden; display:block;}
p {line-height: 1.4;}
.img-box {margin: 10px 0; width: 147px; overflow: hidden;}
