/* cobradesign styles - styles.css */

@import url("reset.css"); @import url("common.css");


body
{
  font-family: verdana, helvetica, sans-serif;
  color: #000000;
  font-size: 67.5%;
  text-align: center;
  background: #15a091 url("/img/bg.jpg") repeat-x top;
}
#logo_tisk { display: none; }

ul li p { margin: 0; padding: 0; }

                                        /* ----- LAYOUT ----- */

/* pozadi prez cely prohlizec */
#main {
  width: 100%;
  background: url(/img/bg_top.jpg) no-repeat top center;
  padding-top: 222px;
  padding-bottom: 2px;
  min-width: 980px;
}
#obalCelek {
	width: 979px;
	position: relative;
	margin: 0 auto;
}
/* obal obsahu webu - pozadi */
#obal {
  position: relative;
  width: 979px;
  background: url(/img/obsah_bg_top.jpg) no-repeat 67px top;
  margin-bottom: 20px;
  overflow: hidden;
}
/* bublinky */
#bubliny1, #bubliny2, #bubliny3, #bubliny4 { position: absolute; }
#bubliny1 { width: 51px; height: 147px; left: 0; top: 50%; background: url(/img/bubliny_left_center.png); }
#bubliny2 { width: 76px; height: 157px; right: 0; top: 40%; background: url(/img/bubliny_right_center.png); }
#bubliny3 { width: 90px; height: 153px; left: 0; top: 85%; background: url(/img/bubliny_left_bottom.png); }
#bubliny4 { width: 116px; height: 191px; right: 0; top: 85%; background: url(/img/bubliny_right_bottom.png); }

/* obsah */
#obsah {
  text-align: left;
  font-size: 1.2em;
  margin-left: 124px;
  margin-right: 82px;
  background: #fff url(/img/obsah_stin.jpg) repeat-y;
}
/* obsah2 - obrazek nahore neni ok, prekryjeme jeste jednou */
#obsah2 {
  background: url(/img/obsah_bg_top.jpg) no-repeat -57px 0;
  padding: 180px 20px 200px 25px;
  min-height: 600px; /* kvuli bublinkam */
}
/* levy a pravy dreveny sloupec */
#bg_left
{
  position: absolute;
  top: 112px;
  left: 67px;
  bottom: 20px;
  width: 57px;
  background: url(/img/leve.jpg) repeat-y left top;
}
#bg_right
{
  position: absolute;
  right: 47px;
  top: 220px;
  bottom: 20px;
  width: 35px;
  background: url(/img/prave.jpg) repeat-y right top;
}

/* vlajky */
div.vlajky {
	position: absolute;
	top: -222px;
	right: 47px;
	width: 106px;
	height: 31px;
	background: url(/img/vlajkyBg.jpg);
}
div.vlajky a.vlajka {
	color: #fff;
	display: block;
	width: 91px;
	height: 26px;
	padding: 5px 15px 0 0;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 11px 7px;
}
div.vlajky a.vlajka.cz {
	background-image: url(/img/vlajkaCS.jpg);
}
div.vlajky a.vlajka.pl {
	background-image: url(/img/vlajkaPL.jpg);
}


                                        /* ----- odkaz na index ----- */
a.odkaz-na-index
{
  position: absolute;
  width: 625px;
  height: 100px;
  background: none;
  border: none;
  left: 85px;
  top: -210px;
  cursor: pointer;
}
                                        /* ----- OBSAH ----- */
                                        
#obsah h1 em
{
  font-size: 60%;
  font-style: italic;
}

/* seznam */
#obsah ul { margin-left: 15px; margin-bottom: 20px; }
#obsah ul li {
  list-style: none;
  background: url(/img/odrazkaSeznam.jpg) no-repeat 0px 0px;
  padding-left: 25px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 8px;
}

/* tabulka */
#obsah table
{
  clear: both;
  width: 99%;
  margin-top: 20px;
  margin-bottom: 35px;
  border: 1px solid #030d09;
}
#obsah table thead tr td
{
  font-weight: bold;
  background-color: #208f83;
  color: #fff;
  padding: 6px;
}
#obsah table tr td { padding: 4px 6px; border: 1px solid #030d09; }
#obsah table p { margin: 0; padding: 0; }



                                        /* ----- MENU - ARTICLES ----- */
