/* CSS - www.viva4you.com */
/* (c) 2010 - Made by YourVision */


/* common start */
* {
  padding: 0;
  margin: 0; 
}

body {
  background: #f4d9dc url("img/choc-y-stripe-bg.gif") 50% 0% repeat-y;
  height: 100%;
  font-family: Verdana, sans-serif;
}

#x-stripe {
  width:50%;
  position:absolute;
  height:93px;
  .left: 0;
  margin-top: 113px;
  background: url("img/choc-x-stripe.jpg") repeat-x;
  z-index: -1;
}

#head {
  width:800px;
  height:250px;
  margin:0px auto;
  background: url("img/coko-head-bg.jpg") no-repeat;
}

#content {
  width: 800px;
  margin: 0 auto;
  background: url("img/choc-y-stripe.gif") 634px 0px repeat-y;
}

#patka{
  width: 550px;
  margin-left: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-family: Verdana;
  font-size: 10px;  
}

/* common end */
/* suboptions start */


#menu {
  height: 25px;
  width: 380px;
  text-decoration: none;
  font-family: Verdana;
  font-weight: bold;
  font-size: 10px;
  position: relative;
  top:192px;
  left:225px;
}

#menu a, #menu a:visited{
  height: 19px;
  padding: 6px 6px 0px 6px;
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
}

#menu a:hover{
  background:#6D4D32;
  color:#F0B0C4; 
}

.link-logo, .link-logo:hover, .link-logo:visited {
  display: block;
  position: absolute;
  top: 84px;
  margin-left: 47px;
  width: 175px;
  height: 151px;
}

.border {
  border-right:2px solid #edc7ca;
}

div.lang{
  font-family: Verdana;
  font-weight: bold;
  font-size: 10px;
  width: 120px;
  height: 12px;
  text-align: right;
  position: relative;
  top: 95px;
  left: 457px;
}

a.lang{
  position: relative;
  top: -3px;
}

a.lang:hover, a.patka:hover{
  text-decoration: none;
}

#text{
  width: 510px;
  margin-left: 85px;
  background: #FDE9EC;
  font-family: Verdana;
  font-size: 11px;
  background: #f7e9ee url("img/choc-y-stripe.gif") 549px 0px repeat-y;
  padding: 20px 80px 30px 25px;
  margin-bottom: 0px;
  color: #3F3214;
}

#text p {
  text-align: left;
  margin: 0px;
  padding: 0px;
}

/* suboptions end */
/* common text styling start */

h1 {
  padding-bottom:14px;
  font-size: 14px;
  font-weight: normal;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 4px;
  clear: both;
}

h3 {
  padding-top:11px;
  font-size: 11px;
  font-weight: bold;
}

ul{
  padding-left: 12px;
}

img {
  border: 1px solid #3F3214;
}

/* common text styling end */
/* form styles start */

input[type="text"] {
  color: #3F3214;
  font-size: 11px;
  border: 1px solid #3F3214;
  padding: 2px;
  width: 150px;
}

input[type="submit"] {
  color: #3F3214;
  background:#fff;
  font-size: 11px;
  border: 1px solid #3F3214;
  padding: 2px 10px;
}

input[type="submit"]:active {
  background:#e0e0e0;
}

textarea {
  color: #3F3214;
  background:#fff;
  font-size: 11px;
  border: 1px solid #3F3214;
  padding: 2px;
  font-family: Verdana;
}

/* form styles end */
/* gallery start */

a.gal {
  text-decoration: none;
  border: 0px none;
}

.gallery {
  margin-left: 15px;
}

.gallery tr {
  height:130px;
}

.gallery td {                                    
  width: 130px;
  text-align: center;
  padding:0 50px 10px 0;
}

a.gal img {
  border: 5px solid #f4d9dc;
}

a.gal:hover img {
  border: 5px solid #f5939e;
}

/* gallery end */
/* lightbox start */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* lightbox end */
/* other classes */

.intext, .intext:visited, a.lang, a.lang:visited, a.patka, a.patka:visited{
  color: #3F3214;
}

a.intext span {
  text-decoration:underline;
}

.intext:hover, a.intext:hover span{
  text-decoration:none;
}

.intext img{
  border: 0px none;
}

.clear {
  clear:both;
}

.img-left {
  float:left;
  margin-bottom: 10px;
  margin-right: 5px;
}

.img-right {
  float:right;
  margin-bottom: 10px;
  margin-left: 5px;
}


/* other classes end */
/* end */
/* www.yourvision.cz */

DIV.maps {
	margin: 10px 0;
	height: 340px;
	width: 510px;
}

DIV.maps IMG {
	border: 0;
}
