body
{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Arial,verdana;
 	background: url(gfx/bkg.gif) top left repeat-x #ffffff; 
	font-size: 12px;
} 

/* top */

#top
{
	display: block;
	background: url(gfx_serwis/bkg.gif) center top repeat-x;
}

.top-wrapp
{
	margin: 0 auto;
	width: 930px;
	position: relative;
	background: url(gfx_serwis/top-img3.jpg) top right no-repeat transparent;
	overflow: auto;
}

#top a.logo
{
	display: block;
	padding-top: 99px;
	width: 170px;
/*	margin: 0 auto;*/
	background: url(gfx_serwis/logo.gif) top left no-repeat;
	float: left;
	outline: 0;
}

h1
{
	float:left;
	margin: 0px;
	margin-left: 140px;
	margin-top: 30px;
	width:400px;
}

#navi-menu
{
	float: left;
	display: inline;
	height: 23px;
	width: 451px;
	position: absolute;
	left: 140px;
	top: 58px;
}

* html #navi-menu
{
	position: absolute;
	left: 140px;
	top: 70px;
}

#navi-menu li a, #navi-menu li
{
	float: left;
	display: inline;
	height: 23px;

}

#navi-menu li
{
	margin-left: 1px;
}

#navi-menu #blogi
{
	background: url(gfx_serwis/blogi.gif) top left no-repeat;
	width: 67px;
}

#navi-menu #randki
{
	background: url(gfx_serwis/randki.gif) top left no-repeat;
	width: 67px;
}

#navi-menu #podroze
{
	background: url(gfx_serwis/podroze.gif) top left no-repeat;
	width: 77px;
}

#navi-menu #praca
{
	background: url(gfx_serwis/praca.gif) top left no-repeat;
	width: 70px;
}

#navi-menu #mieszkania
{
	background: url(gfx_serwis/mieszkania.gif) top left no-repeat;
	width: 97px;
}

#navi-menu #rozne
{
	background: url(gfx_serwis/rozne.gif) top left no-repeat;
	width: 67px;
}

/* koniec top */

#wrappAll 
{
	margin: 0px;
	padding: 0px;
	background: url(gfx/bkg.gif) top left repeat-x #ffffff;
} 

#wrapper
{
	width: 900px;
	margin: 0 auto;
	clear: both;
	background: url(gfx/bkg-wrapper.jpg) right 16px no-repeat transparent;
	overflow: auto;
	padding-top: 10px;
/* 	margin-top: 16px; */
	min-height: 800px;
}



a img
{
	border: none;
}

a,
a.active,
a:link,
a.visited,
a:hover,
a:active
{
	text-decoration: underline;
	color: #333333;
}

#content-wrapper
{
	padding: 70px 0 0;
}

#content-wrapper h2
{
	color:#AE130B;
	font-family:Arial,Sans-Serif;
	font-size:17px;
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	margin-right: 10px;
}

* html #content-wrapper h2
{
	padding-top: 10px;
}

h2 span
{
	color:#BA2446;
	font-weight: normal;
}

/* content */

#content
{
	width: 580px;
	float: left;
}

p
{
	padding-top:15px;
	text-align:justify;
	line-height: 15px
}

.droga
{
	padding: 10px 0;
	text-align: center;
}

.kiedy
{
	color:#520A74;
	font-weight:bold;
}

.kiedy h3
{
	color:#7F00AC;
}

.kiedy ul
{
	list-style: none;
	margin: 0;
	padding-left: 30px;
}

.kiedy ul li
{
	background:transparent url(gfx/li.gif) no-repeat scroll 12px 1px;
	color:#520A74;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	padding-bottom:15px;
	padding-left:40px;
}

h4
{
	color:#BA2446;
	display:block;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	margin: 5px 0 10px;
}

.droga h4
{
	width: 490px;
}

/* koniec content */

/* right */

#right
{
	float: right;
	width: 286px;
	padding-top: 66px;
	font-size: 12px;
}

#right h3
{
	color: #fff;
	font-size:19px;
	margin: 0px;
	text-align: right;
	padding: 5px 10px 0px 0;
	font-weight: normal;
}

form
{
	background: url(gfx/form-bkg.gif) top left repeat-y #d2690a;
	width: 276px;
	padding: 0px 5px;
	margin: 0px;
}

* html form
{
	margin-top: -2px;
}

form fieldset
{
	border: none;
	padding: 10px 10px 10px 20px;
	border-top: 5px solid #e16b01;
	width: 246px;

}

* html form fieldset
{
	border-top: 10px solid #e16b01;
}

select
{
	background-color:#FFFC9D;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;	
	border:1px solid #AEB1B6;
	display:block;
	float:left;
	margin-bottom:3px;
	margin-top:8px;
	padding:3px;
	width:233px;
	font-size: 10px;
}

input, textarea
{
	border:1px solid #CECFCF;
	display:block;
	float:left;
	margin-bottom:3px;
	margin-top:8px;
	padding:3px;
	width:225px;
	font-size: 10px;
}

textarea
{
	height: 50px;
	margin-bottom:4px;
}

label.checkbox
{
	display: block;
	clear: both;
	padding: 10px 20px 0px;
	float: left;
	width:205px;
}

label.checkbox span
{
	display: block;
	width: 130px;
	float:left;
	font-size:10px;
	padding-left:4px;
}

input.checkbox
{
	float:left;
	margin: 0px;
	margin-right: 2px;
	width:auto;
	border: none;
}

.middle
{
	padding-top: 10px;
	clear: both;
}

input.button
{
	width: auto;
	border: none;
	float: none;
	clear: both;
	margin: 0px auto 0;
}

form p
{
	font-family:Arial,verdana;
	font-size:12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

/* koniec right */

/* stopka */
#footer
{
	border-top:1px solid #E7E7E7;
	float:left;
	margin-top:40px;
	padding-bottom:20px;
	padding-top:10px;
	width:100%;
}

#footer p
{
	color:#333333;
	font-size:11px;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#footer .block
{
	display: block;
	background: #DA4E1D;
	float:none;
	font-size:11px;
	line-height:25px;
	padding: 5px 0;
	width:900px;
	clear: both;
	color: #FFFFFF;
	margin: 20px 0 10px;
}

#footer .block p
{
	color: #FFFFFF;
}

/* koniec stopki */

/* strona glowna */

.menu
{

}

.menu a
{
	display: block;
	float: left;
	margin-right: 10px;
	width: 184px;
	height: 83px;
	margin-bottom: 30px;
	
}

.menu a.auto
{
	background: url(gfx/auto.jpg) top left no-repeat;
}

.menu a.praca
{
	background: url(gfx/praca.jpg) top left no-repeat;
}

.menu a.inny
{
	margin-right: 0px;
	background: url(gfx/inny.jpg) top left no-repeat;
}

.menu a.auto:hover
{
	background: url(gfx/auto-hover.jpg) top left no-repeat;
}

.menu a.praca:hover
{
	background: url(gfx/praca-hover.jpg) top left no-repeat;
}

.menu a.inny:hover
{
	margin-right: 0px;
	background: url(gfx/inny-hover.jpg) top left no-repeat;
}

.camp
{
	margin-top: 10px;
}