/* Author: Bartosz Pulkowski  bartosz@pulkowski.net */

@import 'common.css';
@import 'jquery.lightbox.css';

#intro {
	width: 960px;
	min-height: 336px;
	margin: 0 auto;
	/*background-image: url( '../images/flet-head.jpg' );*/
	background-position: right bottom;
	background-repeat: no-repeat;
}

#intro-text {
	width: 350px;
	line-height: 20px;
	margin-left: 40px;
	padding-top: 2px;	
	overflow: auto;
	padding-bottom: 10px;
}

#intro-text p {
	color: #666;
	font-size: 11px;
	line-height: 18px;
}

#content {
	width: 960px;
	margin: 0 auto;
	background-image: url( '../images/content-head.png' );
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f4f1e9;
    z-index: 1;
}

#content-l {
	width: 396px;
	float: left;
	background-color: #f4f1e9;
	margin-left: 20px;
	line-height: 20px;
}

#content-l h1, a, a:hover, a:visited {
	color: #666666;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	text-decoration: none;
}

#content-l a:hover {
	color: #2f2f2f;
}

#content-l .news-date {
	color: #8a8a8a;
	font-size: 10px;
	margin-bottom: 15px;
}


#content-l p {
	color: #666666;
}

#content-head {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-r {
	width: 544px;
	float: left;
	background-color: #f4f1e9;
	line-height: 20px;
    z-index: 1;
}

#content-r h1, a, a:hover, a:visited {
	color: #666666;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	text-decoration: none;
}

#content-r a:hover {
	color: #2f2f2f;
}

#faq {
	margin: 70px 50px 0 50px;
}

#faq .faq-answer {
	border: 1px solid #918c7b;
	background-color: #ebe7db;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

#faq .faq-answer p, a, a:hover, a:visited {
	color: #666666;
}


#galeria-home {
	margin: 50px 50px 70px 50px;
}

#galeria-home .zdjecia {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content-main {
    width: 978px;
    margin: -16px auto 0 auto;
    position: relative;
    z-index: -1;
}

#content-main .flet {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/flet.png) no-repeat right top;
    width: 500px;
    height: 800px;
    z-index: 2;
}


