/*@font-face {  
  font-family: 'MyCalluna';  
  src: local("Calluna"),  
  url('../fonts/Calluna-Regular.otf');  
}*/
html {
	background:#fff /* url('../img/bg.gif') 40% 43px no-repeat;*/
}
body {
	/*font: normal 15px 'MyCalluna', 'Calluna', 'Palatino Linotype', 'Book Antiqua', 'Palatino', Georgia, Times, Garamond, 'Calluna', serif;*/
	font: normal 15px 'Trebuchet Ms', Trebuchet, sans-serif;
	font-variant: small-caps;
	color:#222;
	margin:30px auto;
	padding:0;
	text-shadow:0 1px 0 #eee;
	width:960px;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
address a {
	font-variant: normal;
}
/* menu */
#header {
	margin:0 25px;
	position:relative;
	width:906px;
}
#header h1 {
	padding:5px 10px;
	margin:0;
	font-size:24px;
	text-align:center;
	font-weight:normal;
	font-family: 'Trebuchet Ms', Trebuchet, sans-serif;
	letter-spacing: 4px;
}

#header h1 a:hover, #header h1 a:visited {
	text-decoration: none;
}

#header h1 strong {
	display:block;
	font-size:20px;
	font-weight:normal;
	color: #666;
}
#menu, #menu ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	background:transparent;
	top:80px;
	width:100%;
	z-index:99999999;
	zoom:100%;
}
#menu ul {
	width:auto;
	height:auto;
	-moz-box-shadow:2px 2px 2px #666;
	-webkit-box-shadow:2px 2px 2px #666;
	box-shadow:2px 2px 2px #666;
}
#menu li {
	padding:0;
	width:150px;
	float:left;
	/*font-size:17px;*/
	letter-spacing: 1px;
}
#menu li a {
	display:block;
	padding:5px 10px;
	width:130px;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
#menu li a:hover {
	color:#444;
	border-bottom: 1px solid #ccc;
}
#menu li ul {
	display:block;
	left:151px;
	top:0;
	visibility:hidden;
}
#menu li ul li {
	float:none;
	background:#c3c4be;
}
#menu #info, #menu #blog, #menu #contact {
	position:absolute;
	right:0;
	left:auto;
	width:100px;
}
#menu #info a, #menu #blog a, #menu #contact a{
	width:80px;
	text-align:center;
}
#menu #info {
	right:201px;
}
#menu #blog {
	right:101px;
}

/* content */
#content {
	margin:30px 0;
	padding:20px 0;
	text-align:center;
	position:relative;
}
#content img {
	max-width:900px;
}
#zoom {
	width:960px;
	height:580px;
	text-align:center;
	vertical-align:middle;
	cursor: pointer;
}
#zoom img {
	max-width:960px;
	max-height:565px;
	background:#fff;
}
#zoom .slideshow-zoom {
	cursor: default;
}
#thumbs {
	height:84px;
	margin-left:40px;
	overflow:hidden;
	padding:10px 30px;
	width:830px;
}
.fade-left, .fade-right {
	height:104px;
	left:40px;
	position:absolute;
	top:590px;
	width:65px;
	background:transparent url('../img/fade-left.png') 0 0 repeat-y;
}
.fade-right {
	background:transparent  url('../img/fade-right.png') top right repeat-y;
	left:auto;
	right:30px;
}
#thumbs ul {
	list-style:none;
	height:100px;
	width:8000px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#thumbs li {
	float:left;
	height:100px;
	width:130px;
	text-align:center;
	margin:0 5px;
	overflow:hidden;
}
#thumbs li a {
	display:block;
	float:left;
	width:130px;
	text-align:center;
	background:transparent url('../img/loading.gif') 50% 50% no-repeat;
}
#thumbs li a:focus {
	outline:none;
}
#thumbs li a.active img {
	border:1px solid #000;
}
#thumbs img {
	border:1px solid #fff;
	max-width:130px;
	max-height:80px;
}
.loading {
	background:transparent url('../img/loading.gif') 50% 50% no-repeat;
}
.column {
	width: 400px;
	padding:10px 30px;
	float:left;
	border-right:1px solid #ccc;
	text-align:left;
}
.noborder {
	border-width:0 !important;
}
/* footer */
#footer {
	clear:both;
}
/* slideshow */
#slideshow {
	display:none;
}

/* kontakt */
.left {
	display: block;
	float: left;
	text-align: left;
}

dt {
	text-align: left;
	text-indent: 35px;
}
#imie, #email, #tresc, #tel {
	width: 450px;
}

/* info */
#infoTxt {
	text-align:justify;
	padding: 0 25px;
	display: block;
	font-variant: normal;	
}


#infoTxt img {
    float: right;
    margin: 0 0 0 10px;
}

#infoTxt p {
    width: 615px;
}

address {
	padding-top: 25px;
}
/* fake shadow */
#menu ul li a span.shadow {
	display:block;
	position:relative;
	color:#fff;
}
#menu ul li a span.caster {
	display:block;
	position:absolute;
	color:#444;
	top:-1px;
	left:0;
}