/* $Id$ */
/* RESET STYLES */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:lang(pl) { 
	quotes: "\201E" "\201D" "\00AB" "\00BB"; 
}
q:before { 
	content: open-quote; 
	}
q:after {
	content: close-quote; 
}

abbr,acronym { border:0;
}
/* End Reset*/


/* Start Accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

.visible {
   position: relative;
   top: 0;
   left: 0;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */





html{
	margin : 0; 
	padding : 0; 
	color : #333; 
	text-align : center;
	min-width: 40em;
	background-color: #f5fbff;
}

body {
	margin : 0px auto;
	padding : 0;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 160%;
}

#TOP_WRAPPER {
	background-image: url(images/top_wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#TOP {
	width: 1000px;
	margin: 0 auto;
	height: 140px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#top_selflink {width: 100%; height: 100%; margin:0; padding: 0; text-indent: -2000px; overflow: hidden;}
#top_selflink a {display: block; width: 100%; height: 100%; margin:0; padding: 0;}

#WRAPPER {
	width: 100%;
	text-align: left;
	background-image: url(images/wrapper-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#google_adverts {
	width: 1000px;
	margin: 0 auto;
	padding-left: 7px;
}

#CONTAINER {
	overflow:hidden;
	clear: both;
	width: 976px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 11px;
}

#LEFT {
	width: 185px;
	float: left;
	overflow: hidden;
}

#CONTENT {
	width: 580px;
	float: left;
	margin: 0 12px;
	overflow: hidden;
}

#RIGHT {
	width: 185px;
	float: left;
	overflow: hidden;
}

#FOOTER_WRAPPER {
	background-image: url(images/footer_wrapper-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
}

#FOOTER {
	clear: both;
	width: 982px;
	height: 43px;
	margin: 0 auto;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
}

#footer-left {float:left;}
#footer-right { float:right; text-align: right; }

/* margin*/
.m1 {padding: 12px;}
.m-footer {padding: 1em 0;}
.clearb {clear: both;}






/* GLOBAL CSS - Typografia, formularze, bloki zagniezdzone 
Kolejnosc definicji blok�w zgodnie z kolejnoscia wystepowania na stronie
Elementy typograficzne pogrupowane wedlug znacznik�w a nie miejsca wystepowania */

