body {
margin: 0 auto;
padding: 0;
font: 73% "lucida sans", Arial, Helvetica, Sans-Serif;
line-height: 1.7em;
color: #000;
background: #e9e9e9 url(images/bg.png) repeat-x;
}
			/*WRAP*/

#strona {
width: 1000px;
margin: 0 auto;
padding: 0;
background: #e9e9e9;
position: relative;


}
				/*TOPBAR */
#topbar {
width: 1000px;
height: 200px;
margin: 0 auto;
padding: 0;
overflow: hidden;
background: #fff url(images/baner.png) no-repeat;
color: #000;


topbar_menu {
height: 35px;
width: 1000px;
}

}
#topbar_menu li {
float: left;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
margin-left: 2px;
position: relative;
bottom: 10px;
}

#topbar_menu ul li a {
        background:url(images/li_a.png) no-repeat;
           background-position: 0 0;
        font:14px Tahoma, Arial, Helvetica, sans-serif;
        color:#fff;
        font-weight:bold;
        text-decoration:none;
        width:115px;
        height:28px;
        display:block;
        padding:7px 0 0 0; }

#topbar_menu ul li a:hover {
        background:url(images/li_a.png) no-repeat;
        background-position: 0 -35px;
        color:#595959;
}


				/*CONTENT */
				
#content {
width: 1000px;
height: 100%;
background: #e9e9e9;
}
#content p {
padding: 0 0 10px 0;
margin: 0;
line-height: 2em;
font-size: 10pt;
}
#content ul {
font-size: 10pt;

}
#content h1 {
padding: 15px 0 10px 0;
margin: 0;
border-bottom: 1px solid #bab3d6;
font: normal 200% Century Gothic, Verdana, Arial, Sans-Serif;
color: #000;
background: inherit;
}
#content h1 img {

}

#content h2 {
padding: 10px 0 10px 0;
margin: 10px 0 0 0;
font: normal 150% Century Gothic, Verdana, Arial, Sans-Serif;
color: #dc4d39;
background: inherit;
}
#content li {
font-size: 10pt;
}

#content_right {
float: left;
width: 660px;
margin: 20px 0 0 0;
padding: 0px 20px 20px 20px;
}
.fakty, .fakty li {
background: #759ab7;
margin: 5px 5px 5px 5px;

}
ul.fakty li {
color: blue;
font-size: 12pt;
list-style: none;
}
img.imgleft {
float: left;
margin-right: 10px;
}
ol.bold li {
font-weight: bold;
}
table.projekty {
border: 1px solid #000;
width: 450px;
}
table.projekt tr {
background: #cfdbbb;
}
				/*left SIDEBAR*/
#left_sidebar {
float: left;
width: 225px;
margin: 50px 20px 20px 20px;
padding: 0 0 0 0;

}
#left_sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
#left_sidebar ul li {
display: block;
padding: 0;
margin: 10px 5px 0 5px;
text-align: center;

}
#left_sidebar ul li a {
display: block;
color: #000;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
background-color: #cfdbbb;
border: 2px solid #b8db7c;
}
#left_sidebar ul li a:hover {
background: #b8db7c;
color: #fff;
border-right: 15px solid #5d5a6b;
font-size: 12px;
}
#left_sidebar p {
padding: 3px 0 0 0;
margin: 0;
line-height: 20px;
}

#left_sidebar_adv ul li a:hover {
background: #ffffff;
color: #ffffff;
}
#promocja {
background-color: #cfdbbb;
margin: 10px 5px 0 5px;
}
a.promocja {
border: 0px !important;
}
a.promocja:hover {
border-right: 0px !important;
}

				/*FOOTER*/
#footer {
width: 1000px;
height: 0px;
margin: 0 auto;
text-align: left;
position: relative;
line-height: 1.5em;
background: #555;
color: #fff;
/*border-top: 5px solid #A6BA61;*/
}
			/*LINKS*/
a, a:visited {
color: red;
background: inherit;
text-decoration: none;
}
a:hover {
color: #1e77d1;
background: inherit;
text-decoration: underline;
}
a img {
border: none;
}
			/*CLASS*/
.small {
font-size: 6pt;
font-weight: bold;
background: inherit;
color: #809337;
}


