html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 62.5% Tahoma, Arial;
	color: #666;
	line-height: 1.6em;
	background: #fff url(/img/bg.gif) repeat-y center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333;
	margin: 5px 0 0;
	padding: 0;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
    color: #e06915;
    font-weight: bold;
    margin-top: 30px;
    font-size: 13px;
}
p {
	margin-top: 5px;
}
a {
	text-decoration: none;
	color: #e06915;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
ul, li {
    list-style-type: none;
}
em {
    font-family: Verdana, sans-serif;
}
div#zasady h2, #zasady h1 {
    color: #e06915;
}
div#zasady h2, #zasady p {
    font-size: 1.1em;
}
#zasady h1 {
    font-weight: bold;
    padding-bottom: 5px;
}
div#zasady h2 {
    color: #e06915;
    float: none;
    padding-top: 5px;
}
div#body {
	width: 960px;
	margin: auto;
	background: #fff url("../img/dots_bg.gif") repeat-y;
}
div#header {
	height: 75px;
	padding: 5px;
	background: #fff;
	width: 950px;
}
#header ul, #header li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}
a#home_link {
	background: url("../img/logo.gif") no-repeat;
	width: 232px;
	height: 65px;
	text-decoration: none;
	float: left;
	margin-left: 10px;
  outline:none;

}
a#home_link:hover {
	background: url("../img/logo.gif") no-repeat;
	margin-left: 10px;
}
div#header_top {
	float: right;
	overflow: hidden;
	width: 700px;
	height: 35px;
	text-align: right;
}
#header_top a {
	color: #aaa;
	padding-right: 10px;
}
#header_top a:hover {
	color: #333;
}
div#header_menu {
	float: right;
	height: 20px;
	width: 700px;
}
#header_menu a {
	background: #9d7 url("../img/header_menu_bg.gif");
	color: #fff;
	display: block;
	float: right;
	font-size: 12px !important;
	font-weight: bold;
	width: 100px;
	height: 18px;
	text-decoration: none;
	padding: 2px 0 0;
	border-bottom: 1px solid #666;
	text-align: center;
	/* do wywalenia
    overflow: hidden; */
}
#header_menu a:hover, #header_menu a.active {
	background: #e06915 url("../img/header_menu_bg_hover.gif");
}
div#left_column {
	clear: both;
	width: 170px;
	float: left;
}
/*
.menu_long a {
	background-color: #fff;
	display: block;
	height: 1.5em;
	padding: 10px 5px 10px 14px;
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 5px 5px;
	position: relative;
	background: url("../img/link_mark.gif") no-repeat 0 88%;
	border-bottom: 1px solid #eee;


}

.menu_long a:hover {
	color: #e06915;
	background: #fff url("../img/link_mark_hover.gif") no-repeat 0 88%;
	border-bottom: 1px solid #e06915;
	text-decoration: none;

}

.menu_long ul li ul a {
	font-weight: normal;
	background: #fff url("../img/link_mark.gif") no-repeat 0 88%;
	border-bottom: 1px solid #eee;
	padding-bottom:5px;
}
*/
.menu_long {
    height: 38px;
}
div#side_menu {
	padding-bottom: 10px;
}
#side_menu ul, #side_menu ul li {
	margin: 0;
	padding: 0;
}
#side_menu li {
	display: block;
}
#side_menu li a {
	background-color: #fff;
	display: block;
	height: 1.3em;
	padding: 10px 5px 0px 14px;
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
	margin: 3px 5px 4px 4px;
	position: relative;
	background: url("../img/link_mark.gif") no-repeat 0 88%;
	border-bottom: 1px solid #eee;
}

