﻿* {
	background: transparent;
	border: none;
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: url(images/body_bg.png);
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#content {
	height: 500px;
	margin: 0 auto;
	width: 960px;
}

#header {
	background: url(images/header_bg.png) repeat-x;
	display: block;
	height: 100px;
	width: 100%;
}

#header_wrapper {
	margin: 0 auto;
	width: 960px;
}

#logo {
	height: 70px;
	padding: 15px 0;
	width: 298px;
}

#contact {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	padding-top: 38px;
	text-align: right;
	text-shadow: #555 0 1px;
}

#contact p span {
	font-size: 12px;
	font-weight: normal;
}

.spacer {
	background: url(images/horizontal_line.png) repeat-x;
	display: block;
	height: 2px;
}

#image_slider {
	display: block;
	padding: 30px 0;
}

#mapka {
	border: 10px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#gallery {
	border: 10px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#mapka {
	height: 300px;
	margin: 0;
	width: 940px;
}

#google_map {
	display: block;
	padding: 30px 0;
}

#information {
	display: block;
	padding: 30px 0;
}

#box4 {
	width: 220px;
	height: 200px;
	padding: 15px;
	display: inline;
	float: left;
	background: url(images/black50.png);
	border-top: 1px solid #d18484;
	border-bottom: 1px solid #d18484;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#box3 {
	width: 220px;
	height: 200px;
	margin-right: 50px;
	padding: 15px;
	display: inline;
	float: left;
	background: url(images/black50.png);
	border-top: 1px solid #d18484;
	border-bottom: 1px solid #d18484;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#box2 {
	width: 220px;
	height: 200px;
	margin-right: 50px;
	padding: 15px;
	display: inline;
	float: left;
	background: url(images/black50.png);
	border-top: 1px solid #d18484;
	border-bottom: 1px solid #d18484;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#box1 {
	width: 205px;
	height: 205px;
	margin-right: 20px;
	padding: 10px;
	display: inline;
	float: left;
	background: url(images/black50.png);
	border-top: 1px solid #d18484;
	border-bottom: 1px solid #d18484;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#box1 a {
	height: 205px;
	position: absolute;
	text-align: center;
	width: 205px;
}

#box1 a p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 100%;
	padding: 93px 0 94px;
}

h2 {
	border-bottom: 1px solid #7f4646;
	font-size: 18px;
	padding-bottom: 5px;
}

p.box {
	font-size: 14px;
	line-height: 150%;
	padding-top: 10px;
}

#panorama {
	display: block;
	width: 940px;
	height: 219px;
	border: 10px solid #fff;
	margin: 30px 0 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#ban {
	display: block;
	width: 320px;
	height: 300px;
	margin: 0px 50px 0px 50px;
	display: inline;
	float: left;
}

#ban1 {
	display: block;
	width: 320px;
	height: 250px;
	border: 10px solid #fff;
	margin-top:30px;
	display: inline;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#banner {
	display: block;
	margin: 30px 0 30px;

}

#menu-all {
	display: block;
	width: 940px;
	height: 500px;
	border: 10px solid #fff;
	margin: 30px 0 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#footer {
	padding-bottom: 20px;
}

#copyright {
	color: #fff;
	font-size: 10px;
}

/* --- style & classes --- */

a:visited {
	color: #fff;
}

a:active {
	color: #fff;
}

a:link {
	color: #fff;
}

a#footerLink {
	margin-bottom: 1px;
	border-bottom: 1px solid #fff;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

/* --- image slider settings --- */

#gallery {
	position: relative;
	height: 450px
}

#gallery a {
	float: left;
	position: absolute;
}
	
#gallery a img {
	border: none;
}
	
#gallery a.show {
	z-index: 500
}

#gallery .caption {
	z-index: 600; 
	background-color: #000; 
	color: #fff; 
	height: 100px; 
	width: 100%; 
	position: absolute;
	bottom: 0;
}

#gallery .caption .content {
	margin: 5px
}
	
#gallery .caption .content h3 {
	margin: 0;
	padding: 0;
	color: #1DCCEF;
}