#menu{
  float: left;
  margin: -24px 10px 20px -25px;
}
#menu #articles {
	list-style: none; margin: 0;
}
#menu #articles li {
  display: block;
  background: url(/img/articles_odkaz.jpg) no-repeat left bottom;
  height: 25px;
  padding-top: 5px;
  width: 230px;
  margin-bottom: 0px;
  padding-left: 0px;
  line-height: auto;
}
#menu #articles li.active strong, #menu #articles a {
  font-weight: bold;
  font-style: italic;
  color: #952700;
  font-size: 17px;
  margin-left: 30px;
}
/* hover, active */
#menu #articles li.active, #menu #articles li:hover { 
	background: url(/img/articles_odkaz_active.jpg) no-repeat left bottom;
}
#menu #articles li.active strong, #menu #articles li:hover a {
	color: #fff;
}

/* first */
#menu #articles li.first {
  background: url("/img/articles_odkaz_top.jpg") no-repeat left bottom;
  height: 25px;
  padding-top: 33px;
}
#menu #articles li.first:hover, #menu #articles li.first.active {
	background: url("/img/articles_odkaz_top_active.jpg") no-repeat left bottom;
}


                                        /* ----- PATICKA ----- */
#paticka
{
  position: absolute;
  bottom: 0; left: 66px;
  height: 51px;
  padding: 85px 0 0 0;
  background: url(/img/paticka_bg.jpg) no-repeat bottom;
  color: #fff;
  width: 866px;
}
#paticka a { color: #fff; }
#paticka-levy
{
  float: left;
  margin-left: 75px;
}
#paticka-pravy
{
  float: right;
  margin-right: 70px;
}


/* OBRAZKY */
a.lightbox img { margin-right: 7px; margin-bottom: 20px; }
.doublepictures a {margin-left: 100px;}
.singlepictures a {margin-left: 230px;}



                                        /* ----- JEDNOTILVE STRANY - cenik ----- */


/* form rezervace */
.formRezervace label { width: 150px; }
.formRezervace #dotaz-rezervaci
{
  margin-left: 150px;
  background: #66240c url(/img/dotaz-tlacitko.jpg) no-repeat;
  width: 163px;
  height: 37px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #6e6e6e;
}
.formRezervace #dotaz-rezervaci:hover { text-decoration: underline; }


                                        /* ----- JEDNOTILVE STRANY - kontakty a mapa ----- */
#obsah .kontakty-a-mapa table tr td { border: none; }
/* tabulka nahore */
#obsah .kontakty-a-mapa table.example1
{
  width: 70%;
  clear: none;
}
/* mapa */
.kontakty-a-mapa img
{
  margin: 15px auto;
  display: block;
}
/* input submit */
#dotaz-tlacitko
{
  background: #66240c url(/img/dotaz-tlacitko.jpg) no-repeat;
  border: 1px solid #6e6e6e;
  width: 163px;
  height: 37px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  clear: left;
  margin-left: 110px;
}
#dotaz-tlacitko:hover { text-decoration: underline; }


/* info hlasky */
div.green, div.red {
  margin: 10px 0px 10px 215px;
  padding: 7px 10px;
}
div.green p, div.red p {
  margin: 0; padding: 0;
}
div.green p a, div.red p a {
  text-decoration: underline;
  font-size: 1.1em;
}

div.green {
  background: #e7ffcb;
  border: 1px solid #aac979;
}
div.red {
  background: #f9e9e2;
  border: 1px solid #ecc6c0;
}
div.green p a { color: #2a5416; }
div.red p a { color: #6d413a; }

/* lastminute banner */
div#banner{
  position: absolute;
  left: 373px;
  top: 4px;
  padding: 10px 0px 0px 20px;
  width: 272px;
  height: 152px;
  background: lightblue url(/img/tatralandia-banner.jpg) no-repeat;
}
div#banner h2, div#banner strong{
  color: rgb(219,49,13);
}
div#banner h2 + h2 span:first-child {
	display: block;
	width: 200px;
	margin-left: 5px;
	margin-bottom: 0;
}
div#banner h2 + h2 span:first-child + span {
	margin-left: 10px;
	margin-top: 8px;
	display: block;
}
div#banner h2{
  text-transform: uppercase;
  padding-bottom: 7px;
}
div#banner a{
  color: #208f83;
}
div#banner p{
  margin: 0px;
  font-weight: bold;
  margin-left: -12px;
  padding: 0px 0px 8px 0px;
}
div#banner a{
  margin-left: 35px;
}
div#banner br {
	display: none;
}

/* links */
div.links {
	padding-bottom: 30px;
}
div.links a {
	color: #c5e7e3;
}