body {
    margin: 0px auto;
    background: url(../gfx/body_bg.png) repeat-x;
	text-align:center;
}

#header {
    background: url(../gfx/01.png) no-repeat;
    width: 961px;
    height: 48px;
    margin: 0px auto;
}

#menu {
    background: url(../gfx/02_inactive_blank.png) no-repeat;
    width: 961px;
    height: 15px;
    margin: 0px auto;
}

a#menu01 {
    width: 118px;
    height: 14px;
    background: url(../gfx/menu_01.png) top no-repeat;
    border: 0px;
    float: left;
	margin-bottom:-5px;
	margin-top:1px;
}

a#menu02 {

    width: 104px;
    height: 14px;
    background: url(../gfx/menu_02.png) top left no-repeat;
    border: 0px;
    float: left;
	margin-bottom:-5px;
	margin-top:1px;
}

a#menu03 {

    width: 68px;
    height: 14px;
    background: url(../gfx/menu_03.png) top left no-repeat;
    border: 0px;
    float: left;
	margin-bottom:-5px;
	margin-top:1px;
}

a#menu04 {

    width: 98px;
    height: 14px;
    background: url(../gfx/menu_04.png) top left no-repeat;
    border: 0px;
    float: left;
	margin-bottom:-5px;
	margin-top:1px;
}

a#menu05 {

    width: 73px;
    height: 14px;
    background: url(../gfx/menu_05.png) top left no-repeat;
    border: 0px;
    float: left;
	margin-bottom:-5px;
	margin-top:1px;
}

a:hover#menu01, a:hover#menu02, a:hover#menu03, a:hover#menu04, a:hover#menu05 {
    background-position: 0 -14px;
}

#container {
    background: url(../gfx/03.jpg) no-repeat;
    width: 961px;
    height: 401px;
    margin: 0px auto;
	padding:0px;
}

#content {
    width: 440px;
    height: 350px;
    overflow: auto;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
    padding: 0px;
    line-height: 135%;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #3F3F3F;
    font-weight: normal;
}

#content .textPosition {
    padding: 8px;
}

#content img {
	border:0px;
}

#content a {
	font-family: arial, sans-serif;
    font-size: 12px;
    color: #3F3F3F;
    font-weight: normal;
	text-decoration: underline;
}

#content a:hover {
	color: #6c6c6c;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#footer {
    background: url(../gfx/04_copy.jpg) no-repeat;
    width: 961px;
    height: 45px;
    margin: 0px auto;
	text-align: right;
	padding-left: 5px;
	padding-top:15px;
	font-family: arial, sans-serif;
    font-size: 14px;
    color: #3F3F3F;
    font-weight: normal;
}

#footer a {
	font-family: arial, sans-serif;
    font-size: 14px;
    color: #3F3F3F;
    font-weight: normal;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footerCopy {
    width: 961px;
    height: 16px;
    margin: 0px auto;
	text-align: left;
	font-family: arial, sans-serif;
    font-size: 12px;
    color: #526b38;
    font-weight: normal;
}

#footerCopy a {
	font-family: arial, sans-serif;
    font-size: 11px;
    color: #000;
	text-decoration:none;
}

#footerCopy a:hover {
	color: #445f32;
}

#nieruchomosci {
	margin: 0px auto;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin-top: 9px;
	margin-bottom: 0px;
	width: 750px;
}

#nieruchomosci td {
	border-bottom: 1px solid #d1eabb;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftPanel {
	float: left;
	text-align: left;
	margin-right: 500px;
}

#leftPanel a {
	font-family: arial, sans-serif;
    font-size: 16px;
    color: #3F3F3F;
    font-weight: normal;
	text-decoration:none;
	background: #bbcf2e;
	padding: 10px;
	text-decoration: none;
}

#leftPanel a:hover {
	color: #f3f3de;
	background: #8a9922;
	text-decoration: none;
}
	
#rightPanel {
	float: left;
	text-align: right;
}