#side_menu a:hover {
	color: #e06915;
	background: #fff url("../img/link_mark_hover.gif") no-repeat 0 88%;
	border-bottom: 1px solid #e06915;
	text-decoration: none;
}
#side_menu li a.active {
    cursor: default;
    color: #e06915;
    border-bottom: 1px solid #e06915;
}
#side_menu li a.active:hover {
    background: #fff url("../img/link_mark.gif") no-repeat 0 88%;
    color: #e06915;
    border-bottom: 1px solid #e06915;
}
#side_menu span {
	color: #999;
	font-size: 0.9em;
	position: absolute;
	right: 5px;
}
#side_menu ul li ul, #side_menu ul li ul li {
	margin: 0;
	padding: 0;
	margin-left: 4px;
}
#side_menu ul li ul a {
	font-weight: normal;
	background: #fff url("../img/link_mark.gif") no-repeat 0 88%;
	border-bottom: 1px solid #eee;
}
div#side_content {
	width: 785px;
	float: left;
	padding-bottom: 10px;
	padding-left: 1px;
	font-size: 1.1em;
}
div.advert {
    text-align: center;
	overflow: hidden;
	background: #fff none;
	width: 750px;
	margin: 0 auto;
}
div.advert_2 {
    text-align: center;
	background: #fff none;
	clear: both;
}
div.advert a {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
div#main_box {
	width: 785px;
	background: #fff;
}
#main_box .advert {
	margin-bottom: 5px;
}
div.promoted, div.article_list {
	width: 234px;
	float: left;
    margin-left: 8px;
    margin-top: 5px;
    padding: 5px;
	/* DO WYWALENIA
	overflow: hidden; */
	background: #fff;
}
.promoted_hover {
	width: 234px;
	float: left;
	/* DO WYWALENIA
	overflow: hidden; */
    margin-left: 8px;
    margin-top: 5px;
    padding: 4px;
	border: 1px solid #bbb;
	color: #555;
	background: #fff url(../img/read_more.gif) no-repeat 99% 50%;
	cursor: pointer;
}
.promoted h2, .promoted_hover h2{
    padding-bottom: 3px;
}
div#similar_articles_box {
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	background: #fff;
}
div.article_list {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
div.article_list ul, .article_list li {
	margin: 0;
	padding: 1px 0;
}
.article_list a {
	color: #666;
	text-decoration: underline;
	background: #fff url("../img/link_mark.gif") no-repeat;
	padding-left: 14px;
}
.article_list a:hover {
	color: #e06915;
	background: #fff url("../img/link_mark_hover.gif") no-repeat; /* -1px 100% */
}
div.photo {
	height: 160px;
	text-align: center;
	overflow: hidden;
}
div#content {
	width: 495px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align:justify;
}
div#content td {
    text-align: left;
}
div.links {
	border-bottom: 1px solid #eee;
}
.links h2 a {
    padding-bottom: 5px;
    display: block;
}
#content h2 {
	font-size: 1.8em;
	margin: 0;
}
#content ul, #content li {
	margin: 0;
	display: inline;
	padding: 0;
}
#content li {
	font-size: 1.1em;
}
#content li a {
	color: #e06915;
	font-weight: bold;
	margin-top: 5px;
}
div.category {
	padding-top: 10px;
	padding-bottom: 10px;
}
div.teaser {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 5px 10px 5px 5px;
	color: #666;
	width: 478px;
}
div.teaser p, div.teaser_hover p {
    margin-bottom: 1px;
    margin-top: 0px;
}
div.teaser_hover {
	margin-top: 10px;
	padding: 5px 10px 5px 5px;
	border: 1px solid #bbb;
	color: #555;
	background: #fff url(../img/read_more.gif) no-repeat 99% 50%;
	cursor: pointer;
	width: 478px;
}
.teaser a, .teaser_hover a {
    font-weight: bold;
}
.teaser p a, .teaser_hover p a {
    font-weight: normal;
    margin-left: auto;
    display: inline;
}
.teaser img, .teaser_hover img{
	float: left;
	margin-bottom: 0px;
}
div#something {
	float: left;
	width: 255px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 7px;
}
#something .article_list {
    float: none;
}
#something h1 {
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}
#something ul {
    padding-left: 5px;
    margin: 0px;
}
#something li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    float: left;
}
div.pink {
	padding: 5px;
	/*border: 1px solid #eee;*/
	background: url("../img/pinky_bg.jpg");
}
div#footer {
	border-top: 1px solid #eee;
	text-align: center;
	padding-bottom: 5px;
	background: #fff;
	float: left;
}
#footer ul {
	margin: 10px 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin: 0 2px;
}
#footer a {
	color: #666;
}
#footer a:hover, #footer a.active {
	color: #e06915;
}
.right, .link_category {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.centert {
	text-align: center;
	display: block;
}
.clear {
	clear: both;
	display: block;
}
img.left {
	padding-right: 5px;
}
img.right {
	padding-left: 5px;
}
div#category_all {
    background: #fff url("../img/dots_category_bg.gif") repeat-y;
}
div#category_promoted {
    float: left;
    width: 300px;
    padding: 0 5px 0 10px;
}
div#category_articles {
	width: 460px;
	float: right;
	padding: 3px 3px 0;
}
div.sub_category {
	overflow: hidden;
	margin-left: 10px;
}
.sub_category ul {
	margin: 0;
	padding: 0;
}
.sub_category div {
    padding-top: 10px;
}
.sub_category li p.tytul a {
    background: #fff url("../img/link_mark.gif") no-repeat;
    color: #666;
    text-decoration: underline;
	padding-left: 14px;
}
.sub_category li p.tytul a:hover {
	color: #e06915;
	background: url(../img/link_mark_hover.gif) no-repeat;
}
.sub_category li p {
    display: inline;
}
.underline {
	border-bottom: 1px solid #eee;
}
.pager {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    text-align: center;
    font-size: 0.9em;
}
.pager a {
    border: 1px solid #ddd;
    padding: 4px 8px;
    color: #666;
    text-decoration: none;
}
.pager a:hover {
    color: #e06915;
    text-decoration: none;
}
.pager span {
    padding: 4px 8px;
}
div#article {
	margin-top: 10px;
	width: 494px;
}
#article h1 {
	margin: 10px 0;
	line-height: 22px;
}
#article h2 {
	margin: 10px 0;
	font-size: 1.2em;
	display: block;
	float: none;
}
.to_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}
.to_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.to_center {
    margin: 5px auto;
    display: block;
}
.link_category {
    width: 318px;
}
div.article_info {
    color: #999;
    text-align: right;
    clear: both;
}
div#mapa {
    font-size: 1.1em;
    font-weight: normal;
    color: #666;
    width: 494px;
    float: left;
}
#mapa p {
    margin-top: 10px;
    margin-bottom: 5px;
}
#mapa ul li {
    display: block;
    float: none;
}
#mapa ul a {
    font-weight: bold;
}
#mapa ul li a {
    font-weight: normal;
    color: #666;
    margin-left: 5px;
}
#mapa ul li {
    font-size: 1em;
}
#mapa .clear {
    border-bottom: 1px solid #eee;
}
div.mapka {
    float: left;
    width: 164px;
}
.ramka {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
#mapa_inne li a{
    padding-top: 3px;
    display: block;
}
#zasady table {
    margin-top: 20px;
}
td.small {
    width: 100px;
    display: block;
}
#contact_error {
    margin: 0 auto;
    text-align: center;
}
#contact_error ul li {
    display: block;
    float: none;
}
.message {
    border: 1px solid #aaf;
    padding: 2px;
}
ul.inne_wiadomosci li {
    width: 245px;
    cursor: pointer;
    clear: both;
}
li.inne_wiadomosci {
    color: #333;
}
ul.inne_wiadomosci img {
    width: 75px;
    margin: 3px 5px 2px 0;
}
#mapa .mapka ul li a.kategoria_glowna:link, #mapa .mapka ul li a.kategoria_glowna:visited {
    font-weight: bold;
}
#mapa .mapka ul li {
    margin: 0px;
    padding: 0px;
}
.class_1, .class_2 {
	color: #333;
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.6em;
}
.class_2 {
    border-bottom: 1px solid #eee;
}
h2.class_3 {
    color: #e06915;
}
div#article div table {
    width: 100%;
}
div#article div table tr th{
    text-align: left;
    font-weight: normal;
    background-color: #ddd;
    padding: 2px 3px;
}



.adv {

}
.adv_box {

font-size:9px;
}

.h1 {
    text-align: center;
    line-height: 22px;
}

.adv_box{
width:100%;
}
.dobre_domy {
    margin: 0px auto;
    text-align: center;
    width: 400px;
}
.dobre_domy_lewa {
    float: left;
    margin-right: 20px;
}
.dobre_domy_prawa {
    float: left;
}
.footer_column {
    float: left;
    width: 210px;
}
.footer_c_column {
    float: left;
    width: 540px;
}
#footer .m_top1 {
    margin-top: 15px;
}
.m_top2 {
    margin-top: 8px;
}
