header, section, footer, aside, nav, article, figure, audio, video, canvas  { display:block; }
body{
	background: url("/gfx/main_bg.png") repeat-x top left;
	background-color: #f0f1f1;
}
body{
	color: #444;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#header_wrapper{
	line-height: 1.5em;
	position: relative;
	height: 113px;
	width: 100%;
}

header{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#title{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 0px;
	line-height: 0;
}
#description{
	color: #D3D3D3;
	position: absolute;
	top: 75px;
	left: 5px;
	font-size: 13px;
	font-style: italic;
}
#wrapper{
	text-align: left;
	position: relative;
	overflow: hidden;

}
#main_wrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#center_column,#left_column{
	position: relative;
	float: left;
	line-height: 1.5em;
}

#center_column {
	width: 728px;
	left: 252px;
	background: #fff;
	margin: 15px 0;
	padding: 0px 14px 20px 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#left_column {
	width: 240px;
	right: 764px;
	padding: 0px 0 20px 0;
}


footer{
	position: relative;
	clear: both;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	border-top: 1px solid #1A1C1E;
	background: #323639;
	color: #fff;
	padding-left: 270px;
}
footer a,footer a:hover{color: #fff}

.box_header h3{
	font-size: 14px;
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
	color: #fff;
	background: url("/gfx/top_menu_bg.png") repeat-x 0 0;
	line-height: 40px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.box {
	position: relative;
	background: #fff;
	overflow: hidden;
	width: 240px;
}

#darmowe_katalogi{
	padding: 5px 10px;
	margin: 0 0 0 15px;
	font-weight: bold;
}
#darmowe_katalogi li{
	line-height: 20px;
}

p{
	padding: 5px 0;
	margin: 0;
}

a{color: #323639}
a:hover{color: #a40104}

.short{
	padding: 0 5px 10px 5px;
	clear: both;
	position: relative;
	margin-bottom: 5px;
}
.short .link{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.short div{color: #666; font-size: 11px;}
.short div a{color: #666; text-decoration: none}
.short div a:hover{text-decoration: underline}
.img{
	float: left;
	margin: 10px 10px 10px 0;
	padding: 1px;
	border: 1px solid #eee;
}

#content h2{
	font-size: 15px;
	margin: 5px -8px 5px -8px;
	padding-left: 25px;
	line-height: 35px;
	background: url("/gfx/h2_bullet.png") no-repeat 12px 14px;
	background-color: #323639;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#content h2, #content h2 a, #content h2 a:hover{
	color: #fff;
	text-decoration: none;
}


#full h4{
	clear: left;
	color: #333
}


h4,h4.promo{
	font-size: 15px;
	padding: 0px 15px;
	margin: 10px 0 0 0;
	line-height: 30px;
	color: #000;
	background: url("/gfx/h4_bullet.png") no-repeat center left;
	border-bottom: 1px dotted #ccc;
}
h4 a{
	color: #000;
	text-decoration: none;

}
h4 a:hover{
	text-decoration: underline;
	color: #000;
}

#full .entry{
	clear: left;
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
	float: left;
	position: relative;
}
#full .label{
	float: left;
	width: 170px;
	font-style: italic;
}
#full .value{
	float: left;
	width: 510px;
}



.nav{
	clear: both;
	padding: 10px;
}


#catlist{
	text-align: left;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#catlist li {
	padding: 0 0 0 30px;
	line-height: 35px;
	margin: 0;
	font-size: 13px;
	background: url("/gfx/folder.png") no-repeat 0 3px;
	display: inline-block;
	width: 200px;
}
#catlist a{
	color: #444;
	text-decoration: none;
}
#catlist a:hover{
	text-decoration: underline;
}

#top_menu{
	width: 1016px;
	margin: 0 auto;
	text-align: left;
	height: 56px;
}
#top_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;

}
#top_menu li{
	float: left;
	width: 127px;
	text-align: center;
}

#top_menu a{
	font-size: 13px;
	color: #2e3235;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-family: Arial;
	line-height: 50px;
	padding: 6px 0 0 0;
	background: url("/gfx/top_menu_bg.png") repeat-x  0 -56px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#top_menu a:hover, #top_menu a.selected{
	background: url("/gfx/top_menu_bg.png") repeat-x 0 0;
	color: #fff;
	padding: 3px 0;
}


.form label{
	display: inline-block;
	width: 160px;
	text-align: right;
	padding: 6px 3px 0 0 ;
	font-weight: bold;
	vertical-align: top;

}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}
.form input[type="text"],.form input[type="password"], .form textarea, .form select{
	width: 200px;
	border: 1px solid #bbb;
	padding: 0;
	margin: 7px 0;
}
.form textarea{
	width: 400px;
	height: 150px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
.form img{border: 1px solid #bbb}

.err,.msg{
	border: 1px dotted #ccc;
	padding: 10px;
	margin: 10px 0;
	background: #f4f4f4;
}
.err{
	font-weight: bold;
	color: #cc0000;
}
.msg{
	font-weight: bold;
	color: #336600;
}

#contact_form{
	margin: 10px 0;
}

#moje_wpisy{
	width: 100%;
}
#moje_wpisy thead td{
	font-weight: bold;
	text-align: center;
	background: #666;
	color: #fff;
}
#moje_wpisy td{
	padding: 5px 10px;
}
#moje_wpisy tbody td{
	border-bottom: 1px solid #eee;
}

#searchform{
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
}
#edit_link{
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
#edit_link a{
	color: #fff;
}


#lista{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 200px;
	text-align: center;
}
#lista li{
	padding: 0;
	margin: 0;
	width: 240px;
	text-align: center;
}
#lista a{ font-family: Arial, Helvetica, Sans-Serif}
#lista img{margin: 5px 18px 0 18px}

#rss{
	position: absolute;
	top: 7px;
	right: 5px;
}
#rss img{
	border: none;
}
.clr{clear: both}

.boxlink, .boxslink{
	padding: 5px 0 15px 0px;
	margin: 0 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	list-style: none
}
.boxslink li{
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
}

.boxlink a{
	display: block;
	border-bottom: 1px dotted #ccc;
	background: url("/gfx/link_bullet.png") no-repeat 0 12px;
	line-height: 30px;
	padding-left: 7px;
	text-decoration: none;
}

#ga{
	width: 728px;
	height: 90px;
}
a img{border: none}

