/*
Design by djgprv
http://www.kreacjawww.pl/
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bodyBg.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565656;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #565656;
}

a:hover {
	border-bottom: 1px solid red;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 950px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 100px;
	margin: 0;
	background: url(../images/logoMain.gif) no-repeat 25px 0px;
}

/* Menu */

#menu {
	float: right;
	width: auto;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	height: 100px;
	list-style: none;
	line-height: 100px;
}

#menu li {
	float: left;
	height: 100px;
	padding-top: 0px;
	border-left: 1px solid #e4e4e4;
}

#menu li:first-child{
	border-left: none;
}

#menu a {
	display: block;
	padding: 0 20px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #454746;
}

#menu a:hover, #menu .current_page_item a {
	background: url(../images/menuTopBg.gif) no-repeat right;
}

#menu a:hover {
	background: url(../images/menuTopBg.gif) no-repeat right;
}

/* Top */

#top {
	clear: both;
	width: 925px;
	height: 180px;
	background: url(../images/topBg.jpg) no-repeat left;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 25px;
	padding-top: 50px;
}

#top h1 {
	font-size: 28px;
	padding-bottom:15px;
	color: #FFFFFF;
	
}

#top h2 {
	font-size: 24px;
	padding-bottom:18px;
	color: #97acc7;
}

#top h3 {
	font-size: 18px;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	background: #FFFFFF;
}
#pageSingle{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	clear: both;
}

#pageDuble{
	width: 900px;
	margin: 0 auto;
	padding:0;
	background: #FFFFFF url(../images/pageDubleBg.gif) repeat-y left;
	clear: both;
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 635px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	color: #565656;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 30px;
}

#sidebar li{
	text-align: left;
	margin-left: 10px;
	padding-left: 15px;
	margin-right: 10px;
	line-height: 22px;
	background: url(../images/bgsmenu_a.gif) no-repeat left;
}
#sidebar li a.obecna_kat{
border-bottom: 1px solid red;

}

#sidebar h2 {
	height: 25px;
	padding: 0;
	font-size: 12px;
}

#sidebar p {
	margin: 0;
	padding: 0;
	
}

#szybkiKontakt {
	width: 225px;
	height: 85px;
	background: url(../images/phoneBg.jpg) no-repeat 0 0;
}
#szybkiKontakt p {
	text-align: left;
	font-size: 18px;
	padding-left: 64px;
	color: #6d6d6d;
}

/* Footer */

#footer {
	width: 100%;
	background: #184682 url(../images/footerBg.gif) repeat-x left top;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#footer p, #footer a {
	color: #FFFFFF;
	font-size: 10px;
}

#footer a:hover {
	text-decoration: underline;
	border:0;
}

#footerIn{
	width: 950px;
	background: #184682 url(../images/footerBg.jpg) repeat-x left top;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
}

#footerInLeft{
	float: left;
	width: 250px;
	margin: 0px;
	padding: 16px 0 0 0;
}

#footerInLeft p{
	margin: 0;
	line-height: normal;
	text-align: center;
	line-height: 16px;
}

#footerInRight{
	float: right;
	width: auto;
	margin: 0 auto;
	padding: 0;
}
#footerInRight ul li a.current_page_item
{
	text-decoration:underline;
}


#footerInRight p{
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: right;
	line-height: 60px;
}

#footerInRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 60px;
	text-align: right;
}

#footerInRight li {
	float: left;
	padding-top: 0px;
}


#footerInRight a {
	display: block;
	padding: 0 20px;
}

