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

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

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

#intro-text {
	line-height:15px;
	margin-left:16px;
	padding-top:0;
	text-align:justify;
	width:400px;
}

#intro-text p {
	color: #666;
}

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

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

#content-l h1, a, a:hover, a:visited, 
#content-l h2, 
#intro-text h1
{
	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;
}

#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;
}