/**
 * Style sheet basic
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#ff6600;
	background-image:url("tl_files/layout/main_bgr.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	font-family:Arial,Helvetica;
	color:#333333;
	line-height:30px;
}

p
{
	line-height:18px;
}

a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
	font-family:Arial,Helvetica;
}

body,
div,
input,
label,
li,
ol,
p,
select,
td,
th,
textarea,
u,
ul
{
	margin:0px;
	padding:0px;
	font-size:13px;
}

#main h1
{
	clear:right;
	margin:0px 0px 20px 0px;
	padding:0px 0px 5px 0px;
	background-image:url("tl_files/layout/h1_bgr.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	font-weight:normal;
	font-size:28px;
	color:#999999;
	line-height:40px;
	letter-spacing:-1px;
}

#main h2
{
	margin:0px 0px 15px 0px;
	padding:0px 0px 4px 0px;
	background-image:url("tl_files/layout/h2_bgr.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	font-weight:normal;
	font-size:24px;
	color:#999999;
	line-height:36px;
	letter-spacing:-1px;
}

h5
{
	margin-top:3px;
	margin-bottom:8px;
	padding:0px;
	font-weight:bold;
	font-size:17px;
	color:#333333;
	line-height:20px;
}

a
{
	text-decoration:none;
	color:#006699;
}

a:hover
{
	text-decoration:underline;
	color:#ff0000;
}

img
{
	vertical-align:middle;
	border:0px;
}

img a
{
	padding:3px;
	border:1px solid #999999;
}

pre,
form
{
	margin:0px;
	padding:0px;
}

div.clearer
{
	height:1%;
	clear:both;
}

.mod_search span.relevance
{
	font-size:13px;
	color:#cccccc;
}


/**
 * Layout - "DO GÓRY"
 */
.ce_toplink
{
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url("tl_files/layout/dogory.gif");
	background-repeat:no-repeat;
	font-size:10px;
	line-height:12px;
	background-position: right 50%;
	text-transform: uppercase;
}

.ce_toplink a
{
	font-family:Tahoma,Arial,Verdana;
}


/**
 * Link - element
 */
div.ce_hyperlink
{
	margin:0px;
	padding:20px 10px;
	background-image:url("tl_files/layout/hyperlink_bgr.jpg");
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
	background-position: 10px 50%;
}

div.ce_hyperlink a
{
	padding-left:55px;
	font-size:18px;
	line-height:20px;
}


/**
 * Paginacja
 */
div.pagination
{
	display:block;
}

.pagination p
{
	display:block;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	line-height:18px;
}

.pagination ul
{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.pagination ul li
{
	float:left;
	display:inline;
	margin:0px 3px 3px 0px;
	padding:3px 6px;
	background-color:#999999;
	background-image:url("tl_files/layout/pagination_bgr.jpg");
	background-position:left center;
	background-repeat:repeat-x;
	border:1px solid #666666;
	font-size:13px;
	line-height:15px;
	list-style-type:none;
}

.pagination ul li a
{
	padding:0px;
	color:#ffffff;
	list-style-type:none;
}

.pagination ul li span.pagination_current
{
	padding:0px;
	list-style-type:none;
}


/**
 * Wyszukiwarka
 */
.mod_search h3
{
	margin-top:8px;
	margin-bottom:2px;
	font-weight:normal;
	font-size:15px;
	line-height:23px;
}

.mod_search h3 a
{
	font-weight:normal;
	font-size:16px;
}

.mod_search p.url
{
	font-weight:normal;
	font-size:12px;
	color:#cccccc;
}

.mod_search p.context
{
	color:#333333;
}

.mod_search span.highlight
{
	background-color:#ffffff;
	font-weight:bold;
}

