/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #eae3bb url(../images/bg.png) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #700f10;
}

/* elementy blokowe */

h1, h2, h3, h4, h5, h6
{
	color: #700f10;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h1
{
	font-size: 26px;	
}

h2
{
	font-size: 16px;
	font-weight:700;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 13px;
	font-weight: bold;
}

h6
{
	font-size: 14px;
	font-weight: bold;
}

p
{
	color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/* Kontenery na treść */

#main-wrapper
{
	width: 950px;
	margin: 0 auto;
}

#header
{
	width: 950px;
	height: 315px;
	margin: 0 auto;
}

#logo
{
	width: 750px;
	height: 62px;
	padding-top:20px;
}

#logo a
{
	font-size:26px;
	text-decoration:none;
	font-style:normal;
	color:#eae3bb;
}

#logo a span
{
	font-size:18px;
	font-style:normal;
	color:#fff;
}

#navigation
{
	width: 240px;
	float: left;
}

#banner-photo
{
	width: 700px;
	height: 240px;
	float: right;
	margin: 0 0 0 0;
}

#czlowiek
{
	position:absolute;
	width:170px;
	height:350px;
	left:950px;
}

#content-wrapper
{
	width: 950px;
}

#footer
{
	width: 100%;
	margin-top: 20px;
	background:#700f10;
	position:relative;
	margin: 0 auto;
	
}

/* Style na podstronę: lewa/prawa */

#content-wrapper #content-right
{
	width: 250px;
	height: 100%;
	float: right;
	margin-left: 50px;
	display: inline;
}

#content-wrapper #content-left
{
	width: 650px;
	height: 100%;
	float: left;
	display: inline;
}


#content-wrapper ul
{
	padding: 10px 30px 20px 30px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171717;
	padding-bottom: 9px;
	padding-left: 28px;
	background: url(../images/list-bullet.gif) 12px 5px no-repeat;
	list-style: none;
}

#content-wrapper #content-right h2.title
{
	width: 250px;
	border-bottom: 1px solid #700f10;
	margin-bottom: 14px;
	padding-top: 16px;
}

#content-wrapper #content-right h2.workshop
{
	font-family: "Times New Roman", Times, serif;
	width: 250px;
	border-bottom: 1px solid #700f10;
	margin-bottom: 14px;
	padding-top: 16px;
	
}

#content-wrapper h1.title
{
	width: 650px;
	border-bottom: 1px solid #700f10;
	margin-bottom: 14px;
}

#content-wrapper img.photo-left
{
	border: 2px solid #700f10;
	float: left;
	margin: 3px 20px 10px 0;
}

#content-wrapper img.photo-right
{
	border: 2px solid #700f10;
	float: right;
	margin: 48px 0 10px 50px;
}

#content-wrapper p
{
	text-align:justify;	
}

/* syle menu */

#navigation ul
{
	margin: 18px 0 0 0;
	width: 240px;
}

#navigation ul li
{
	list-style: none;
	border-top: 1px solid #700707;

}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 216px;
	padding: 7px 0;
	padding-left: 24px;	
	background: url(../images/strzalka.png) 9px 10px no-repeat;
}

#navigation ul li.last
{
	border-bottom: 1px solid #700f10;
}


#navigation ul li a:hover
{
	color: #eae3bb;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #700f10;
}

/* Style stopki */

#footer p
{
	margin: 0;
	padding: 8px 0;
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height:40px;
}

#footer p a
{
	text-decoration: none;
	color: #8d6929;
}
