* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
a big,
.dn {
	display: none;
}
body {
	font-size: .9em;
	font-family: Georgia, Times, serif;
	color: #777;
	background: url(img/pattern_140.gif);
	background-attachment: fixed;
}
h1, h2 {
}
h1 {
	margin: 0 -25px 1em -25px;
	font-size: 2em;
	border-bottom: 1px solid #afb9aa;
	font-family: Times;
	font-weight: normal;
	font-style: italic;
	color: #3688A7;
}
h2 {
	font-weight: normal;
	color: #7A6156;
	margin: 1em 0 .8em;
	font-size: 1.5em;
}
h2 a {
	color: #7A6156;
	text-decoration: none;
}
h3 {
	margin: .8em 0 .6em;
	font-size: 1.4em;
	font-family: tahoma;
}
p big {
	font-size: 1.1em;
	font-weight: bold;
}
a {
	color: #439FC2;
}
#container {
	width: 880px;
	margin: 10px auto;
	border: 1px solid #ccc;
	background: #F6F3E4 url(img/header.jpg) no-repeat;
	position: relative;
}
#header {

}
#logo {
	background: url(img/logo.jpg);
	position: absolute;
	top: 19px;
	left: 14px;	
	display: block;
	width: 311px;
	height: 110px;
}
#logo:hover {
	background-position: 0 100%;
}
#content {
	width: 600px;
	padding: 0 25px;
	float: right;
	margin-top: 300px;
}
#content p {
	margin: .4em 0;
}
#sidebar {
	width: 200px;
	float: left;
}
#footer {
	clear: both;
	background: url(img/footer.jpg) 0 100% no-repeat;
	padding: 100px 90px 16px 300px;
	position: static;
}
#footer p {
	color: #A18070;
	font-size: .75em;
	text-align: center;
	padding-right: 46px;
}
#copy {
	font-weight: bold;
}
#menu {
	background: url(img/menu.gif) no-repeat;
	width: 200px;
	float: left;
	margin: 240px 0 0 10px;
	text-align: center;
	padding-top: 20px;
}
#menu p {
	color: #981C20;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
}


/*
			LISTY
*/
#menu ul,
.box ul,
.gallery {
	list-style: none;
}
#content li {
	margin-left: 20px;
}
#footer li {
	margin-left: 20px;
}
#menu ul {
	margin: 20px;
}
#menu li {
	font-size: 1.2em;
	margin-bottom: 2px;
}
#menu li.galeria {
	font-size: 2em;
	font-weight: bold;
}
#menu a {
	color: #981C20;
	padding: .3em;
	padding: 14px 3px 9px;
	display: block;
	text-decoration: none;
}
#menu a:hover {
	color: #981C20;
	background-color: #EFECDC;
	text-decoration: underline;
}
#menu a.current {
	background-image: url(img/menu_a5.gif);
	background-position: 50% 4px;
	background-repeat: no-repeat;
}

span.przyklady {
	display: block;
	margin: 10px 10px 10px 0;
	padding: 4px 0 4px 10px;
	border-left: 5px solid #7A6156;
	font-style: italic;
}
a img {
	border: none;
}

/*
			GALERIA
*/
#content .gallery li {
	margin: 0;
	float: left;
}
.gallery a {
	display: block;
	width: 146px;
	height: 116px;
	margin: 0 8px 8px 0;
	border: 1px solid #c8b28d;
	background: #fff;
	padding: 2px;
	position: relative;
}
.gallery a:hover {
	border-width: 3px;
	padding: 0;
	cursor: pointer;
}
.gallery img {
	display: block;
	margin: auto;
	padding: 8px;
}

#seo4 {
	position: absolute;
	bottom: 18px;
	right: 90px;
}
