body
{       
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #A9A28B;
	background-image: url(../images/bg.jpg);
	line-height: 180%;
}

a
{
	color: #FF6600;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{	margin-top: 5px;
	width: 100%;
	
}

#header
{	
	margin: 0 auto;
	width: 800px;
	height: 93px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background-image:url("../images/nieruchomosci.jpg");
	background-repeat:no-repeat;
}

#header h1
{line-height: 0px;
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#menucontainer
{
        margin: 0 auto;
        
	width: 802px;
	height: 31px;
	background: #A0C80E;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	/*background: #357E0D;*/
	/*border-right: 1px solid #95BC0E;*/
}

#content
{
	margin: 0 auto;
	width: 780px;
	padding: 1px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
}

#content h2
{
        
	color: #666;
	padding-bottom: 3px;
	border-bottom: 3px dotted #7E7E7E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}
#content img 
{
padding-top: 4px;
padding-left: 4px;
padding-right: 4px; 
padding-bottom: 4px;
border: 1px solid #BBB9B9;  
}
#content td
{

/*background: #ECECEC;*/
padding-top: 3px;
padding-left: 3px;
padding-right: 3px; 
padding-bottom: 3px; 
margin: 0;
}
#content hr
{       line-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;


}

#footer
{
	margin: 0 auto;
	width: 780px;
	/*text-align: right;*/
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #357E0D url('images/menu-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding: 3px 10px;
}