/****** HEADING STYLE */
h1, h2, h3, h4, h5, h6 { clear : left; margin : 0; padding :0 0 .5em 0; color: #2b6391; }

h1 { font-size : 160%; font-weight: bold;}
h2 { font-size : 150%; font-weight: bold; padding-bottom: 1em; }
h3 { font-size : 125%; font-weight: bold; padding: 0 0 .3em 0;}
	.article_box h3 {border-bottom: solid 1px white; line-height: 1.3em;}
	
h4 { font-size : 107%; font-weight: bold}
h5,h6 {font-size : 100%; font-style: italic;}


/****** PARAGRAPH */
p {
   font-size: 1em;
   margin: 0 0 1.2em 0; /* some air around p elements */
   line-height: 1.25em;
   padding: 0;
   text-indent: 1.5em;
}
/****** LINKS */
a:link {
	color : #2b6391;
	text-decoration : none;
}

a:visited {
	color : #2b6391;
	text-decoration : none;
}

a.more {font-size: 90%; font-weight: bold;}

/*remove dotted border in ff */
a:active{outline: none;}

a:focus {
  outline: none;
}
a#design_by {
	display: block;
	width: 261px;
	height: 20px;
	background-image: url(images/design_by.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
	margin: 0 auto;
	position: relative; top: 5px;
}

/* =code pre others */
code, pre { margin : 0; 
padding : 0; font : 1.5em monaco, courier, monospace; 
font-weight : normal; 
color : #666; }

pre { font-size : 80%; }

img, img a { border : none; }

strong { 
  font-weight: bold;
}


/****** QUOTES */
blockquote {
	display: block;
	font-weight:normal;
	font-style: italic;
	font-size: 110%;
	/*text-align: justify;*/  
}

blockquote p { quotes: "\201E" "\201D" }
blockquote p:before  { content: open-quote }
blockquote p:after { content: close-quote }

q {
	display: block;
	font-weight:normal;
	font-style: italic;
	font-size: 110%;
	/*text-align: justify;*/  
}

q:lang(pl) { quotes: "\201E" "\201D" "\00AB" "\00BB" }
q:before { content: open-quote }
q:after { content: close-quote }


/****** LISTS */
/*UL*/
ul{
	list-style-type: disc;
	margin: 1em 2em;
}

ul li{
	margin-bottom: 0.85em;
	line-height: 1.2em;
}

ul ul{
	font-size: 93%;
	list-style-type: disc;
	font-weight: normal;
	margin-top: .5em;
	margin-left: 1.2em;
}

ul ul li {
	padding: 0; margin: .2em 0;
}

ul p {
	font-weight: normal;
	font-size: 90%;
}

ul img {
	margin: 3px;
}

ul.standard_list {
	margin: 0;
	list-style-position: inside;
	font-size: 80%;
}

ul.standard_list a {color: #333; line-height: 1.1em;}

/*OL*/
ol{
	margin: 1em 3em;
	list-style-type: decimal;
	font-weight:bold;
	list-style-position: outside;
}

ol li{
	margin-bottom: .7em;
	line-height: 1.2em;
}


ol ul {
	margin:.5em;
	font-weight:normal;
	font-size:90%;
}

ol li li{
	font-weight:normal;
	margin-bottom: .7em;
	line-height: 1.2em;
}

ol p {
	font-weight: normal;
	font-size: 90%;
}

ol img {
	margin: 3px;
}

/****** STYLE FOR INSIDE BLOCKS */

/* corners style */
.corner {
	display: block;
	width: 10px;
	height:10px;
	position: absolute;
	background-repeat: no-repeat;
}
.corner.left_top {background-image: url(images/left_top_corner.gif); left: 0; top: 0;}
.corner.right_top {background-image: url(images/right_top_corner.gif); right: 0; top:0;}
.corner.right_bottom {background-image: url(images/right_bottom_corner.gif); right: 0; bottom:0;}
.corner.left_bottom {background-image: url(images/left_bottom_corner.gif); left: 0; bottom: 0;}
	* html .corner.right_bottom {bottom:-5px;}
	* html .corner.left_bottom {bottom: -5px;}



/*article_box style*/
.article_box {
	background-color: #e8f4fd;
	margin-bottom: 10px;
	position: relative;
	background-image: url(images/top_corners-main.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	* html .article_box {height: 1%;} /* for IE6 absolute positioning bug */

.article_box .m1 {
	margin: 0;
	padding: 8px 12px 12px 12px;
	background-image: url(images/bottom_corners-main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
span.article_info {display: block; font-size: 73%; font-weight: bold; padding: .5em 0 3em 0; line-height: 1.2em;}
.article_box img {float: right; margin-left: .8em;}
.article_box .article_footer { text-align: right; font-weight: bold; position: relative;}


/* sidebox style */
.sidebox {
	background-color: #e8f4fd; 
	position: relative; 
	margin-bottom: 12px;
}	
.sidebox.login {
	background-color: #5999ce;
	background-image: url(images/top_corners-login.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	* html .sidebox.login{ padding-top: 4px;}
	*:first-child+html .sidebox.login { padding-top: 4px;}
	
	* html .sidebox.login .m1{ padding-top: 0; padding-bottom: 3px;}
	*:first-child+html .sidebox.login .m1 { padding-top: 0;}


.sidebox.login .m1 {padding: 7px;background-image: url(images/bottom_corners-login.gif) !important;}

.sidebox_header {
	background-color: #b8dcf9;
	padding: 0 12px;
	line-height: 23px;
	background-image: url(images/top_corners-sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:100;
}
	* html .sidebox_header {background-position: left 4px; margin-top: -4px; padding-top: 4px;}
	*:first-child+html .sidebox_header {background-position: left 4px; margin-top: -4px; padding-top: 4px;}
	
.sidebox .m1 {
	margin: 0;
	padding: 12px;
	background-image: url(images/bottom_corners-sub.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}

/* tags */
.sidebox.tags { line-height: 1.1em !important;}
.more_tags {float: right; line-height:2em; font-weight: bold;}


/* google adverts style */
.adbanner ul { list-style: none; overflow: visible; margin: 0 0 0 10px; font-size: 9px;}
.adbanner ul li { width: 185px; float: left; margin: 10px 12px 10px 0;}

.adbanner .ad {
	margin: 0;
	background-image: url(images/bottom_corners-adsense.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	background-color:#e8f4fd;
}
.adbanner .adt {
	display: block;
	background-color: #b8dcf9;
	padding: 0 5px;
	line-height: 18px;
	background-image: url(images/top_corners-adsense.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.adbanner a.adt {color: #fff !important; text-decoration: underline !important; font-weight: bold;}

.adbanner .adus {color: #016ac0; text-decoration: underline; font-weight: bold;}
.adbanner .adb { line-height: 1.2em; padding: 0 5px;}
.adbanner .adu {padding: 3px 5px 15px 5px; cursor: pointer;}
/* end global styless */




/* MENU.CSS styluje menu*/

/* horizontal menu */
#h_nav_wrapp {
	width:100%;
	clear:both;
	background-image: url(images/h_menu_bar-bg.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	height: 30px;
}

#h_nav {
	background-attachment: scroll;
	background-image: url(images/h_nav-back_bg.gif);
	background-repeat: no-repeat;
	background-position: center -10px;
	height: 30px;
}

#h_nav_wrapp ul {
	width: 1000px;
	list-style: none;
	margin:0 auto;
	padding:0;
}

#h_nav_wrapp ul li {
	display: inline;
	height:20px;
	float: left;
	text-align: center;	
}

#h_nav_wrapp a {
	text-decoration: none;
	padding: 0 11px;
	line-height: 30px;
	font-size: 13px;
	color: white;
}

#h_nav_wrapp a:hover {
	text-decoration: underline;
}

#h_nav_wrapp li.active a {
	font-weight: bold;
}


/* Style for forms */
form#ankieta {width: 100%; overflow:hidden;}
#ankieta fieldset { text-align:left; clear: both;}
#ankieta legend {display: none;}

h6.question { font-size: 76%; line-height: 1.4em; font-style: normal; color: #333; margin-bottom: 2em;}
form div.left_space {margin-left: 1.5em;}

#ankieta .buttons { clear: both; margin: 20px 0 5px 0;}
/* form buttons */
.buttons input {
	display: block;
	width: 161px;
	height: 20px;
	border: none;
	background-color: transparent;
	background-image: url(images/buttons/button-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	cursor: pointer;
	color:#2b6391;
	position: relative;
	line-height: 10px;
	z-index:50;
	padding-bottom: 1px;
}

* html .buttons input {left: 12px; top: 12px;}

/*login form*/
* html #login_form { width: 161px; overflow: hidden;}
#login_form legend {display: none;}

#login_form input.text {
	border:1px solid #999;
	height:13px;
	margin: 0;
	padding:2px 3px;
	width:159px; 
	font-size: 10px;
}

#login_form label { color: #fff; font-size: .8em; line-height: 1em;}
#login_form .buttons { position: relative; left: 4px; margin-bottom: 5px;}
 * html #login_form .buttons  {top: -15px; left: 0;}
.form_links_box {font-size: 73%; line-height: 1.3em; font-weight: bold; margin-top: 15px; margin-bottom: 5px;}
	* html .form_links_box {font-size: 70%;}


