/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 100%;
	color: #172c7c;
	height: 100%;
	background: #ffffff /*url(img/bg.jpg) repeat-x;*/
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { color: #000246}
acronym { border-bottom: 1px dotted #000246; cursor: help; }
.opp { color: #fca200;}
.mobile { color: #91dc00;}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(img/top_main.gif) no-repeat 100% 0px; 
	width: 977px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: url(img/btm_main.jpg) no-repeat 0px 70px; 
	text-align: left;
	padding: 45px 0 97px 20px;	
	height: 140px;
	}	
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 0.8em;
	background: url(img/nav_main.gif) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { background-color: #000246; color: #d2eeff; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 15px;
	color: #000246;
	font-weight: normal;
	font-size: 1em;	
	margin: 0 0 10px 0;
	clear: both;
	}	
#content h2 em { 
	color: #09C; 
	font-style: normal;
	}
#content p {
	text-indent: 2em;
	font-size: 0.7em;	
	color: #888;	
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	/*background: url(img/bullet_main.gif) no-repeat 0px 8px;*/
	padding: 0 0 0 10px;
	font-size: 0.7em;	
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }
#content li a.on,
#content li a:hover { background-color: #55b8fe; color: #fff; }	

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 2px solid #ddd; }
#content ul.thumbs li a:hover img { border: 2px solid #55b8fe; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 235px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;	
	border: 1px solid #C0E3FF;
	background-color: #f0f9ff; 
	}

#right ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#right li {
	list-style-type: none;
	background: url(img/bullet_pdf.gif) no-repeat 0px 6px;
	padding: 0 0 10px 25px;
	font-size: 0.7em;	
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
#right p {
	text-indent: 0em;
	font-size: 0.7em;	
	color: #666;	
	line-height: 1.6em;
	letter-spacing: 0.1em;
   padding: 0 0 0 15px;
	}	
#right h2 {	line-height: 1.6em;}

#right a:hover { background-color: #55b8fe; color: #fff; }		

/*------------------------------------------------------------*
**  center
**------------------------------------------------------------*/
#center {
	float: left;
	width: 500px;	
	text-align: left;
	margin-right: 13px;		
	padding: 10px 10px 10px 10px;	
	border-top: 1px solid #C0E3FF;
	border-bottom: 1px solid #C0E3FF;
	background-color: #FFFFFF; 	
	}
#center li { list-style-type: decimal; 
				 list-style-position: outside; 
				 padding: 0 0 0 5px;
			    font-size: 0.7em;	
				 color: #888;
             line-height: 1.4em;
             letter-spacing: 0.1em;
				 margin: 0 0 10px 0;	} 

#center h2 { line-height: 1.6em}
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 135px;	
	text-align: left;	
	margin-right: 13px;
	padding: 10px 10px 10px 10px;	
	border: 1px solid #C0E3FF;
	background-color: #f0f9ff; 
	}

/*------------------------------------------------------------*
**  wazne
**------------------------------------------------------------*/
#wazne {
	float: right;
	width: 235px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;	
	border: 1px solid #C0E3FF;
	background-color: #f0f9ff; 
	}
#wazne h2 {	line-height: 1.6em;}
#wazne h2 em {	line-height: 1.6em; 	font-size: 1.0em;}
#wazne p {
	text-indent: 0em;
	font-size: 0.7em;	
	color: #666;	
	line-height: 1.6em;
	letter-spacing: 0.1em;
   padding: 0 0 0 15px;
	}	

#wazne em { 
	color: #aaa; 
	font-style: italic;
	font-size: 0.9em;	
	}	

#wazne a:hover { background-color: #55b8fe; color: #fff; }
	
/*------------------------------------------------------------*
**  table
**------------------------------------------------------------*/
#col1 {
	float: left;
	width: 170px;	
	text-align: left;
	margin-right: 5px;		
	padding: 0 0 0 0;	
	background-color: #FFFFFF; 	
	}
#col1 em { 
	color: #aaa; 
	font-style: italic;
	font-size: 0.9em;	
	}	
#col2 {
	float: left;
	width: 200px;	
	text-align: left;
	margin-right: 5px;		
	padding: 0 0 0 0;	
	background-color: #FFFFFF; 	
	}
			
/*------------------------------------------------------------*
**  pomoc
**------------------------------------------------------------*/
#pomoc {
	float: right;
	width: 235px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;	
	border: 1px solid #C0E3FF;
	background-color: #f0f9ff; 
	}
#pomoc h3 { 
	color: #000246;
	font-weight: normal;
	font-size: 0.9em;	
	margin: 20px 0 -10px 0;
	clear: both;
	}	
#pomoc img { border-width: 0px; }		

#pomoc p {
	text-indent: 0em;
	font-size: 0.7em;	
	color: #11A0CF;	
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
#pomoc p em { 
	color: #000246;
	font-style: normal;
	font-weight: bold;
	}
	
/*------------------------------------------------------------*
**  news
**------------------------------------------------------------*/
#news {
	float: right;
	width: 235px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;	
	border: 1px solid #C0E3FF;
	background-color: #f0f9ff; 
	}

#news img { border-width: 0px; }		

#news p {
	text-indent: 0em;
	font-size: 0.7em;	
	color: #11A0CF;
	line-height: 1.6em;
	letter-spacing: 0.1em;	
	}	
#news p em { 
	color: #000246;
	font-style: normal;
	font-weight: bold;
	}

/*------------------------------------------------------------*
**  pogoda
**------------------------------------------------------------*/
#pogoda {
	float: right;
	width: 235px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;	
	border: 1px solid #C0E3FF;
	background-color: #f0f9ff; 
	}

#pogoda img	{background-color: #f0f9ff; border: 1px solid #def0ff;}

/*------------------------------------------------------------*
**  statystyki
**------------------------------------------------------------*/
#stat {
	float: right;
	width: 235px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;	
	border: 1px solid #C0E3FF;
	background-color: #f0f9ff; 
	}
	
#stat p {
	text-indent: 0em;
	font-size: 0.7em;	
	color: #666;	
	line-height: 1.6em;
	letter-spacing: 0.1em;
   padding: 0 0 0 15px;
	}	
#stat h2 {	line-height: 1.6em;}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #000246;		
	color: #999;	
	font-size: 10px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #55b8fe; color: #fff;}

/* plakat
-------------------------------------------------------------------*/

.plakat a .podglad
{
	display: none;
}

.plakat a:hover .podglad
{
	display: block;
	position: absolute;
	top: -200px;
	left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #C0E3FF;
	padding: 10px;
	background-color: #FFF;
	z-index: 1;
}

.plakat img
{
	vertical-align: top;
	border: 0;
}

/* zoom
-------------------------------------------------------------------*/

.zoom a .podglad
{
	display: none;
}

.zoom a:hover .podglad
{
	display: block;
	position: absolute;
	top: -400px;
	left: -600px;
	border-style: solid;
	border-width: 1px;
	border-color: #C0E3FF;
	padding: 10px;
	background-color: #FFF;
	z-index: 1;
}

.zoom img
{
	vertical-align: top;
	float: left;
	padding: 0 15px 0 0;
	border: 0;
}
