/* CSS Document */

/**
 * Koniecznie trzeba zweryfikować ścieżki!
 * IE przy ładowaniu behavior ładuje względem otwartego dokumentu, a nie CSS
 * najlepiej by było użyć ścieżek bezwzględnych
 * i niestety jest ograniczenie, że behavior ma być załadowany z tej samej domeny
 * docelowo powinno wyglądać tak: 
 * behavior: url(/css/pie.php);
 */
.pageContent .shadowBox,
.siteFooter .contactForm input,
.siteFooter .contactForm textarea {
	behavior: url(css/PIE.php);
}

body {
	margin: 0;
	padding: 0;
    font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #334454;
}

a {
    text-decoration: none;
    color: #555;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	color: #334454;
	margin-top: 0;
	padding-top: 0;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.siteHeader {
	height: 70px;
	background: #f0f0f0;
	position: relative;
}
.siteHeader .b1,
.siteHeader .b2 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.siteHeader .b1 {
	background: #7f7f7f url(../images/bg_site_header_b1.jpg) center top no-repeat;
	bottom: 10px;
	height: 5px;
}
.siteHeader .b2 {
	background: #a8a8a8 url(../images/bg_site_header_b2.jpg) center top no-repeat;
	height: 10px;
}
.siteHeader .wrapper {
	position: relative;
}
.siteHeader .headerLogo {
	float: left;	
}
.siteHeader .languageSelection {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
}
.siteHeader .languageSelection a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: url(../images/sep_site_header_language.png) left top no-repeat;
	padding: 0 10px 0 12px;
	color: #d3d3d3;
	font-family: Georgia;
	float: left;
}
.siteHeader .slogan {
	display: inline-block;
	margin-top: 105px;
	margin-left: 70px;
	color: #d3d3d3;
	font-family: Georgia;
	float: left;
}
.siteHeader .languageSelection a:first-child {
	background: none;
}
.siteHeader .contactData {
	position: absolute;
	top: 40px;
	right: 0;
	text-align: right;
}
.siteHeader .contactData span {
	display: block;
}
.siteHeader .contactData p,
.siteHeader .contactData a {
	font-family: Georgia;
	line-height: 30px;
	font-size: 22px;
	color: #d3d3d3;
	text-align: left;
}
.siteHeader .siteMenu {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.siteHeader .siteMenu a {
	color: #606060;
	font-family: Georgia;
	font-size: 18px;
	display: inline-block;
	padding: 0 18px 0 26px;
	border-left: 1px solid #606060;
}
.siteHeader .siteMenu a:first-child {
	border-left: 0;	
}
.siteContent {
	background: #ebebeb;
	min-height: 200px;
}

.siteContent .pageContent {
	min-height: 70px;
	padding-top: 20px;
}
.pageContent .pageBanner {
	position: relative;
	margin-top: -10px;
}
.pageContent .pageBanner .photos {
	height: 310px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.pageContent .pageBanner .photos .photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.pageContent .pageBanner .photos .photo.animating {
	z-index: 7;
}
.pageContent .pageBanner .photos .photo.active {
	z-index: 6;
}
.pageContent .pageBanner .photos .photo img {
	border-bottom: 10px solid #334454;	
}

.pageContent .shadowBox {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: #bbb 0px 0px 10px;
	   -moz-box-shadow: #bbb 0px 0px 10px;
	        box-shadow: #bbb 0px 0px 10px;	
    background-color: #fff;
    min-height: 10px;
}
.pageContent .shadowBoxMain {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: #bbb 0px 0px 10px;
	   -moz-box-shadow: #bbb 0px 0px 10px;
	        box-shadow: #bbb 0px 0px 10px;	
    background-color: #fff;
	border-bottom: 10px solid #334454;
    min-height: 10px;
}
.pageContent .shadowBoxBlue{
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: #bbb 0px 0px 10px;
	   -moz-box-shadow: #bbb 0px 0px 10px;
	        box-shadow: #bbb 0px 0px 10px;	
    background-color: #2fb6ec;
    min-height: 10px;
}
.pageContent .form {
	width: 50%;
	padding: 8px;
	background: #fff;
	margin-bottom: 25px;	
}
.pageContent .form .submit {
	padding: 8px 10px 8px 10px;
	color: #fff;
	font-weight: bold;
	font-family: Georgia;
}
.pageContent .homepageLinks,
.pageContent .offerList {
	padding-bottom: 20px;
	line-height: 1.8em;
	margin-left: -20px;
}
.pageContent .homepageLinks {
	margin-top: 0px;
	text-align: left;
}
.pageContent .homepageLinks .link,
.pageContent .offerList .offer {
	display: block;
	margin-left: 24px;
	margin-bottom: 20px;
	width: 300px;
	height: 250px;
	padding: 0;
	float: left;
	vertical-align: top;
}
.pageContent .homepageLinks .link {
	padding-top: 0px;	
}
.pageContent .homepageLinks .link p {
	margin-left: 2px;
	margin-right: 2px;	
}
.pageContent .homepageLinks .link p:first-child {
	margin: 0;	
}
.pageContent .homepageLinks .link h1 {
	margin-top: 5px;
	margin-left: 2px;
	font-size: 18px;
	color: #334454;	
}
.pageContent .offerList .offer {
	height: 350px;
}
.pageContent .homepageLinks .link:hover,
.pageContent .offerList .offer:hover {
	text-decoration: none;
}
.pageContent .offerList .offer .photo {
	width: 290px;
	max-height: 140px;	
}
.pageContent .homepageLinks .link .title,
.pageContent .offerList .offer .title,
.siteContent .offerPresentation .details .title {
	display: block;
	margin: 20px 0;
	font-family: Georgia;
	font-size: 23px;
	font-weight: normal;
	color: #2fb6ec;
}
.siteContent .offerPresentation .details .price {
	display: block;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	color: #2fb6ec;
	text-align: left;
}
.siteContent .offerPresentation .details .address {
	font-size: 16px;
}
.siteContent .offerList .offer .description {
	display: block;	
}
table {
	width: 95%;
	border-collapse: collapse;	
	font-size: 12px;
}
tr {
	background: #eee;

}
td {
	margin: 0;
	padding: 2px;
	padding-left: 5px;
	padding-right: 8px;
	border: 1px solid #ccc;
}
.siteContent .offerList .offer .price {
	display: block;
	margin-top: 10px;
	line-height: 1.6em;
	text-align: right;
	font-family: Georgia;
	font-size: 16px;
	color: #2fb6ec;	
}
.pageContent .offerList .offer .details {
	display: block;
	margin: 10px 0;
	font-family: Georgia;
	font-size: 16px;
	color: #2fb6ec;
}

.siteContent .offerPresentation .photos .big,
.siteContent .offerPresentation .photos .thumb {
	display: block;
	float: left;
	padding: 4px;
	margin-bottom: 25px;
}
.siteContent .offerPresentation .photos .big {
	width: 572px;
	height: 372px;
}
.siteContent .offerPresentation .photos .big .photo {
	display: block;
	width: 572px;
	height: 372px;
	overflow: hidden;
}
.siteContent .offerPresentation .photos .thumb {
	width: 162px;
	height: 102px;
	margin-left: 20px;
}
.siteContent .offerPresentation .photos .thumb .photo {
	display: block;
	width: 162px;
	height: 102px;
	overflow: hidden;
}
.siteContent .offerPresentation .details {
	clear: both;
	padding: 30px;
	margin-bottom: 20px;
	overflow: hidden; 
}
.siteContent .offerPresentation .details .title,
.siteContent .offerPresentation .details .description {
	float: left;
	clear: left;
	width: 550px;
	margin-top: 0;
	line-height: 1.6em;
	text-align: justify;
}

.siteContent .offerPresentation .details .map {
	display: block;
	float: right;
	width: 350px;
	margin-top: -20px;
}

.siteContent .simpleContent {
	padding: 30px;
	text-align: justify;
	line-height: 1.6em;
}
.siteFooter {
	clear: both;
	background: #334454;
	position: relative;
	padding-top: 30px;
}
.siteFooter .wrapper {
	position: relative;
	min-height: 270px;
}
.siteFooter .b1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: 5px;
	background: #a4a4a4 url(../images/bg_site_footer_b1.png) center top no-repeat;
}
.siteFooter .footerLogo {
	position: absolute;
	top: 0;
	left: 0;
}
.siteFooter .contactData {
	position: absolute;
	top: 0;
	left: 170px;
	line-height: 1.6em;
}
.siteFooter .contactData p,
.siteFooter .contactData a {
	color: #c4c4c4;
}
.siteFooter .contactData span {
	display: block;
}
.siteFooter .contactData .name {
	color: #dcdcdc;
}
.siteFooter .contactForm {
	position: absolute;
	top: 0;
	right: 0;
	width: 640px;
}
.siteFooter .contactForm .field {
	line-height: 30px;
	margin-bottom: 10px;
}
.siteFooter .contactForm .field input,
.siteFooter .contactForm .field textarea {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	border-bottom: 2px solid #A8A8A8;
	border-right: 2px solid #A8A8A8;
	border-top: 0;
	border-left: 0;
	background: #C4C4C4;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.siteFooter .contactForm .field input {
	width: 310px;
	height: 30px;
}
.siteFooter .contactForm .field textarea {
	width: 450px;
	height: 100px;
}
.siteFooter .contactForm .field label {
	display: inline-block;
	float: left;
	width: 160px;
	padding-right: 10px;
	color: #C4C4C4;
	font-family: Georgia;
	font-size: 18px;
	text-align: right;
}
.siteFooter .contactForm .submit {
	float: right;
	font-family: Georgia;
	font-size: 18px;
	color: #C4C4C4;
	border: none;
	background: none;
	margin-top: -5px;
}
.siteFooter .siteInfo {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	padding-top: 10px;
	border-top: 1px solid #5f5f5f;
}
.siteFooter .siteInfo,
.siteFooter .siteInfo a {
	color: #818181;
}
.siteFooter .siteInfo .copyright {
	font-size: 10px;
	float: left;
}
.siteFooter .siteInfo .createdBy {
	font-size: 10px;	
	float: right;
}